Skip to content

Releases: hmlendea/gfn-electron

1.1.1

14 Apr 17:05
b98a468
Compare
Choose a tag to compare
  • Fixed the login not working after the latest update (Fixes #44)
  • Fixed the GFN window being fullscreen after exiting a fullscreen game

Pull requests included in this release: #47

1.1.0 - Hardware acceleration

04 Apr 08:47
20fbdf3
Compare
Choose a tag to compare
  • Enabled hardware acceleration
  • Upgraded to electron version 12.0.2 (1)
  • Upgraded to electron-builder version 22.10.5

Pull requests included in this release: #43

(1) Fixes #37 (Microphone not working), #39 (Not working on Wayland)

1.0.9 - Removed CrOS UserAgent

21 Feb 11:36
09fb99a
Compare
Choose a tag to compare
  • Removed the Chrome OS UserAgent
  • Updated the installation instructions in the README.md file

Pull requests included in this release: #36

1.0.8 - Maintenance

31 Jan 12:45
9918a6e
Compare
Choose a tag to compare
  • Bumped electron from 11.0.2 to 11.1.0.
  • New module tree.

Pull requests included in this release: #32, #35

1.0.7 - Fullscreen fix

22 Dec 11:49
dbeeccc
Compare
Choose a tag to compare
  • Fixed the full-screen mode not toggling correctly
  • Changed the full-screen hotkey to Super + F

Pull requests included in this release: #30

1.0.6 - Updated Electron + Fullscreen fixes

20 Dec 11:11
e3ecb94
Compare
Choose a tag to compare
  • Removed the custom ( Shift + ` ) hotkey for toggling Fullscreen mode (1)
  • Added keywords to the desktop launcher
  • Fixed the desktop launcher category
  • Updated the README file
  • Bumped electron from 10.1.2 to 11.0.2
  • Bumped electron-builder from 22.8.0 to 22.9.1
  • Bumped ini from 1.3.5 to 1.3.8

Pull requests included in this release: #16, #24, #26, #28, #29

(1): Fixes #20 , #25

1.0.5 - ESC key fix

21 Oct 21:41
Compare
Choose a tag to compare
  • Fixed an issue which rendered the ESC key unusable (1)
  • Updated electron to version 10.1.2 (2)
  • Added keywords to the Linux desktop launcher
  • Updated the README (3)

Pull requests included in this release: #13, #14, #15

(1): The keyboard shortcut for entering/exiting full-screen is Shift+` from now on. A known issue still exists where exiting fullscreen and pressing the "return to game" button from the popup will make the ESC key be used for entering/exiting full-screen the next time it is pressed but only once. Thanks to @eranok for the fix!

(2): This electron version fixes known security vulnerabilities from past versions. (See #14)

(3): Donation links are now included

1.0.4 - Update

09 Sep 16:59
2a52ec4
Compare
Choose a tag to compare
  • Updated electron to 10.1.1
  • Added a build target for AppImage
  • Added a build target for dev (Debian, Ubuntu, and derivates)
  • Added a build target for apk (Alpine Linux)
  • Added a build target for snap (1)
  • Added an icon

Pull requests included in this release: #11 , #13

(1) The snap will be uploaded to snapcraft later

1.0.3 - Tweaks, updates and fixes

28 Aug 13:19
4a95870
Compare
Choose a tag to compare
  • Renamed the app title to use the correct casing
  • Prevent the Esc key from exiting fullscreen
  • Start the app maximised by default
  • Fixed the repository URL
  • Updated electron and electron-builder

Pull requests included in this release: #6

1.0.2 - Fix for window positioning crashes

22 Aug 11:07
6ccf4a8
Compare
Choose a tag to compare
  • Center secondary windows on the screen instead of the main window

Pull requests included in this release: #5