Skip to content

Releases: adamperkowski/nvrs

v0.1.5

29 Nov 15:29
v0.1.5
3c7c543
Compare
Choose a tag to compare

Finally! Not a huge one.

This introduces use_max_tag support, some fixes & improvements.

Banner

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 :)

Full Changelog

v0.1.5-pre1

27 Nov 02:30
v0.1.5-pre1
fa67635
Compare
Choose a tag to compare
v0.1.5-pre1 Pre-release
Pre-release

Banner

What's Changed

🚀 Features

  • use_max_tag functionality (8431412)

🐛 Bug Fixes

  • (ui) sync errors displayed twice when no --no-fail (8d7e341)

📚 Documentation

  • (README) add installation & usage instructions (cd0bd72)

generated by git-cliff :)

v0.1.4

25 Nov 17:43
v0.1.4
2ea052d
Compare
Choose a tag to compare

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.

Banner

What's Changed

🚀 Features

  • (take) ALL functionality (0ee83eb)

🐛 Bug Fixes

  • (verfile) allow missing gitref & url (b93216d)
  • --nuke not working (15b75d9)

⚙️ Refactoring

  • (codebase) [breaking] move internal logic to lib (#4) (c0021f0)

📚 Documentation

🧩 UI/UX

  • (output) print out NONE take information (71cb36f)

generated by git-cliff :)

Full Changelog

v0.1.4-pre1

24 Nov 15:29
v0.1.4-pre1
452a587
Compare
Choose a tag to compare
v0.1.4-pre1 Pre-release
Pre-release

v0.1.3

18 Nov 04:25
v0.1.3
00b2c31
Compare
Choose a tag to compare

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

Banner

What's Changed

🐛 Bug Fixes

  • not updating newver refs & urls (2d3c48e)
  • saving empty strings (4b7a48a)
  • messed up packages order (8e5d63a)

📚 Documentation

⚡ Performance

generated by git-cliff :)

Full Changelog

What's Changed (v0.1.2)

🚀 Features

📚 Documentation

⚙️ Miscellaneous Tasks

generated by git-cliff :)

Full Changelog

v0.1.2

17 Nov 23:23
v0.1.2
8294317
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

🚀 Features

📚 Documentation

⚙️ Miscellaneous Tasks

generated by git-cliff :)

Full Changelog

v0.1.1

17 Nov 04:03
v0.1.1
1201a35
Compare
Choose a tag to compare

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

⚡ Performance

  • drastically decrease bin size & increase performance (460f9d9)

Other (unconventional)

  • change the --take character (0aace9d)

generated by git-cliff :)

Full Changelog

v0.1.0

16 Nov 23:23
v0.1.0
78635c7
Compare
Choose a tag to compare

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 in newver (not in oldver), 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

🐛 Bug Fixes

  • (hot) a typo in custom_error (4844515)

⚙️ Refactoring

  • (custom_error) improve newline control (#1) (05faaca)

⚙️ Miscellaneous Tasks

generated by git-cliff :)

Full Changelog

New Contributors