diff --git a/Aural.xcodeproj/project.pbxproj b/Aural.xcodeproj/project.pbxproj index 72acf6072..fe5c7180c 100644 --- a/Aural.xcodeproj/project.pbxproj +++ b/Aural.xcodeproj/project.pbxproj @@ -6715,7 +6715,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.23.1; + CURRENT_PROJECT_VERSION = 3.24.0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; @@ -6734,7 +6734,7 @@ "$(PROJECT_DIR)/Resources/ffmpeg/libopenmpt/src/libopenmpt-0.7.3+release.autotools/.libs", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 3.23.1; + MARKETING_VERSION = 3.24.0; PRODUCT_BUNDLE_IDENTIFIER = com.kv.Aural; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = Source/FFmpeg/ffmpeg.h; @@ -6753,7 +6753,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3.23.1; + CURRENT_PROJECT_VERSION = 3.24.0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks"; @@ -6772,7 +6772,7 @@ "$(PROJECT_DIR)/Resources/ffmpeg/libopenmpt/src/libopenmpt-0.7.3+release.autotools/.libs", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 3.23.1; + MARKETING_VERSION = 3.24.0; PRODUCT_BUNDLE_IDENTIFIER = com.kv.Aural; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = Source/FFmpeg/ffmpeg.h; diff --git a/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate b/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate index 9a40dd892..6137fbe25 100644 Binary files a/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate and b/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Documentation/Release Notes.md b/Documentation/Release Notes.md index 8c3559f24..bb3b9cf57 100644 --- a/Documentation/Release Notes.md +++ b/Documentation/Release Notes.md @@ -1,8 +1,20 @@ -# What's New in Version 3.23.1 +# What's New in Version 3.24.0 -## #67 - Fixed app icon (menu bar mode) +## Bug fixes and performance improvements -Thanks to @BillGoldenWater for the bug report! +### Visualizer uses no CPU when inactive + +The Visualizer now does not perform any computations or graphical rendering when the player is either paused or stopped. This eliminates unnecessary CPU usage. + +### #67 - Fixed app icon (menu bar mode) + +Thanks to @BillGoldenWater for the bug report! + +### Window snapping behavior improvement + +The way that the separate app windows snap to each other has been improved, eliminating some of the awkward (jerky) snapping behavior when the main window is dragged. + +### Updated Copyright year in source code and license ### **For more info** -Visit the [official release page](https://github.com/kartik-venugopal/aural-player/releases/tag/v3.23.1) +Visit the [official release page](https://github.com/kartik-venugopal/aural-player/releases/tag/v3.24.0)