@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
...
10
10
11
+ ## [ 3.1.4] - 2020-03-06
12
+ ### Fixed
13
+ - Issue parsing torrents without both ` name ` and ` name.utf-8 ` field ([ #47 ] )
14
+ - Exception when accessing properties ` FullPath ` and ` FullPathUtf8 ` on ` MultiFileInfo ` if ` Path ` /` PathUtf8 ` is null ([ #47 ] )
15
+
11
16
## [ 3.1.3] - 2020-03-03
12
17
### Added
13
18
- Added ` Torrent.DisplayNameUtf8 ` and ` MultiFileInfoList.DirectoryNameUtf8 ` , both mapped to the ` name.utf-8 ` field
@@ -16,19 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
21
- New UTF-8 fields are now also added to ` BDictionary ` created by ` Torrent.ToBDictionary ` (and used by encode methods)
17
22
18
23
### Fixed
19
- - ` Torrent.NumberOfPieces ` is now correctly calculated by dividing by 20 instead of ` Pieces.Length ` (introduced in 3.1.0) (#48 )
24
+ - ` Torrent.NumberOfPieces ` is now correctly calculated by dividing by 20 instead of ` Pieces.Length ` (introduced in 3.1.0) ([ #48 ] )
20
25
21
26
## [ 3.1.0] - 2020-02-28
22
27
### Added
23
- - Added ` FileNameUtf8 ` and ` PathUtf8 ` and ` FullPathUtf8 ` properties to ` SingleFileInfo ` /` MultiFileInfo ` (#47 )
28
+ - Added ` FileNameUtf8 ` and ` PathUtf8 ` and ` FullPathUtf8 ` properties to ` SingleFileInfo ` /` MultiFileInfo ` ([ #47 ] )
24
29
- These properties reads from the ` name.utf-8 ` and ` path.utf-8 ` fields.
25
30
26
31
### Changed
27
- - ` Torrent.NumberOfPieces ` now uses ` Pieces.Length ` instead of ` TotalSize ` for the calculation (#48 )
32
+ - ` Torrent.NumberOfPieces ` now uses ` Pieces.Length ` instead of ` TotalSize ` for the calculation ([ #48 ] )
28
33
29
34
## [ 3.0.1] - 2019-10-17
30
35
### Fixed
31
- - Fixed missing parser for ` Torrent ` (#44 )
36
+ - Fixed missing parser for ` Torrent ` ([ #44 ] )
32
37
33
38
34
39
## [ 3.0.0] - 2019-10-13
@@ -74,7 +79,7 @@ Lowest supported versions are now .NET Framework 4.6.1 (4.7.2 highly recommended
74
79
75
80
### Fixed
76
81
- Parsing from non-seekable ` Stream ` s is now possible
77
- - Fixed issue parsing torrent files with non-standard 'announce-list' (#39 )
82
+ - Fixed issue parsing torrent files with non-standard 'announce-list' ([ #39 ] )
78
83
79
84
80
85
## [ 2.3.0] - 2019-02-11
@@ -145,7 +150,8 @@ and generally better usability; albeit a bit more complex.
145
150
## [ 1.0.0] - 2015-09-19
146
151
147
152
148
- [ Unreleased ] : ../../compare/v3.1.3...HEAD
153
+ [ Unreleased ] : ../../compare/v3.1.4...HEAD
154
+ [ 3.1.4 ] : ../../compare/v3.1.4...v3.1.4
149
155
[ 3.1.3 ] : ../../compare/v3.1.0...v3.1.3
150
156
[ 3.1.0 ] : ../../compare/v3.0.1...v3.1.0
151
157
[ 3.0.1 ] : ../../compare/v3.0.0...v3.0.1
@@ -159,4 +165,9 @@ and generally better usability; albeit a bit more complex.
159
165
[ 1.2.1 ] : ../../compare/v1.2.0...v1.2.1
160
166
[ 1.2.0 ] : ../../compare/v1.1.0...v1.2.0
161
167
[ 1.1.0 ] : ../../compare/v1.0.0...v1.1.0
162
- [ 1.0.0 ] : ../../releases/tag/v1.0.0
168
+ [ 1.0.0 ] : ../../releases/tag/v1.0.0
169
+
170
+ [ #48 ] : https://github.com/Krusen/BencodeNET/issues/48
171
+ [ #47 ] : https://github.com/Krusen/BencodeNET/issues/47
172
+ [ #44 ] : https://github.com/Krusen/BencodeNET/issues/44
173
+ [ #39 ] : https://github.com/Krusen/BencodeNET/issues/39
0 commit comments