-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0d292f
commit bd82a1e
Showing
6 changed files
with
172 additions
and
624 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### September 3, 2023 / v0.5.0 | ||
- Added `--once` flag to make program usable in non-daemon context | ||
- Switched to `mimalloc` for greater control over when memory is returned to the OS | ||
- Moved away from `tokio`, refactoring code to be sync. | ||
- Faster compile times and less dependencies. | ||
- Vastly lower and more consistent memory usage (RSS and Massif) - before, even with `libmimalloc_sys::mi_collect`, idle usage hovered around ~100 megs and would sometimes spike up to ~500 megs. After, it consistently remains in the area of 15-16 megs. | ||
|
||
### September 2, 2023 | ||
- Optimized release profile (fat LTO, single codegen unit) | ||
- Added Mac and Windows support (thanks Dan0xE!) | ||
- Add `--wallpaper-command` argument to specify custom action on new wallpaper instead of the default automatic handling (thanks kidanger!) |
Oops, something went wrong.