Skip to content

Releases: NicoVIII/Andromeda-for-GOG

v0.4.0-beta.1

18 Sep 20:18
Compare
Choose a tag to compare
v0.4.0-beta.1 Pre-release
Pre-release

Added

  • Add ability to choose a game from the list of found games (Install game)
  • Show logos in gamelist (download in UI thread for now)
  • Setting to automatically remove cached installers after 30 days

Changed

  • Move authentication from own window into main window
  • Move gamelist from left bar to main window
  • Provide default game path to avoid another open window on first opening
  • Move data from LiteDB into json files
  • Update Avalonia.FuncUI

Fixed

  • Versioning of cached installers now works correctly

v0.4.0-alpha.4

12 Sep 19:16
Compare
Choose a tag to compare
v0.4.0-alpha.4 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.4.0 release.

Changes compared to v0.3.0:

Added

  • Add ability to choose a game from the list of found games (Install game)
  • Show logos in gamelist (download in UI thread for now)

Changed

  • Move authentication from own window into main window
  • Move gamelist from left bar to main window
  • Provide default game path to avoid another open window on first opening
  • Move data from LiteDB into json files

Fixed

  • Versioning of cached installers now works correctly

v0.4.0-alpha.3

18 Jun 06:37
Compare
Choose a tag to compare
v0.4.0-alpha.3 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.4.0 release.

Changes compared to v0.3.0:

Added

  • Add ability to choose a game from the list of found games (Install game)
  • Show logos in gamelist (download in UI thread for now)

Changed

  • Move authentication from own window into main window
  • Move gamelist from left bar to main window
  • Provide default game path to avoid another open window on first opening

Fixed

  • Versioning of cached installers now works correctly

v0.4.0-alpha.2

01 Jun 10:31
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.4.0 release.

Changes compared to v0.3.0:

Added

  • Add ability to choose a game from the list of found games (Install game)
  • Show logos in gamelist (download in UI thread for now)

Changed

  • Improve subwindow closing behavior
  • Move gamelist from left bar to main window

Fixed

  • Versioning of cached installers now works correctly

v0.4.0-alpha.1

01 Mar 08:09
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.4.0 release.

Changes compared to v0.3.0:

  • add ability to choose a game from the list of found games (Install game)

v0.3.0

29 Feb 09:17
Compare
Choose a tag to compare

Andromeda is now available as AppImage for Linux and as single file executables for Windows, macOS and Linux.

This release contains:

  • a first very basic GUI (for now without browser with workaround buttons) which can install, update and start (some) games with Avalonia and Avalonia.FuncUI
  • caches installers and reuses already downloaded files
  • uses "unzip" on linux systems for some installers, which otherwise wouldn't install (e.g. State of Mind)
  • internal code restructuring
  • improve handling of aborted downloads
  • settings window where gamepath can be provided
  • terminal output of games in Andromeda
  • saves settings and authentication information in a LiteDB file

This release focusses on linux support, but most functionality should work on windows as well.
Windows and macOS support will become better in future releases.

v0.3.0-beta.7

29 Feb 08:50
Compare
Choose a tag to compare
v0.3.0-beta.7 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.3.0 release.
Andromeda is now available as AppImage for Linux and as single file executables for Windows, macOS and Linux.

It consists for now out of:

  • a first very basic GUI (for now without browser with workaround buttons) which can install, update and start (some) games (now with notifications)
  • caches installers and reuses already downloaded files
  • uses "unzip" on linux systems for some installers, which otherwise wouldn't install (e.g. State of Mind)
  • internal code restructuring
  • improve handling of aborted downloads
  • settings window where gamepath can be provided
  • terminal output of games in Andromeda

This prerelease focusses on linux support, but most functionality should work on windows as well.
Windows and macOS support will become better in future releases.

Caution: Since Beta 3 this program uses a different database (the old one was really problematic for windows builds), so old savefiles can not be used.

I didn't really stick to the beta concept, because there were some nasty bugs in the last version and the GUI was much too complex so I completely lost motivation to try and solve them...
I then found Avalonia.FuncUI and it made writing the UI much more fun and less complex. I therefore migrated the whole GUI code to Avalonia.FuncUI for this release.

As far as I saw everything works again. I will test it for a limited time and then I hopefully can finally release this bad boy as v0.3.0 and work on top of that. And I hopefully make the releases smaller and more frequent...

In Beta6 there were a few bugs with displaying stuff. They are fixed in this version.

v0.3.0-beta.6

28 Feb 21:47
Compare
Choose a tag to compare
v0.3.0-beta.6 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.3.0 release.
Andromeda is now available as AppImage for Linux and as single file executables for Windows, macOS and Linux.

It consists for now out of:

  • a first very basic GUI (for now without browser with workaround buttons) which can install, update and start (some) games (now with notifications)
  • caches installers and reuses already downloaded files
  • uses "unzip" on linux systems for some installers, which otherwise wouldn't install (e.g. State of Mind)
  • internal code restructuring
  • improve handling of aborted downloads
  • settings window where gamepath can be provided
  • terminal output of games in Andromeda

This prerelease focusses on linux support, but most functionality should work on windows as well.
Windows and macOS support will become better in future releases.

Caution: Since Beta 3 this program uses a different database (the old one was really problematic for windows builds), so old savefiles can not be used.

I didn't really stick to the beta concept, because there were some nasty bugs in the last version and the GUI was much too complex so I completely lost motivation to try and solve them...
I then found Avalonia.FuncUI and it made writing the UI much more fun and less complex. I therefore migrated the whole GUI code to Avalonia.FuncUI for this release.

As far as I saw everything works again. I will test it for a limited time and then I hopefully can finally release this bad boy as v0.3.0 and work on top of that. And I hopefully make the releases smaller and more frequent...

I messed up asset loading in Beta5, therefore I could build a working AppImage.
This is fixed now.

v0.3.0-beta.5

28 Feb 19:31
Compare
Choose a tag to compare
v0.3.0-beta.5 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.3.0 release.
Andromeda is now available as AppImage for Linux and as single file executables for Windows, macOS and Linux.

It consists for now out of:

  • a first very basic GUI (for now without browser with workaround buttons) which can install, update and start (some) games (now with notifications)
  • caches installers and reuses already downloaded files
  • uses "unzip" on linux systems for some installers, which otherwise wouldn't install (e.g. State of Mind)
  • internal code restructuring
  • improve handling of aborted downloads
  • settings window where gamepath can be provided
  • terminal output of games in Andromeda

This prerelease focusses on linux support, but most functionality should work on windows as well.
Windows and macOS support will become better in future releases.

Caution: Since Beta 3 this program uses a different database (the old one was really problematic for windows builds), so old savefiles can not be used.

I didn't really stick to the beta concept, because there were some nasty bugs in the last version and the GUI was much too complex so I completely lost motivation to try and solve them...
I then found Avalonia.FuncUI and it made writing the UI much more fun and less complex. I therefore migrated the whole GUI code to Avalonia.FuncUI for this release.

As far as I saw everything works again. I will test it for a limited time and then I hopefully can finally release this bad boy as v0.3.0 and work on top of that. And I hopefully make the releases smaller and more frequent...

v0.3.0-beta.4

23 Dec 04:45
Compare
Choose a tag to compare
v0.3.0-beta.4 Pre-release
Pre-release

This is a prerelease in-development version of the upcoming v0.3.0 release.
Andromeda is now available as AppImage for Linux and as single file executables for Windows, macOS and Linux.

It consists for now out of:

  • a first very basic GUI (for now without browser with workaround buttons) which can install, update and start (some) games (now with notifications)
  • caches installers and reuses already downloaded files
  • uses "unzip" on linux systems for some installers, which otherwise wouldn't install (e.g. State of Mind)
  • internal code restructuring
  • improve handling of aborted downloads
  • settings window where gamepath can be provided
  • terminal output of games in Andromeda

This prerelease focusses on linux support, but most functionality should work on windows as well.
Windows and macOS support will become better in future releases.

Caution: Since Beta 3 this program uses a different database (the old one was really problematic for windows builds), so old savefiles can not be used.

Beta 4 fixes saving again.