Skip to content

Commit

Permalink
Release notes for v3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-venugopal committed Oct 8, 2023
1 parent d5b5b90 commit 850cca3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Aural.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand Down
Binary file not shown.
20 changes: 16 additions & 4 deletions Documentation/Release Notes.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 850cca3

Please sign in to comment.