Releases: RainbowCookie32/rusty-psn
v0.3.3
Turns out CLI mode on Windows was broken since v0.1.1. Unfortunately fixing that makes it so the Windows egui builds get a cmd window on the background, but I think it's not too bad a compromise.
What's Changed
- Update base image from Ubuntu 21.10 (EOL) to 22.04 by @dideler in #112
- egui: replace default font with Noto Sans by @RainbowCookie32 in #113
- Fix CLI mode on Windows in de3473c
- Usual dependencies bump in d6c91f1
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Two releases on the same day?! Yes, I'm really pushing out those life-changing improvements.
What's Changed
dfd645a: Show the user that the pkg file is being verified instead of seemingly getting stuck at 100%. This change is buried under a bunch of code cleanups and some refactoring.
688812b: Trim whitespace from serials when searching for updates. Pretty interesting how I completely forgot about something this simple, and how it flew under my radar for this long.
smol release
v0.3.1
Aside from dependabot inflating the changelog, I changed the parsing of responses from PSN a fair bit to account for some edge cases that failed to parse. Don't think there's anything else worth highlighting on this release aside from that.
What's Changed
- build(deps): bump reqwest from 0.11.11 to 0.11.12 by @dependabot in #63
- build(deps): bump notify-rust from 4.5.8 to 4.5.10 by @dependabot in #66
- build(deps): bump tokio from 1.21.1 to 1.21.2 by @dependabot in #67
- build(deps): bump serde from 1.0.144 to 1.0.145 by @dependabot in #65
- build(deps): bump egui-notify from 0.4.0 to 0.4.1 by @dependabot in #75
- build(deps): bump reqwest from 0.11.12 to 0.11.13 by @dependabot in #88
- build(deps): bump egui-notify from 0.4.1 to 0.4.4 by @dependabot in #83
- build(deps): bump poll-promise from 0.1.0 to 0.2.0 by @dependabot in #82
- build(deps): bump serde from 1.0.145 to 1.0.147 by @dependabot in #81
- Improve XML parsing by @RainbowCookie32 in #90
- actions cleanups by @RainbowCookie32 in #93
Full Changelog: v0.3.0...v0.3.1
v0.3.0
The big changes? Fancy looking error and notification toasts, with optional system-level notifications and the replacement of OpenSSL with rustls. One system dependency down on Linux.
What's Changed
- build(deps): bump clap from 3.2.19 to 3.2.20 by @dependabot in #54
- build(deps): bump tokio from 1.20.1 to 1.21.0 by @dependabot in #55
- build(deps): bump serde-xml-rs from 0.5.1 to 0.6.0 by @dependabot in #53
- Replace error window with egui-notify toasts by @RainbowCookie32 in #56
- build(deps): bump clap from 3.2.20 to 3.2.21 by @dependabot in #58
- build(deps): bump tokio from 1.21.0 to 1.21.1 by @dependabot in #59
- Use rustls for reqwest by @RainbowCookie32 in #62
Full Changelog: v0.2.3...v0.3.0
v0.2.3
Another boring release, biggest notable change is probably #52 with the minor tweaks to the UI. One of these days I'll find my motivation and attention span and do some stuff. I pushed the UI change because it was its one month anniversary sitting commited on my PC lol.
Other than that, dependabot has been hard at work bumping dependencies. Someone give him a pat in the back.
v0.2.2
v0.2.1
What's Changed
- Add a Dockerfile with basic instructions by @Qonstrukt in #9
- Cleanups by @RainbowCookie32 in #6 and #7
- Updated eframe to 0.18 by @RainbowCookie32 in #15
- Cookie-cutter dependency bumps by @dependabot in #10, #11, #12, #13, #14, and #17
Full Changelog: v0.2.0...v0.2.1
v0.2.0
New Features
- You can now pick a custom folder to save the downloaded updates to.
That's it. That's the update (i was gonna do more but i got lazy, sue me).