File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.4 .0
2
+ current_version = 1.5 .0
3
3
commit = True
4
4
tag = True
5
5
message = Bump version: {current_version} -> {new_version}
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.5.0] - 2024-05-19
11
+ ### Changed
12
+ - Try UTF-8 encoding when decoding by specified codepage fails.
13
+ - Change plain text output form to YAML-like style.
14
+ ### Fixed
15
+ - Add missing import to ` shell_item ` .
16
+
10
17
## [ 1.4.0] - 2024-03-19
11
18
### Added
12
19
- Add support to process unknown (` Unknown ` ) blocks in ` ExtraData ` section
Original file line number Diff line number Diff line change 2
2
3
3
__description__ = "Windows Shortcut file (LNK) parser"
4
4
__author__ = "Matmaus"
5
- __version__ = "1.4 .0"
5
+ __version__ = "1.5 .0"
6
6
7
7
import json
8
8
import datetime
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'LnkParse3' ,
10
- version = '1.4 .0' ,
10
+ version = '1.5 .0' ,
11
11
description = 'Windows Shortcut file (LNK) parser' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments