Skip to content

Releases: an-anime-team/anime-games-launcher

Anime Games Launcher 1.0.2

20 Jan 23:01
fe0ac9b
Compare
Choose a tag to compare

Builds

Source Link
Native anime-games-launcher
AUR anime-games-launcher-bin
NixOS aagl-gtk-on-nix

Flatpak support

See related information in readme

What's changed?

Hotfix release. Previous one had a last-minute change with the German locale support which I didn't test.

⚠️ In addition to the fixed German locale I also decided to go all-in and completely rework v1_network_http_get API. Now it's replaced by the v1_network_fetch, which breaks compatibility with older integration scripts. Please read 1.0.1 changelog for details.

Changed

  • Fixed German
  • Replaced v1_network_http_get with more powerful v1_network_fetch

Anime Games Launcher 1.0.1

20 Jan 21:32
96cae40
Compare
Choose a tag to compare

Builds

Source Link
Native anime-games-launcher
AUR anime-games-launcher-bin
NixOS aagl-gtk-on-nix

Flatpak support

See related information in readme

What's changed?

Launcher now will check installed games versions and put them to the "outdated games" section if their updates are available.

⚠️ This release breaks compatibility with previous integration scripts. I decided to make this change before there's too many scripts available. Please use experimental repo branch now instead of main. The main repo will be updated right after flatpak update.

"integrations": {
  "path": "<...>",
  "sources": [
    "https://raw.githubusercontent.com/an-anime-team/game-integrations/experimental"
  ]
},

Added

  • Added Chinese
  • Added Portuguese
  • Added German
  • Added outdated games category
  • Added virtual desktop preference
  • Added xxhash support
  • Added pre_transition optional API

Changed

  • Updated v1_network_http_get standard

Anime Games Launcher 1.0.0

12 Jan 22:11
f5d81cc
Compare
Choose a tag to compare

Builds

Format Link
Native anime-games-launcher

🚀 Initial release

Throughout the time I've been working on this project, I've often been asked about creating some sort of "multilauncher" to run all the games instead of using different launchers for different games. As time went on, the number of games our team was supporting grew, and with it the workload on me grew.

After a lot of work, I'm glad to present you a new project - Anime Games Launcher (and what other name did you expect). It is supposed to be an "anime steam", where you will be able to download the games you need and run them from your "library". The games themselves are added in the format of lua scripts, so the community can actively work on integrating games into the launcher.

All work on the project was done during my winter vacation (I didn't even have time to rest). Unfortunately, my free time is coming to an end, so I have to do the release earlier than I would like. A lot of things were either not done or done "hastily" for the sake of a quick release. I already have a pretty extensive plan for changes to the launcher, which I will gradually implement in my free time.

Right now I expect active testing and feedback from users. Although the program has been tested by active participants of our discord server - still expect possible work bugs.

Thank you very much for your attention.
With love, An Anime Team.