Releases: auyer/Protonup-rs
Releases · auyer/Protonup-rs
v0.8.5
v0.8.3
v0.8.2 : A Cleaner Release Process
There is no new features in this release. But the new release process should make it easier to integrate with app repositories like the AUR for Arch based distros.
🐛 Bug Fix
- Sync Cargo.lock @themadprofessor (#24)
☁️ CI
- Bump depencies and prepare to release from Main instead of a release Branch @auyer (#26)
- Specify libprotonup with both path and version @themadprofessor (#25)
🤖 Dependencies
v0.8.1 : DEB and RPM packages
This updates includes two new packaging formats:
DEB, for Debian, Ubuntu and all distros based on them,
and RPM, for RedHat, Fedora, OpenSuse all its derivatives.
It is also the first time build artifacts were all made in a GitHub Actions workflow.
I ran this workflow for the previous 0.8.0 release, and so, it also has deb and RPM packages available.
☁️ CI
🤖 Dependencies
v0.8.0 - Parallel Downloads
🚀 Features
- Use more async and allow parallel downloads @themadprofessor (#21)
Full Changelog: v0.7.0...v0.8.0
v0.7.0
💅 Improvements
- Fixed a couple things and added some comments and documentation @ddotthomas (#20)
- Don't install existing apps during quick install unless forced @themadprofessor (#19)
- Removes extra github requests for each tag by reusing data from the List Releases requests @ddotthomas (#18)
New Contributors
- @themadprofessor made their first contribution in #19
Full Changelog: v0.6.0...v0.7.0
v0.6.0 : New Menu, Manage Installed Versions, Auto Detect Apps
v0.5.0
💅 Improvements
- Main routine refactor + better parametrization @auyer (#10)
- Fixed a couple things and would like to discuss a possible improvement @ddotthomas (#7)