Skip to content

Commit 5974056

Browse files
committed
Ready for v2.3.0
1 parent be64f35 commit 5974056

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// This file contains developer-specific information. You can provide temporary overrides to build settings here.
22

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

66
// The current development version shown in About Box
7-
QS_BUNDLE_VERSION = 4037
7+
QS_BUNDLE_VERSION = 4038
88

99
// 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
1010
QS_BACKWARDS_COMPATIBILITY_BREAK = 4001

Quicksilver/SharedSupport/CHANGELOG

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## Changes - 2.X.X (4038) ##
1+
## Changes - 2.3.0 (4038) ##
2+
3+
This release is all about stability. v2.3.0 brings over **50** changes and bug fixes to Quicksilver!
24

35
*Requires macOS 10.14+*
46

7+
### New ###
8+
9+
* Updated Czech translations. Translate Quicksilver to your language [here](https://www.transifex.com/quicksilver/quicksilver/)
10+
511
### Fixes ###
612

713
* Ensure active app retains focus when getting current selection (#1351)
@@ -12,13 +18,26 @@
1218
* Improve visuals when entering text into Quicksilver's 3rd pane (#1515)
1319
* Fix proxy objects in triggers that use partial commands (#1517)
1420
* Improve speed when re-scanning the catalog
15-
* Deprecation and warnings cleanup
1621
* Don't inadvertently show the results window when right clicking in Quicksilver
1722
* Fix the 'Type Text' action to make sure it types properly even if modifier keys are being pressed
23+
* Fix Gmail search URL in Web Search Plugin ([#32](https://github.com/quicksilver/QSApp.com/pull/32))
24+
* Various bug fixes including for: running application scanning, saving catalog entries, catalog scanning, icon loading, object purging and more.
25+
26+
27+
### Plugins ###
28+
29+
Recent plugin updates include:
30+
* **Calculator Plugin**: Fix crashes when displaying results as large type
31+
* **Text Manipulation Plugin**: Speed optimizations and improve 3rd pane usability
32+
* **File Compression Plugin**: Add option to remove macOS hidden files when compressing
33+
* **Shelf Plugin**: Improve right-click usability + add keyboard shortcuts to execute shelf items
34+
1835

1936
### Changed ###
2037

21-
* Display the donation popup at most once a fortnight
38+
* Reduce the donation popup appearance to show at most once a fortnight
39+
* Deprecation and warnings cleanup
40+
2241

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

0 commit comments

Comments
 (0)