Skip to content

Commit d445a67

Browse files
committed
Workaround #42, high CPU usage, with my web-view fork
1 parent 6213248 commit d445a67

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.10.1] - 2020-12-22
4+
5+
### Fixed
6+
7+
- Avoid high CPU usage in GUI loop ([#42])
8+
39
## [0.10.0] - 2020-12-19
410

511
### Changed
@@ -11,7 +17,7 @@
1117

1218
### Fixed
1319

14-
- Exclusively lock files prior to compaction (should fix #40)
20+
- Exclusively lock files prior to compaction (should fix [#40], thanks @A-H-M)
1521

1622
## [0.9.0] - 2020-03-03
1723

@@ -56,4 +62,5 @@
5662
[#16]: https://github.com/Freaky/Compactor/issues/16
5763
[#30]: https://github.com/Freaky/Compactor/pull/30
5864
[#32]: https://github.com/Freaky/Compactor/pull/32
59-
[#40]: https://github.com/Freaky/Compactor/issues/40
65+
[#40]: https://github.com/Freaky/Compactor/issues/40
66+
[#42]: https://github.com/Freaky/Compactor/issues/42

Cargo.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compactor"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Thomas Hurst <[email protected]>"]
55
homepage = "https://github.com/Freaky/Compactor"
66
description = "An interface to Windows 10 filesystem compression"
@@ -27,7 +27,7 @@ serde_derive = "1.0"
2727
serde_json = "1.0"
2828
siphasher = "0.3.0"
2929
walkdir = "2.3"
30-
web-view = "0.7.0"
30+
web-view = { git = "https://github.com/Freaky/web-view", branch = "blocking-step" }
3131
winapi = { version = "0.3.7", features = [ "combaseapi", "ioapiset", "knownfolders", "shellscalingapi", "shlobj", "shtypes", "winbase", "winerror", "winioctl", "winver"] }
3232
filetime = "0.2.8"
3333
tinyfiledialogs = "3.3.10"

0 commit comments

Comments
 (0)