Skip to content

Releases: RainbowCookie32/rusty-psn

v0.3.3

17 Mar 22:57
Compare
Choose a tag to compare

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

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Dec 22:08
Compare
Choose a tag to compare

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

03 Dec 23:09
6bb7bfe
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Sep 16:45
0a7b9f1
Compare
Choose a tag to compare

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

Full Changelog: v0.2.3...v0.3.0

v0.2.3

31 Aug 00:10
cb30369
Compare
Choose a tag to compare

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

13 Jun 02:20
Compare
Choose a tag to compare
  • This is just a version bump to get a rebuild so Defender (hopefully) stops flagging rusty-psn as a Trojan. See #18

No need to update from v0.2.1 if you don't have issues with Defender.

v0.2.1

09 Jun 00:12
f19cbf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Apr 23:52
ef2d72b
Compare
Choose a tag to compare

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

v0.1.2

11 Apr 23:57
Compare
Choose a tag to compare

smol release

  • Added a Clear button on the Search field to remove all of its text (see #1).
  • Bump dependencies.

v0.1.1

02 Mar 06:04
Compare
Choose a tag to compare

Notable Changes:

  • The egui build no longer shows an empty terminal on the background on Windows (7d81239)
  • Added pasting from a content menu (right click) support on the search input field (8c41203)

Minor Changes:

  • Updated to egui 0.17 (49704af)
  • Improved caching on GitHub Actions for faster builds (165ca4b)
  • Added a bunch of extra logging to help diagnose potential issues (c5d2640)