Skip to content

Releases: ZevEisenberg/Keyb

1.5

14 Sep 05:38
Compare
Choose a tag to compare

Modernize TCA and other Swift and Ruby dependencies. Update to Xcode 16 and Swift 6.

Full Changelog: 1.4...1.5

1.4

16 Nov 02:19
Compare
Choose a tag to compare
1.4

New Features

  • Updated references to “Preferences” and “System Preferences” to “Settings” and “System Settings” for modern macOS releases.

Other Changes

  • Committed a bunch of stuff that was required to get the App Store release working.
  • Updated to the latest TCA, including async, protocol-based reducers, and macros.
  • Other minor project cleanup and modernization.

1.3

02 Oct 19:50
Compare
Choose a tag to compare
1.3

This is the first release that is available on the Mac App Store.

New Features

  • Changed app name to Keyb (because it's half of "Keyboard") #14
  • UI overhaul, including screens to help users through the permissions flow.
  • Added Dock menu item to enable/disable flipping #15
  • Added link in help menu to open the website (6de042e)

Fixes

  • Tweaked icon #17
  • Fixed space not typing if it is pressed before other keys are released. (f99fb54)
  • Fixed issue where typing a non-flipped character would prevent subsequent flipped characters. (612d2cb)
  • Added command to readme to reset accessibility permission. (e0dade5)

1.2

15 Aug 18:26
Compare
Choose a tag to compare
1.2

Bug Fixes

  • Fixes #3 (command-space didn't work, and caused spacebar to get stuck).

Other Changes

  • Factors key processor out into module and adds tests.

0.1

15 Sep 14:54
Compare
Choose a tag to compare
0.1

Initial release.

(Accidentally had the app version set to 1.1. Leaving this tag and bumping the tag and version to 1.2 for next release. Live and learn.)