Releases: hmlendea/gfn-electron
1.1.2 - Keyboard layout settings
1.1.1
1.1.0 - Hardware acceleration
1.0.9 - Removed CrOS UserAgent
- 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
1.0.7 - Fullscreen fix
- 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
- 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.0.5 - ESC key fix
- Fixed an issue which rendered the
ESC
key unusable (1) - Updated
electron
to version10.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
- 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
- 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
andelectron-builder
Pull requests included in this release: #6