Releases: naomisilver/weekey
Releases · naomisilver/weekey
V1.4.1
V1.4.0
WeeKey Control V1.4.0
MCU firmware V1.0
WeeKey Control changelog:
- Completed a major refactor of
handle_actionto become two seperate functionsparse_actionandrun_actionallowing for repeating sequences and better parsing of the data from stripping components from the rest to creating a list of dictionaries and lists to use"types"and"args" - Added the ability for compound shell commands, it no longer does just one thing, you can pass in a whole command split by
;and run sayping google.com -t
MCU firmware changelog:
- No change
V1.3.2
WeeKey Control V1.3.2
MCU firmware V1.0
WeeKey Control changelog:
- Added preset for mouse control, this allows the user to place the mouse at a specific x and y position and perform mouse clicks
- Added modifier for repeating actions allowing for an action to be repeated until the key is pressed again
- Added modifier for sequences of actions allowing for the mouse to be moved to a specific location, clicked and then moved again (as an example)
- Added modifier for delays to be added for actions, meaning an action can be delayed after the key is pressed OR delays within sequences
Bugs:
- Known bug when attempting to add custom delays to a sequence of repeating actions causing the sequence to misbehave, works for single repeating actions but on sequences as of now.
MCU firmware changelog:
- No change
V1.2.2
WeeKey Control V1.2.2
MCU firmware V1.0
WeeKey Control changelog:
- Fixed bug that caused a crash loop in the macro updater when waking PC from sleep
MCU firmware changelog:
- No change
V1.2.1
WeeKey Control V1.2.1
MCU firmware V1.0
Changelog:
- First release :)