Skip to content

Releases: RainbowCookie32/rusty-psn

v0.3.7

22 Feb 14:38
0054b1d
Compare
Choose a tag to compare

What's Changed

  • I bumped a few dependencies manually and moved from simple_log to flexi_logger. dependabot MVP of the release, as usual.
  • build(deps): bump reqwest from 0.11.20 to 0.11.21 by @dependabot in #173
  • build(deps): bump rustix from 0.37.24 to 0.37.25 by @dependabot in #177
  • build(deps): bump tokio from 1.32.0 to 1.34.0 by @dependabot in #182
  • build(deps): bump serde from 1.0.188 to 1.0.192 by @dependabot in #183
  • build(deps): bump rfd from 0.12.0 to 0.12.1 by @dependabot in #179
  • build(deps): bump reqwest from 0.11.21 to 0.11.22 by @dependabot in #174
  • build(deps): bump quick-xml from 0.30.0 to 0.31.0 by @dependabot in #178
  • build(deps): bump h2 from 0.3.21 to 0.3.24 by @dependabot in #193
  • build(deps): bump notify-rust from 4.9.0 to 4.10.0 by @dependabot in #184
  • build(deps): bump copypasta from 0.8.2 to 0.10.0 by @dependabot in #185
  • build(deps): bump eframe from 0.26.0 to 0.26.2 by @dependabot in #200

Full Changelog: v0.3.6...v0.3.7

v0.3.6

01 Oct 18:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

18 May 23:16
Compare
Choose a tag to compare

What's Changed

  • egui: set fixed size for settings window in 304a6d5
  • build(deps): bump tokio from 1.27.0 to 1.28.0 by @dependabot in #134
  • build(deps): bump serde from 1.0.160 to 1.0.162 by @dependabot in #136
  • build(deps): bump reqwest from 0.11.16 to 0.11.17 by @dependabot in #135

Full Changelog: v0.3.4...v0.3.5

v0.3.4

28 Apr 18:21
8d72704
Compare
Choose a tag to compare

This release fixes the little issue I introduced on the previous one with the cmd window on Windows when running the egui builds, thanks to @maplefins for that.

What's Changed

Full Changelog: v0.3.3...v0.3.4

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.