diff --git a/Quicksilver/Configuration/Developer.xcconfig b/Quicksilver/Configuration/Developer.xcconfig index a82b28a8b..509222f0d 100644 --- a/Quicksilver/Configuration/Developer.xcconfig +++ b/Quicksilver/Configuration/Developer.xcconfig @@ -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 diff --git a/Quicksilver/SharedSupport/CHANGELOG b/Quicksilver/SharedSupport/CHANGELOG index f0f475c18..6fb967e79 100644 --- a/Quicksilver/SharedSupport/CHANGELOG +++ b/Quicksilver/SharedSupport/CHANGELOG @@ -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) @@ -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 ##