Details about this file’s format at http://keepachangelog.com/. The change log is parsed automatically when minting releases through Fastlane, see Fastlane/Fastfile
.
- Use properly typedef’d enumerations to improve Swift syntax [Tony Arnold]
- Fix return from a NSToolTip method that expects a non-null return value [Tony Arnold]
- Brazilian Portuguese localization [vitu]
kVK_ANSI_KeypadMinus
fixes [Vyacheslav Dubovitsky]- Swedish localization [Pavel Kozárek]
- Provide intrinsicContenSize to improve compatibility with autolayout [Fletcher T. Penney]
- Allow app extension API only for the framework target [zoul]
- Make it possible to turn off shortcut validation [zoul]
- Use more specific types for -keyCode and -modifierFlags [zoul]
- Use NSEvent constants instead of hard-coded numbers [zoul]
- Improve compatibility with the 10.12 SDK [thanks to Clemens Schulz]
- Improve Italian localization [zoul]
- Simplified and traditional Chinese localization [MichaelRow]
- Add Korean, Dutch, Polish, Russian & update Spanish localizations [Radek Pietruszewski]
- Improved German localization [Florian Schliep]
- Add a Makefile to improve command-line building [sfsam]
- Improved Japanese localization [oreshinya]
- Improved Frech localization [magiclantern]
- Fixed CocoaPods localization with
use_frameworks!
[nivanchikov]
- Fixed localization when building through CocoaPods [Allan Beaufour]
- Trying to work around a strange build error in CocoaPods.
- Basic localization support for Czech, German, Spanish, Italian, French, and Japanese. Native speaking testers welcome!
- Basic accessibility support [starkos]
- Added an option to hide the shortcut delete button [oreshinya]
- Advertised support for Carthage [Tom Brown]
- Bugfix for shortcuts not working after set twice [Roman Sokolov]
- Ignore a solo Tab key when recording shortcuts [Roman Sokolov]
- Better key equivalent handling for non-ASCII layouts. [Dmitry Obukhov]
- Another headerdoc fix for CocoaDocs, hopefully the last one.
- Added support for older OS X versions down to 10.6 included.
- Headerdoc markup that plays better with CocoaDocs.
- Trivial Podspec fix.
- First version with a changes file :)
- Major, backwards incompatible refactoring to simplify long-term maintenance.
- Added a simple spec describing the recording behaviour.
- Adds compatibility mode with Shortcut Recorder.