diff --git a/Quicksilver/Configuration/Developer.xcconfig b/Quicksilver/Configuration/Developer.xcconfig index f43842acb..0188b92e1 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.4.2 +QS_INFO_VERSION = 2.4.3 // The current development version shown in About Box -QS_BUNDLE_VERSION = 4041 +QS_BUNDLE_VERSION = 4042 // 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 4276478a9..549eac315 100644 --- a/Quicksilver/SharedSupport/CHANGELOG +++ b/Quicksilver/SharedSupport/CHANGELOG @@ -1,3 +1,12 @@ +## Changes - 2.4.3 (4042) ## + +### Changed ### + +* Remove use of multiple private API that could no longer be maintained + * Unfortunately this breaks Quicksilver's "pretty" animations for now +* Fix a few more `QSProcessMonitor` crashes by using the threadsafe dict in more places +* Simplify locks in `QSThreadSafeMutableDictionary` by switching to `@synchronized` + ## Changes - 2.4.2 (4041) ## ### Fixed ###