Skip to content

Commit 754896e

Browse files
committed
changelog
1 parent 453f443 commit 754896e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.8.0]
4+
5+
### Changed
6+
7+
- Support different zip structure
8+
- Use `%ProgramFiles%` in PowerToys executable lookup.
9+
310
## [0.7.1]
411

512
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ptr"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you have any suggestions for these limitations, feel free to open an issue.
3232
```
3333
something-x64.zip
3434
└── anyPluginName
35+
| plugin.dll
3536
└── plugin files...
3637
```
3738

0 commit comments

Comments
 (0)