You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
6
6
7
7
Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).
- Compress subsequent none actions, including their RGB properties, to make user configurations substantially smaller. `USERCONFIG:MAJOR`
14
+
- Map sleep device action to Fn2+Pause on every keymap of the default configuration.
15
+
- Prevent crash when couldn't parse macro command line from status buffer. `DEVICEPROTOCOL:MINOR`
16
+
- Copy the Zephyr log to the clipboard when clicking on the "Copy log" button.
17
+
- Handle Zephyr shell newline characters.
18
+
- Properly terminate the execute macro USB command with 0x00. `DEVICEPROTOCOL:MINOR`
19
+
- Make the blinking animation not stuck when remapping a key via middle click and leaving the mouse pointer on the key.
20
+
- Fix a bug which made the key action popover impossible to close on a keymap whose abbreviation contained unconvential characters when jumping to a macro from it and jumping back to the key action popover.
0 commit comments