Skip to content

Releases: baph-omet/Apex-Launcher

Version 1.8.0

26 Apr 21:26
629b6b1
Compare
Choose a tag to compare

This version of the launcher updates the underlying code from .NET Framework to .NET 8.0 (a much more modern version). It's also published as a self-contained executable, meaning you don't need to have the correct version of .NET installed on your computer to run it.

Additionally, automatic font installation has been removed, as it was getting the launcher incorrectly flagged as a virus.

Version 1.7.2

20 Sep 14:59
Compare
Choose a tag to compare

This hotfix updates all the links in the launcher for new rebranding, so it should fix web views and image links not working.

Version 1.7.1

08 Jul 17:17
Compare
Choose a tag to compare

This release fixes many bugs that users have reported. Thank you to everyone who reported issues!

Version 1.7.0

01 Feb 17:18
7ae44e3
Compare
Choose a tag to compare

Version 1.7.0 is now here! The main feature with this release is automatic font installation. Game fonts can now be installed automatically using the launcher (though admin permissions are required). A few bugs have also been fixed. As always, please open up an issue if you find any. Thanks~!

Version 1.6.1

02 Oct 15:52
Compare
Choose a tag to compare

This minor release is mostly to fix bugs. Here are some of the changes:

  • Fixed a bunch of NullReferenceExceptions, including on startup when the VersionManifests hadn't been downloaded yet and when trying to download a patch.
  • Fixed issue where sometimes the download form could continue downloading if user tried to cancel.

As always, let me know if there are any issues!

Version 1.6.0

12 Sep 23:22
Compare
Choose a tag to compare
  • Updated the launcher to point to the forums instead of the subreddit.
  • Added a button to the settings form that allows you to copy your installation info to clipboard, for use with issue reporting.
  • A few possible bug fixes.

Version 1.5.0

03 Sep 22:02
Compare
Choose a tag to compare

New version to support new distribution system! The way this works is that the audio files will be distributed separately from the game files. This is because the audio is over 80% of the file size, and is updated relatively infrequently. Now, the launcher will be able to download them separately, thus saving you time on downloads.

Additionally, I revamped the Config system (should be the same to the user), and generally cleaned up a lot of the code, as well as updating to .NET Framework 4.8 and C#8.

There may very well be bugs in this version! I completed this in like 2ish days, so there's definitely something I missed. If you find a bug or some other issue with the launcher, please report it here!

Version 1.4.5

28 Mar 18:25
Compare
Choose a tag to compare

This is a minor update to fix some UI scaling issues present in v1.4.4.

Version 1.4.4

13 Mar 19:20
Compare
Choose a tag to compare

This release contains a few minor tweaks and fixes:

  • Updated the ErrorCatcher form.
  • Fixed a bug where system32 would be set as the current directory.
  • Removed GitHub tab from the web views, since GitHub no longer supports it.

Version 1.4.3

12 Sep 18:44
Compare
Choose a tag to compare

This is a small release that fixes an issue where the assembly version wasn't labelled correctly, meaning that the launcher constantly thought it was out of date. I've also updated the Discord link to be a bit more flexible in the future.