Skip to content

Releases: p0058781/AVNGameLauncher

3.0.0

24 Jul 05:43
Compare
Choose a tag to compare

New

  • Track Individual Play Sessions
  • Game Details Screen with Overview, Statistics and Edit Game - replaces Edit Game Screen
  • Tray dot indicator for game updates
  • Blur windows when not focused
  • Browser extension for game import
  • Force close running game
  • Custom statuses
  • Custom lists

Fixes

  • Fixed wrong "first played" for not played games
  • Fixed update check interval always smaller then minimum
  • Hide hover explanations on window unfocused

Other

  • Drop android support 👋😥
  • Removed option to show animated gifs (coll doesnt support it on jvm)

Full changelog: 2.0.0...3.0.0

3.0.0_pre5

23 Jul 18:17
Compare
Choose a tag to compare
3.0.0_pre5 Pre-release
Pre-release
simple file picker, removed filekit

3.0.0_pre4

23 Jul 15:28
Compare
Choose a tag to compare
3.0.0_pre4 Pre-release
Pre-release
fixed game lists grouping

3.0.0_pre3

22 Jul 12:18
Compare
Choose a tag to compare
3.0.0_pre3 Pre-release
Pre-release
fixed release pipeline for browser-extension

3.0.0_pre2

22 Jul 12:10
Compare
Choose a tag to compare
3.0.0_pre2 Pre-release
Pre-release
Fixed formatting

2.0.0

26 Apr 08:40
Compare
Choose a tag to compare

New

  • Option to show games as list or grid
  • Settings Screen, Edit Game Screen, Impor Game Screen are now displayed as screens on android (previously Dialog) and remain DialogWindow on desktop
  • Toolbar actions on Android are now in a dropdown menu
  • Search on android is now functional (toggle from dropdown menu)
  • Refactored Settings Screen
  • Refactored Edit Game Screen
  • Refactored pick executable
  • Refactored Import Game Screen
  • Custom Games (non-f95 games)
  • Highlight search matches in tags
  • Tips when hovering wit mouse over some actions
  • Option to disable update checks for archived games

Fixes

  • Reset rating when clicking on the same star
  • Make ImportGameDialog scrollable
  • Fixed issue with application title on Linux
  • Fixed crash on start if executablePath for game is missing on filesystem
  • Fixed status bar color on android
  • Replaced PNGs with Material Vector images
  • Fixed unable to import some games

Full Changelog: 1.1.0...2.0.0

2.0.0_pre3

25 Apr 16:56
Compare
Choose a tag to compare
2.0.0_pre3 Pre-release
Pre-release

New

  • Option to show games as list or grid
  • Settings Screen, Edit Game Screen, Impor Game Screen are now displayed as screens on android (previously Dialog) and remain DialogWindow on desktop
  • Toolbar actions on Android are now in a dropdown menu
  • Search on android is now functional (toggle from dropdown menu)
  • Refactored Settings Screen
  • Refactored Edit Game Screen
  • Refactored pick executable
  • Refactored Import Game Screen
  • Custom Games (non-f95 games)
  • Highlight search matches in tags
  • Tips when hovering wit mouse over some actions
  • Option to disable update checks for archived games

Fixes

  • Reset rating when clicking on the same star
  • Make ImportGameDialog scrollable
  • Fixed issue with application title on Linux
  • Fixed crash on start if executablePath for game is missing on filesystem
  • Fixed status bar color on android
  • Replaced PNGs with Material Vector images
  • Fixed unable to import some games

Full Changelog: 1.1.0...2.0.0_pre3

1.2.0_pre2

25 Apr 16:48
Compare
Choose a tag to compare
1.2.0_pre2 Pre-release
Pre-release
Complete refactoring of navigation.

1.1.0

13 Mar 15:56
Compare
Choose a tag to compare
  • [desktop] preferences are now stored in data dir. Your preferences (Settings Screen) will be reset (sorry)
  • [dekstop] allow to pass data dir and cache dir as cli params
  • [all] Fixed logging not working
  • [all] use dedicated api for update checks (5-10x faster update checks)
  • [all] system notifications for game updates
  • [all] display current version in Settings
  • [all] Minor UI fixes and improvements
  • [all] Other minor fixes

### BREAKING CHANGE
Even though sql migration is implemented, in older versions database was created with user_version 0, SQLDelight expect that initial version is 1. This causes SQLDelight to try to create a database and tables from scratch
Because of this app will crash if database file is present with user_version set to 0.
To fix this, tou can either delete the database file, or set user_version to 1
You can use tools like "DB Browser for SQlite" to change PRAGMA user_version to 1
ONLY CHNAGE THIS IF IT IS SET TO 0

1.1.0_pre9

13 Mar 14:30
Compare
Choose a tag to compare
1.1.0_pre9 Pre-release
Pre-release
use platform specific label for "executable path" input