Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Nov 5, 2024
1 parent 453f443 commit 754896e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.8.0]

### Changed

- Support different zip structure
- Use `%ProgramFiles%` in PowerToys executable lookup.

## [0.7.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptr"
version = "0.7.1"
version = "0.8.0"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ If you have any suggestions for these limitations, feel free to open an issue.
```
something-x64.zip
└── anyPluginName
| plugin.dll
└── plugin files...
```

Expand Down

0 comments on commit 754896e

Please sign in to comment.