AutoKey v0.95.2 Release Notes

Release Date: 2018-07-16 // almost 6 years ago
    • 🛠 Fix broken imports in autokey-shell script.
    • Skip non-json-serializable data in script storage (both script local and global) during saving. This allows putting non-serializable items (like function objects) into the store without crashing autokey during saving.
    • autokey-qt: Fix minor bug when creating new items. Created items are now properly selected for renaming directly after creation.
    • 🚚 Minor code simplifications. Removed unnecessary functions that were obsoleted during prior changes.