Skip to content

Releases: H1emu/h1emu-launcher

v2.7.6

18 Feb 22:46
Compare
Choose a tag to compare
  • Fixed date published of server showing incorrect date
  • Prevented HttpClient, Stream and FileStream instances being disposed (was possibly causing an exception)
  • Added timeout value of 10 minutes on Http requests
  • UI optimisations

v2.7.5

16 Feb 20:07
Compare
Choose a tag to compare
  • Hopefully fixed NullReferenceException when trying to download game for some users
  • Improved design
  • More specific error handling on update

v2.7.4

16 Feb 04:16
Compare
Choose a tag to compare
  • Added stack trace on DepotDownloader exception (should help with debugging)
  • Fixed some more bugs
  • Added more animations
  • Visual improvements

v2.7.3

15 Feb 02:52
Compare
Choose a tag to compare

(Hotfixes for v2.7.2)

  • Fixed a bug that caused the launcher to crash during an animation
  • Fixed a visual bug with a message box
  • Fixed the time elapsed format when installing the patch or server

v2.7.2

14 Feb 20:40
Compare
Choose a tag to compare
  • Added style for language combobox
  • Added grainy texture over windows/backgrounds
  • Improved designer to show strings
  • Better error handling on HttpRequest
  • Code cleanup
  • Custom window animations
  • Bug fixes with error messages and Account Key window
  • Better styling on some UI elements
  • Removed Newtonsoft, switched to native Json
  • Removed WpfAnimatedGif, switched to native animations
  • Many other minor fixes and improvements

v2.7.1

07 Feb 23:50
Compare
Choose a tag to compare
  • Delete "DepotDownloader" folder after successfully downloading game, it isn't needed anymore
  • Dialogue box fixes
  • Image carousel is now much smoother and optimised
  • Slightly more responsive download progress bar on update

v2.7.0

04 Feb 19:56
Compare
Choose a tag to compare
  • Added finished dialogue box on installation with a checkbox option to launch the application (this is apparently the only way to "automatically" start an app after it has installed, otherwise it will run with elevated rights which is not recommended)
  • Account key window text box bug fixes

v2.6.9

04 Feb 06:16
Compare
Choose a tag to compare
  • Code cleanup
  • Language cleanup
  • Added check if server isn't installed correctly
  • Optimised account key window UI
  • New icons for show/hide key
  • Fixed the Singleplayer server console window not showing

v2.6.8

03 Feb 18:31
Compare
Choose a tag to compare
  • Fixed a bug that caused the app to crash if the user didn't have access to read "h1z1.exe"
  • Server selector code optimisation and QOL features
  • You can now right click a server entry to delete it from the list
  • Nicer UI on context menu strips for copying hyperlink text
  • Nicer UI for server selector

v2.6.7

01 Feb 05:30
d33b2c1
Compare
Choose a tag to compare
  • Added logic to check if account key is valid on H1Emu database (not in use yet)
  • Added digital certificate signing
  • Added .zip file portable release of launcher
  • Changed all instances of WebClient to HttpClient
  • Removed a bunch of unused language sentences
  • Added Twin as contributor
  • Code cleanup