Skip to content

Latest commit

 

History

History
131 lines (98 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

131 lines (98 loc) · 12.7 KB

Changelog

0.1.2 (2024-10-16)

Bug Fixes

  • Raise and report errors on connect. (#65) (957aabe)

0.1.1 (2024-10-10)

Bug Fixes

  • Add beta warning to the connect modal. (#58) (5152b1d)
  • Add ZMK links to the about modal. (#56) (3c319b5)

0.1.0 (2024-10-09)

Features

  • Add alert on connect failures, bump deps. (#47) (997edc9)
  • Detailed save changes response data. (#49) (967aff4)
  • Improved key rendering for HID usages. (#53) (14bcaa7)

Bug Fixes

  • app: Handle manual disconnect for serial transport (#55) (3da464f)
  • Fix Wayland resize/decoration bug. (#51) (3ca0679)

0.0.3 (2024-10-02)

Miscellaneous Chores

  • Fixes for prod push for releases. (#45) (6e05f49)

0.0.2 (2024-10-02)

Miscellaneous Chores

0.0.1 (2024-09-30)

Features

  • Add a few more Consumer overrides. (2e32100)
  • Add a few more HID name overrides. (30789f6)
  • Add aboud and license notice modals. (b9d2692)
  • Add disconnect and settings reset UI. (18b3f22)
  • Add HID label overrides. (5216e8e)
  • Add HID usage modifier editing. (14a1578)
  • add hover effects to device menu items (ffd42ee)
  • Add layout rotation support. (4331681)
  • Add limits for usages in the list, re-render fixes. (30f7077)
  • Add names for some keypad key codes (#34) (59a6441)
  • Add primitive layout picker control. (e77c09b)
  • Add tauri CLI for connecting to serial port. (86840df)
  • Add UI in connect model when no transports (9d58e0e), closes #16
  • add UI to close about license modals (01cc93b)
  • Add unlock/lock handling. (6a742e1)
  • Auto-zoom keymap layout (c98743e)
  • Basic CI for building apps across platforms. (2360283)
  • Better detection of proper conn. (6963c29)
  • Better physical layout picker with preview. (89b38b3)
  • Bump client version. (1b0c8c4)
  • Display device name in header. (d4285a6)
  • Handle keymap/layout mismatches. (67bc71a)
  • Initial work on skeleton of ZMK Studio UI. (5a19aa4)
  • Initial work to reload keymap on layout change. (fc55232)
  • Layer reordering (a7bc01d)
  • More complete disconnect and notif support. (77062af)
  • Move to proper layer IDs. (44badf1)
  • Propagate layout selection to the device. (c2cf65c)
  • Properly implement Discard. (e7a25c0)
  • Release automation using release-please (f69b015)
  • replace edit label prompt with modal (44acf8c)
  • Show selected key in a physical layout. (1dc11c8)
  • Start to incorporate theme colors. (664d6f3)
  • Style adjustments (332d737)
  • Tailwind, prettier, Gorton keys. (f942781)
  • Ton of layer operations. (28f2625)
  • Tons of layout fixes, device selection. (177f2df)
  • Undo/redo, binding updates, save changes. (47eeb1c)
  • Various layout/key render work, theme fixes (d66d560)
  • Windows app/installer signing. (81a42b5)

Bug Fixes

  • Add will-change: transform to force anti-aliasing. (899c355)
  • Add Info.plist for BT access request on macOS. (2412e70)
  • app: Properly load when BT adapter is off. (3241568)
  • app: Workaround for GNOME/Wayland resize bug. (153a035)
  • BT connections on macOS must explicitly connect. (adf1d01)
  • Build fixes after tweaks. (679c5ec)
  • Build gatt transport on macOS. (1351d5f)
  • Bump tauri deps to use custom IPC encoding. (c6de9de)
  • Bump tauri versions, fix CSP ICP issue. (ba15adc)
  • Bump to client with Windows fixes. (ad48405)
  • Fix up bluest usage for CoreBluetooth. (0df090b)
  • HID override build fix, more overrides. (8c1633e)
  • Layout fixes. (eb1d836)
  • Layout rotation fixes. (4e53eaf)
  • Minor TS fix. (d377f6c)
  • Modifier selection sizing fixes. (d966f9d)
  • Only force connect to devices on macos. (c199d58)
  • Proper 2-param behavior editing. (b254dac)
  • Proper disconnect/reconnect of BLE. (635d7b9)
  • Proper logo and title. (8df6f1e)
  • Proper type for device info RPC response. (7f02898)
  • Properly handle USB serial disconnects. (3d13643)
  • Properly include keyboard page modifiers in the picker. (cfda89e)
  • Reopen the connect/lock modals if closed with esc. (028c1c9)
  • Revert attempts at running tauri in container. (e00bff4)
  • Selection state fixes. (9b41000)
  • Show selection of first key, binding fixes for no-params behaviors. (32147a9)
  • Tweak macOS app signing for testing. (6d8ef6c)
  • Typo in a vendor name. (35d0118)
  • Undo/redo fixes. (8b25218)

Miscellaneous Chores