Skip to content

Commit

Permalink
add changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
strayge committed Jun 22, 2024
1 parent 80d0bd9 commit 02456d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ pylnk3 create 'c:\\dir\\file.txt' text.lnk -m Minimized -d "Description"

## Changes

**dev**
add `--json` format for `parse` command
`Lnk` class now has separated constructors `Lnk.from_bytes()` and `Lnk.from_file()`
[FIX] strings with 2-bytes unicode characters now correctly written on save
[FIX] allow read/write links with only `This PC` part in target
[FIX] allow read completely unknown `ExtraData` blocks

**1.0.0a1**
split single `pylnk3.py` to separated modules
[FIX] fixed building links for non-existing locally paths (guessing target type by dot in name)
Expand Down

0 comments on commit 02456d9

Please sign in to comment.