Skip to content

Commit

Permalink
Update changelog for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Jul 12, 2022
1 parent 1847403 commit 660a9f9
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions Quicksilver/SharedSupport/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Changes - XXX (4039) ##
## Changes - 2.4.0 (4039) ##

*Requires macOS 10.14+*

### New ###

* Control your triggers from directly within Quicksilver! Can't remember all your keyboard shortcuts for triggers? Don't worry! Now you can create complex triggers, give them a name and add them to your Quicksilver catalog, for execution right from within Quicksilver.
* Improved support for custom interfaces. Allow interfaces to override icon position and text editor size.
* Korean localizations. Translate Quicksilver to your language [here](https://www.transifex.com/quicksilver/quicksilver/)
* Execute triggers from the Quicksilver interface! Can't remember the keyboard shortcut for a trigger or have to many triggers? Starting with Quicksilver 2.4.0, you can now give triggers a unique name and add them to your Quicksilver catalog. Run your custom commands right from within Quicksilver!
* Super-charged 'combined' objects. Allow combined text objects to be pasted to the clipboard, improved icons for combined objects and more.
* JXA (JavaScript Application Scripting) has made it to Quicksilver! Use JXA to create your own custom actions to execute from within Quicksilver. [Learn more](https://docs.qsapp.com/documentation/applescript_actions)
* Improved support for custom interfaces. Allow interfaces to override icon position and text editor size.
* Korean & Spanish localizations. Translate Quicksilver to your language [here](https://www.transifex.com/quicksilver/quicksilver/)


### Changed ###

Expand All @@ -19,10 +21,19 @@

### Fixes ###

* Fix a crash that could occur when trying to → into web pages that weren't UTF8
* Fix crashes that would occur with the 'Running Processes' catalog entry
* Fix preference pane layout for localized languages (e.g. Spanish) (#2902)
* Potential crash when saving mnemonics to disk
* Potential crash when displaying the file conflict panel
* Potential crash that could occur when trying to → into web pages that weren't UTF8
* Fix how keyboard shortcuts that include →↓↑← would display in the trigger preferences (#2897)
* Fix the 'Switch to keyboard layout' option that allows you to specify what keyboard layout to use when Quicksilver is activated.

### Developer ###

* Re-enable unit tests for the project. Developers should add to unit tests for all new PRs.
* Automatically sign local builds of Quicksilver

## Changes - 2.3.0 (4038) 2022-06-18 ##

This release is all about stability. v2.3.0 brings over **50** changes and bug fixes to Quicksilver!
Expand Down

0 comments on commit 660a9f9

Please sign in to comment.