Skip to content

Releases: AshBuk/FingerGo

v1.2.6

18 Apr 20:29
v1.2.6
bd84caa

Choose a tag to compare

Security

  • Bump Go dependencies
  • Add SECURITY.md with a private vulnerability reporting channel

v1.2.5

13 Apr 14:07
2255c95

Choose a tag to compare

Added

  • Text zoom controls (± buttons in right panel, Ctrl++/−/0 shortcuts) with persistence
  • Reduced tab indentation width from 8 to 4 spaces in text display

v1.2.4

24 Mar 21:11

Choose a tag to compare

Added

  • French AZERTY keyboard layout (ISO 105-key) ( #24 )
  • ISO keyboard geometry with shorter left Shift and extra key between Shift and first letter
  • Auto-registration of keyboard layouts from window globals

Fixed

  • German QWERTZ layout: add missing ISO key (</>)

Based on #25

v1.2.3

18 Mar 23:34

Choose a tag to compare

Enhanced

  • Published on Flathub
  • Refined Linux tar release: include install/uninstall scripts, icon, and .desktop entry for desktop integration (app menu, launcher)
fingergo-screencast.mp4

v1.2.2

09 Mar 23:19
58400ed

Choose a tag to compare

Changed

  • Move desktop and metainfo files to project root
  • Upgrade GNOME runtime 48 → 49
  • Simplify OARS content rating metadata

v1.2.1

09 Mar 20:03
7125478

Choose a tag to compare

Changed

  • Update Wails framework v2.10.2 → v2.11.0
  • Flatpak offline build (no network access during build)
  • Add Go module sources generator for Flatpak builds
  • Add explicit OARS 1.1 content rating metadata

v1.2.0

08 Feb 15:10
059531a

Choose a tag to compare

Multiple keyboard layout support.

Added

  • Dynamic keyboard layout switching with layout selector modal
  • English Dvorak keyboard layout
  • Russian JCUKEN keyboard layout with Unicode/Cyrillic input support
  • German QWERTZ keyboard layout
  • Keyboard layout preference persistence across sessions

Fixed

  • Backspace now clears error state in typing display

v1.1.2

26 Jan 18:15

Choose a tag to compare

Session UX improvements.

Fixed

  • Remove redundant renderText call on typing start, this fix cursor jump when starting to type from middle of text and optimize perf

Added

  • Restore last opened text on app startup via lastTextId setting
  • Add visible highlight for Enter key in text display

Based on #18

v1.1.1

30 Dec 16:28
304294f

Choose a tag to compare

Flatpak metadata patch.

v1.1.0

27 Dec 20:05

Choose a tag to compare

Stability and performance improvements. Based on #17

Fixed

  • Session stats modal now shows current session data on Esc
  • Strict mode setting now persists between sessions

Changed

  • Strict mode enabled by default (cheat mode is opt-in)
  • GPU-accelerated sidebar animation for smoother transitions
    CHANGELOG.md