Skip to content

Commit

Permalink
Update changelog and versions for v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Oct 5, 2024
1 parent 133f01e commit 7ec442c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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.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
9 changes: 9 additions & 0 deletions Quicksilver/SharedSupport/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 ###
Expand Down

0 comments on commit 7ec442c

Please sign in to comment.