Releases: adamperkowski/nvrs
v0.1.5
Finally! Not a huge one.
This introduces use_max_tag
support, some fixes & improvements.
What's Changed
🚀 Features
use_max_tag
functionality (8431412)
🐛 Bug Fixes
- (ui)
sync
errors displayed twice when no--no-fail
(8d7e341) Package
default() & new() features (779c1ef)
🧪 Testing
generated by git-cliff :)
v0.1.5-pre1
v0.1.4
Speaking of huge releases...
This one includes a refactor of the whole codebase, a couple of new features, bug & UX fixes, and a fix for GHSA-qg5g-gv98-5ffh in 6b4d008.
Only one config option left for nvrs to be 100% compatible with nvchecker (i was wrong before): use_max_tag
support.
What's Changed
🚀 Features
- (take)
ALL
functionality (0ee83eb)
🐛 Bug Fixes
⚙️ Refactoring
📚 Documentation
🧩 UI/UX
- (output) print out
NONE
take information (71cb36f)
generated by git-cliff :)
v0.1.4-pre1
v0.1.3
This is a huge one
This version should be 100℅ compatible with nvchecker.
v0.1.3 includes only basic++ functionality. The only sources available ATM are GitHub, GitLab (with custom hosts) & AUR.
Example config file can be found at: https://github.com/adamperkowski/nvrs/blob/main/nvrs.toml
What's Changed
🐛 Bug Fixes
- not updating newver refs & urls (2d3c48e)
- saving empty strings (4b7a48a)
- messed up packages order (8e5d63a)
📚 Documentation
⚡ Performance
- I. AM. SPEED. (6933f8c)
generated by git-cliff :)
What's Changed (v0.1.2)
🚀 Features
- (sources) multiple sources + AUR (8322ada)
--no-fail
(4db55bc)- gitlab support (4c46d82)
- [breaking] keyfiles (8ae2c27)
📚 Documentation
- (readme) add
sources
(0823f46)
⚙️ Miscellaneous Tasks
- more
cargo
metadata (6b6ebd6)
generated by git-cliff :)
v0.1.2
v0.1.1
Important
This version should be 90℅ (see #2) compatible with nvchecker.
v0.1.1 includes only basic+ functionality. The only source available ATM is GitHub.
Example config file can be found at: https://github.com/adamperkowski/nvrs/blob/main/nvrs.toml
What's Changed
🚀 Features
🐛 Bug Fixes
- (ui) wrong --cmp output characters (3cad4c1)
- (config) make
prefix
optional (7b942cc) - some minor fixes (6949ec0)
📚 Documentation
- add a banner & move
speed
tofeatures
(752fc15) - add a manpage (073c98f)
git-cliff
improvements (270c0e6, 83ae70f)
⚡ Performance
- drastically decrease bin size & increase performance (460f9d9)
Other (unconventional)
- change the
--take
character (0aace9d)
generated by git-cliff :)
v0.1.0
Notice
This project is still a WIP.
v0.1.0 includes only basic functionality. The only source available ATM is GitHub.
Example config file can be found at: https://github.com/adamperkowski/nvrs/blob/main/nvrs.toml
There are a few known bugs in this release:
- The binary is not yet optimized. That's why it's 5MB. (fixed in v0.1.1)
- When running
--cmp
with a new package innewver
(not inoldver
), it prints out| pkgname NONE -> pkgver
instead of* pkgname NONE -> pkgver
. (fixed in v0.1.1) - The
prefix
config option is not optional. That makes it incompatibile with nvchecker. (fixed in v0.1.1)
What's Changed
🚀 Features
- github api (9c92e24)
- better cli (683ffd7)
- custom configs (51b78ba)
- verfiles + updating (345f8fd)
- new entry saving (62075ec)
- compare & take (18d538f)
🐛 Bug Fixes
- (hot) a typo in
custom_error
(4844515)
⚙️ Refactoring
⚙️ Miscellaneous Tasks
- GitHub stuff (eda40d8)
generated by git-cliff :)
New Contributors
- @Sebaguardian made their first contribution in #1