Skip to content

Commit 7ec442c

Browse files
committed
Update changelog and versions for v2.4.3
1 parent 133f01e commit 7ec442c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.4.2
4+
QS_INFO_VERSION = 2.4.3
55

66
// The current development version shown in About Box
7-
QS_BUNDLE_VERSION = 4041
7+
QS_BUNDLE_VERSION = 4042
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Changes - 2.4.3 (4042) ##
2+
3+
### Changed ###
4+
5+
* Remove use of multiple private API that could no longer be maintained
6+
* Unfortunately this breaks Quicksilver's "pretty" animations for now
7+
* Fix a few more `QSProcessMonitor` crashes by using the threadsafe dict in more places
8+
* Simplify locks in `QSThreadSafeMutableDictionary` by switching to `@synchronized`
9+
110
## Changes - 2.4.2 (4041) ##
211

312
### Fixed ###

0 commit comments

Comments
 (0)