Skip to content

Releases: EndlessSkyCommunity/ESLauncher2

v0.8.8

19 Feb 10:47
Compare
Choose a tag to compare

Fixes an issue where after failing to update a linux instance, subsequent updates to the same instance would continue to fail, even if the upstream issue was fixed.

Internal changes:

  • Fixed the dependabot pipelines
  • Bumped all kinds of dependencies

v0.8.7

22 Jan 12:01
Compare
Choose a tag to compare

Fixes the "The system cannot find the file specified" error that appeared due to yesterday's CMake migration. Older instances and PRs should continue to work even when being updated, but it's difficult to test all cases. If the error occurs again, try reinstalling the instance in question.

It also comes with an optimization for the (currently unused) plugin icons, so they don't get fetched anew every time.

v0.8.6

12 Oct 15:11
Compare
Choose a tag to compare

This is a maintenance release, mostly to get ESLauncher2 to compile on windows again. No new features were added, but with iced now at 0.4.2, several transitive dependencies were updated. If you had issues this release might be for you.

v0.8.5

24 Apr 10:46
Compare
Choose a tag to compare
  • Update bita to v0.10
  • Offer .deb and .rpm packages for linux users

v0.8.4

11 Apr 12:08
Compare
Choose a tag to compare
  • Switch to new artifact unblocker (#140)
  • Show total size of PR artifacts while downloading

v0.8.3

20 Feb 13:21
Compare
Choose a tag to compare
  • Bump some more dependencies
  • Don't request the ESL2 version through the github API, thus saving ratelimit for user operations

v0.8.2

20 Feb 11:45
Compare
Choose a tag to compare

This is a maintenance release containing only various dependency bumps and an improved help text (@thomasballinger).

v0.8.1

26 Apr 07:40
v0.8.1
d09e587
Compare
Choose a tag to compare

This release restores compatibility with the plugin index. Due to the breaking change there, all previous releases are now unable to download (or list) plugins.

Note that at the moment, only a few plugins are part of the new index. If you are an author looking for help to submit your plugin, you can ask me on discord at any time.

v0.8.0

08 Apr 13:44
v0.8.0
155f9e0
Compare
Choose a tag to compare

This release follows iced's 0.3 release and stabilizes the features introduced in v0.8.0-alpha1.

v0.8.0-alpha.1

08 Mar 09:47
v0.8.0-alpha.1
8bb22d6
Compare
Choose a tag to compare
v0.8.0-alpha.1 Pre-release
Pre-release

This release includes a bunch of mostly visual features that I've been working on in the past weeks. It also contains a lot of refactoring and depends on a bleeding-edge version of iced and friends, and is thus marked as alpha. Here there be dragons!

Under the hood

  • Update iced to iced-rs/iced@a5fddf9
  • Update tokio to v1.2
  • Update bitar to v0.8
  • A few minor dependency bumps
  • Refactor the bespoke LogReceiver into a global MessageReceiver
  • Implement state for instances (Working, Ready, Playing)

End-User changes

  • Add general status updates and progress bars
  • Instances are now displayed the moment you press install
  • Instance storage has been switched to a Map, meaning every instance's name is now unique. This means installing an instance with the name of an existing instance will overwrite it, instead of softly breaking the launcher
  • Highlight WARN and ERROR messages in the log as yellow and red, respectively
  • Give slightly better errors when network calls fail

Peek 2021-03-08 10-48

image