Skip to content

Releases: heuwerk/UpdateProton

UpdateProton v0.3.3 released

19 Mar 17:28
Compare
Choose a tag to compare

Minor Hotfix

  • This time only one character was added in the regex to recognize two-digit version numbers

UpdateProton v0.3.2 released

02 Mar 17:43
7074b73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

UpdateProton v0.3.1 released

09 Oct 09:22
Compare
Choose a tag to compare

This is a hotfix to restore the script functionality.
I just extended the REGEX for more reliable version detection.
No new features implemented.

UpdateProton v0.3 released

26 Sep 17:47
Compare
Choose a tag to compare

Hello,
in this release I have rewritten all the code for determining a new version. Now only the latest version is fetched using the release/latest URL.

Most of the changes are under the hood, so they are invisible to the user. However, they should result in a faster execution speed

Changes & Fixes

  • fetch latest release from releases/latest
  • wget no longer sends the checksum to a file, but via pipe to sha512sum

UpdateProton v0.2.3 released

27 Jul 22:11
Compare
Choose a tag to compare

And again a bugfix release...
This time I fixed a critical bug, that would let the script crash every time, because of changed validation process by GloriousEggroll.
Until now, the SHA512SUM expected to find the zip file in an folder named vagrant_share, this is no longer the case.
An update is absolutely necessary to restore the functionality of the script!

Fixes

  • fixed a critical bug, that lead to a crash every time due to verification error

UpdateProton v0.2.2 released

20 Jul 22:27
Compare
Choose a tag to compare

Hey, I'm back again with a new bugfix release.
This time I crushed a few bugs and even added a new feature, that will come pretty handy on slow / unstable internet connections.

New Features and Fixes

  • wget can resume downloads, if it was interrupted
  • fixed a frew bugs, that prevent the script from exit, if the ".steam" folder was not found

UpdateProton v0.2.1 released

19 May 18:17
Compare
Choose a tag to compare

Hi Guys,
this time I crushed some bugs that I haven't noticed last time. I hope this will be the only bugfix release before I implement new features.

UpdateProton v0.2 released

14 May 22:37
9b34bcf
Compare
Choose a tag to compare

This release is very special, because I rewrote most of the code.

New Features and Changes:

  • The script is now POSIX compliant (/bin/sh)
  • removed much bloat
  • new version numbering system
  • automatic checksum matching
  • redesigned console feedback with less distractions
  • clearer code formatting

UpdateProton v1.6 released

08 Apr 15:56
Compare
Choose a tag to compare
  • Added Changelog-URL when updating

First "Stable" Release

17 Mar 12:00
86e1173
Compare
Choose a tag to compare

I hope that it works flawlessly now.