0.4.2
Changelog
[0.4.2] - 2024-12-07
Changed
- Optimized Docker and One-Click Startup Script: Thanks to
cargo-chef
, Docker's one-click startup is now faster, and the image files are significantly smaller. (Implemented by KiringYJ) - Flexible Input for Tags and Album Names: You can now use any string as a tag or album name, offering greater flexibility in naming.
Breaking Changes
- Renamed Docker Script: The one-click Docker installation and startup script has been renamed to
run_urocissa_docker.sh
(formerlyscript.sh
). Please refer to the updated README.md for usage instructions. - Search Syntax Update: Search queries now require enclosing keywords (identifiers) in double quotes. For example, use
tag: "some_tag"
instead oftag: some_tag
. More examples can be found at SEARCH.md.
Full Changelog: Compare 0.4.1...0.4.2