Skip to content

Commit

Permalink
Ready for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Jun 18, 2022
1 parent be64f35 commit 5974056
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Quicksilver/Configuration/Developer.xcconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// This file contains developer-specific information. You can provide temporary overrides to build settings here.

// The bundle version displayed in the Finder's Get Info dialog and About Box
QS_INFO_VERSION = 2.2.3
QS_INFO_VERSION = 2.3.0

// The current development version shown in About Box
QS_BUNDLE_VERSION = 4037
QS_BUNDLE_VERSION = 4038

// A build of Quicksilver that breaks backwards compatibility for plugins. Setting a value here will mean that all future plugins built with `bltrversion` will have a minimum QS version requirement of this value
QS_BACKWARDS_COMPATIBILITY_BREAK = 4001
25 changes: 22 additions & 3 deletions Quicksilver/SharedSupport/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Changes - 2.X.X (4038) ##
## Changes - 2.3.0 (4038) ##

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

*Requires macOS 10.14+*

### New ###

* Updated Czech translations. Translate Quicksilver to your language [here](https://www.transifex.com/quicksilver/quicksilver/)

### Fixes ###

* Ensure active app retains focus when getting current selection (#1351)
Expand All @@ -12,13 +18,26 @@
* Improve visuals when entering text into Quicksilver's 3rd pane (#1515)
* Fix proxy objects in triggers that use partial commands (#1517)
* Improve speed when re-scanning the catalog
* Deprecation and warnings cleanup
* Don't inadvertently show the results window when right clicking in Quicksilver
* Fix the 'Type Text' action to make sure it types properly even if modifier keys are being pressed
* Fix Gmail search URL in Web Search Plugin ([#32](https://github.com/quicksilver/QSApp.com/pull/32))
* Various bug fixes including for: running application scanning, saving catalog entries, catalog scanning, icon loading, object purging and more.


### Plugins ###

Recent plugin updates include:
* **Calculator Plugin**: Fix crashes when displaying results as large type
* **Text Manipulation Plugin**: Speed optimizations and improve 3rd pane usability
* **File Compression Plugin**: Add option to remove macOS hidden files when compressing
* **Shelf Plugin**: Improve right-click usability + add keyboard shortcuts to execute shelf items


### Changed ###

* Display the donation popup at most once a fortnight
* Reduce the donation popup appearance to show at most once a fortnight
* Deprecation and warnings cleanup


## Changes - 2.2.3 (4037) 2022-06-12 ##

Expand Down

0 comments on commit 5974056

Please sign in to comment.