-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README, CHANGELOG, and bump to 0.10.0
- Loading branch information
Showing
4 changed files
with
58 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,59 @@ | ||
# Changelog | ||
|
||
## [0.10.0] - 2020-12-19 | ||
|
||
### Fixed | ||
|
||
- Exclusively lock files prior to compaction (should fix #40) | ||
|
||
### Changed | ||
|
||
- Update dependencies | ||
- Minor UI tweaks due to changes in DPI handling | ||
- Migrate to new dialog crates | ||
- More small internal improvements by @Dr-Emann, thanks! ([#30], [#32]) | ||
|
||
## [0.9.0] - 2020-03-03 | ||
|
||
### Added | ||
- Preserve file timestamps following compression/decompression ([#16]) | ||
|
||
- Preserve file timestamps following compression/decompression ([#16]) | ||
|
||
## [0.8.0] - 2020-02-29 | ||
|
||
### Added | ||
- Excluded directories now get skipped entirely ([#8]) | ||
|
||
- Excluded directories now get skipped entirely ([#8]) | ||
|
||
### Changed | ||
- Paused jobs no longer poll ([#10], @Dr-Emann) | ||
- Less refcounting ([#9], @Dr-Emann) | ||
|
||
- Paused jobs no longer poll ([#10], @Dr-Emann) | ||
- Less refcounting ([#9], @Dr-Emann) | ||
|
||
### Fixed | ||
- Tests ([#11], @Dr-Emann) | ||
|
||
- Tests ([#11], @Dr-Emann) | ||
|
||
### Removed | ||
- WofUtil.dll version check ([#6]) | ||
|
||
- WofUtil.dll version check ([#6]) | ||
|
||
## [0.7.1] - 2019-07-17 | ||
|
||
### Added | ||
- Initial release | ||
|
||
- Initial release | ||
|
||
[0.7.1]: https://github.com/Freaky/Compactor/releases/tag/v0.7.1 | ||
[0.8.0]: https://github.com/Freaky/Compactor/releases/tag/v0.8.0 | ||
[0.9.0]: https://github.com/Freaky/Compactor/releases/tag/v0.9.0 | ||
[0.10.0]: https://github.com/Freaky/Compactor/releases/tag/v0.10.0 | ||
[#6]: https://github.com/Freaky/Compactor/issues/6 | ||
[#8]: https://github.com/Freaky/Compactor/issues/8 | ||
[#9]: https://github.com/Freaky/Compactor/pull/9 | ||
[#10]: https://github.com/Freaky/Compactor/pull/10 | ||
[#11]: https://github.com/Freaky/Compactor/pull/11 | ||
[#16]: https://github.com/Freaky/Compactor/issues/16 | ||
[#30]: https://github.com/Freaky/Compactor/pull/30 | ||
[#32]: https://github.com/Freaky/Compactor/pull/32 | ||
[#40]: https://github.com/Freaky/Compactor/issues/40 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "compactor" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Thomas Hurst <[email protected]>"] | ||
homepage = "https://github.com/Freaky/Compactor" | ||
description = "An interface to Windows 10 filesystem compression" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters