Releases: ttys3/Bismuth
Releases · ttys3/Bismuth
Release list
v1.4.1
v1.4.0
Changelog
All notable changes to this project will be documented in this file.
[1.4.0] - 2023-10-28
Bug Fixes
- Need stop timer to reset state if no next show when list the timer (do not know why)
- Fix systemd timer not run repeatedly
Documentation
- Libnotify is not required anymore
Miscellaneous Tasks
- Adjust RandomizedDelaySec in bismuth.timer
- Add list.sh to list user timers
- Do not update bg wallpaper setting if file not changed
v1.3.0
Changelog
All notable changes to this project will be documented in this file.
[1.3.0] - 2023-10-14
Documentation
- Release 1.3.0
- Document new added cli flags to README.md
Features
- Support resolution and market param
- Show current image in notification
Miscellaneous Tasks
- Set description and license in Cargo.toml
- Change default resolution to UHD, default market area to ja-JP
Refactor
- Refine logging, avoid duplicated api request using cache
- Refine cli flag comments
Styling
- Run cargo fmt
- Lint the code
v1.2.0
Changelog
All notable changes to this project will be documented in this file.
[1.2.0] - 2023-10-13
Features
- Add systemd log script
- Support save wallpaper to ~/Pictures/BingWallpaper/ just like https://github.com/neffo/bing-wallpaper-gnome-extension/
v1.1.0
Changelog
All notable changes to this project will be documented in this file.
[1.1.0] - 2023-10-13
Documentation
- Update readme about what is Bismuth
- Update changelog
Features
- Support multi command via cli -c flags, default systemd service support set both default(
picture-uri) and dark(picture-uri-dark) background for GNOME
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
[1.0.0] - 2023-10-13
Bug Fixes
- Use OnActiveSec=30min
- Remove Persistent=true for systemd timer
Documentation
- Add CHANGELOG.md
Miscellaneous Tasks
- Support download UHD resolution image
- Update crates
- Add systemd user timer
- Add install.sh
- Add timer test.sh
- Update workflow for release draft creation
Ci
- Using https://github.com/marketplace/actions/build-rust-projects-with-cross
- Fix up build for musl libc env
- Error: failed to run custom build command for
ring v0.16.20, running "musl-gcc" xxxx No such file or directory (os error 2) - Refine github action config, use Rust cache github action