File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
...
10
10
11
+ ## [ 3.1.3] - 2020-03-03
12
+ ### Added
13
+ - Added ` Torrent.DisplayNameUtf8 ` and ` MultiFileInfoList.DirectoryNameUtf8 ` , both mapped to the ` name.utf-8 ` field
14
+
15
+ ### Changed
16
+ - New UTF-8 fields are now also added to ` BDictionary ` created by ` Torrent.ToBDictionary ` (and used by encode methods)
17
+
18
+ ### Fixed
19
+ - ` Torrent.NumberOfPieces ` is now correctly calculated by dividing by 20 instead of ` Pieces.Length ` (introduced in 3.1.0) (#48 )
20
+
11
21
## [ 3.1.0] - 2020-02-28
12
22
### Added
13
23
- Added ` FileNameUtf8 ` and ` PathUtf8 ` and ` FullPathUtf8 ` properties to ` SingleFileInfo ` /` MultiFileInfo ` (#47 )
@@ -135,7 +145,8 @@ and generally better usability; albeit a bit more complex.
135
145
## [ 1.0.0] - 2015-09-19
136
146
137
147
138
- [ Unreleased ] : ../../compare/v3.1.0...HEAD
148
+ [ Unreleased ] : ../../compare/v3.1.3...HEAD
149
+ [ 3.1.3 ] : ../../compare/v3.1.0...v3.1.3
139
150
[ 3.1.0 ] : ../../compare/v3.0.1...v3.1.0
140
151
[ 3.0.1 ] : ../../compare/v3.0.0...v3.0.1
141
152
[ 3.0.0 ] : ../../compare/v2.3.0...v3.0.0
You can’t perform that action at this time.
0 commit comments