Releases: jerobado/Gestures
Releases · jerobado/Gestures
2.0.5
Release date: 1 Sep 2022
What's new?
✅ Major revamp of the User Interface (UI) -- we now have a menu bar!
✅ Gestures are now saved into an SQLite database file
✅ Add an About dialog to show additional information about the app (dependencies and contact details)
✅ Add new Date Created and Last Update columns in the table
Fixes
🚫 Fixed a bug that crashes the application when deleting the selected last row in the table
🚫 Table can now be properly sorted when adding a new gesture
Dependencies
🔼 upgrade Python
to 3.9.13
🔼 upgrade PyQt
library to 5.15.7
🔼 upgrade PyInstaller
library to 5.3
1.4.1
1.3
1.2
Patch 1.2
Release date: 1 Sep 2018
- What's new?
- Gestures and Meaning column can now be sorted
- Remove button can now delete a selected gesture
- UI
- Added a shiny icon
- Bug Fixes
- Fixed the 'left alt' ValueError
- Fixed a bug wherein updated gesture or meaning are not updated correctly
- Fixed a bug wherein the user can still add an existing gesture
- Shortcut
- Added 'Ctrl+Q' to quit the app
- Backend (the bloody part)
- Remove usage of PyAutoGui which was a workaround for the '?' not typing properly
- Settings are now updated for every add, update or remove
- Upgrade
- Updated keyboard to 0.13.2
- Updated PyQt to 5.11.2
- Updated Python to 3.6.6
1.1
Patch 1.1
Release date: 2017-12-01
- What's new
- Restrict the user on entering existing gestures
- Direct updating of gesture and meaning in the Gestures table
- User can now open a website as gesture by simply adding its full URL
- Upgrade
- Python upgraded from Python 3.5.2 to 3.6.3
- License
- Added GNU GPL v3 as license for Gestures