Releases: MuntasirSZN/getquotes
Releases · MuntasirSZN/getquotes
v0.6.1
v0.6.0
🐞 Bug Fixes
- cargo: Update dependencies to fix security vulnerabilities and use jiff instead of chrono - by @MuntasirSZN (527b4)
View changes on GitHub
v0.5.1
🐞 Bug Fixes
- Use proper naming - by @MuntasirSZN (b9fe5)
- Use proper naming - by @MuntasirSZN (52329)
View changes on GitHub
v0.5.0
🚨 Breaking Changes
- Configuration file should be toml from now - by @MuntasirSZN (3c3d7)
🚀 Features
- Configuration file can now be specified via --config or -C - by @MuntasirSZN (ae976)
- Loads of tests - by @MuntasirSZN (63590)
🐞 Bug Fixes
- Homebrew ci part 1 - by @MuntasirSZN (46234)
- Hombrew ci final - by @MuntasirSZN (4d38f)
- Tests - by @MuntasirSZN (cd606)
- tests:
- Format code and make it flexible to tests - by @MuntasirSZN (41c93)
- Windows builds The reason is simple. The dirs crate uses windows apis to get the path, thus overriding it with temp_dir is impossible. std::env::home_dir was deprecated for a long long time. It was fixed in rust-lang/rust#132515, but was still deprecated, thus showing warnings in edition 2024. In rust-lang/rust#137327, it was undeprecated thus warnings won't show. Keep using the standard lib in this case. When next edition of rust releases, this will be solved. - by @MuntasirSZN in https://github.com/MuntasirSZN/getquotes/issues/132515 and https://github.com/MuntasirSZN/getquotes/issues/137327 (f4b1d)
- Use home_dir() from std instead of HOME env var - by @MuntasirSZN (9b215)
- Properly handle Option - by @MuntasirSZN (55950)
View changes on GitHub
v0.4.0
🚀 Features
- Brew ci script - by @MuntasirSZN (657d9)
- Completions, shorthands - by @MuntasirSZN (21855)
🐞 Bug Fixes
- ci:
- Use actions bot - by @MuntasirSZN (55535)
- Archive part - by @MuntasirSZN (a4e4e)
- Windows build - by @MuntasirSZN (7ad99)
View changes on GitHub
v0.3.7
v0.3.6
🚀 Features
- Homebrew and somenotes - by @MuntasirSZN (71b46)
- aur: Conflicts field, bump to 0.3.5, aarch64 support - by @MuntasirSZN (8f98a)
- ci: Brew updater - by @MuntasirSZN (e9cfb)
- docs: Add TODO.md and .bacon-locations(bacon lsp) - by @MuntasirSZN (684d5)
🐞 Bug Fixes
- ci: Environment vars - by @MuntasirSZN (6d598)
View changes on GitHub
v0.3.5
🚀 Features
- package: Ready For Homebrew - by @MuntasirSZN (f7119)
🐞 Bug Fixes
- lockfile:
- Cargo - by @MuntasirSZN (56281)
- workflows:
- Final 3 step fix - by @MuntasirSZN (a08d0)
- Tiny fix - by @MuntasirSZN (e952a)
- Needs test - by @MuntasirSZN (bb528)
- Dependency loop - by @MuntasirSZN (c36b4)
View changes on GitHub
v0.3.4
fix pkgbuild
v0.3.3
idk