Skip to content

Commit

Permalink
v3.23.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-venugopal committed Sep 30, 2023
1 parent 9ff56b0 commit d9c9714
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 91 deletions.
10 changes: 5 additions & 5 deletions Aural.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 53;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -6687,7 +6687,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.22.0;
CURRENT_PROJECT_VERSION = 3.23.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
Expand All @@ -6706,7 +6706,7 @@
"$(PROJECT_DIR)/Resources/ffmpeg/libopenmpt/src/libopenmpt-0.7.3+release.autotools/.libs",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.22.0;
MARKETING_VERSION = 3.23.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kv.Aural;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = Source/FFmpeg/ffmpeg.h;
Expand All @@ -6725,7 +6725,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.22.0;
CURRENT_PROJECT_VERSION = 3.23.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Frameworks";
Expand All @@ -6744,7 +6744,7 @@
"$(PROJECT_DIR)/Resources/ffmpeg/libopenmpt/src/libopenmpt-0.7.3+release.autotools/.libs",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.22.0;
MARKETING_VERSION = 3.23.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.
18 changes: 9 additions & 9 deletions Documentation/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# What's New in Version 3.22.0
# What's New in Version 3.23.0

## #58 - Autoplay enhancement
## Bug Fixes

Many thanks to @LesterJitsi for requesting this enhancement!
### #65 - FFmpeg seeking causes crash (arm64)

Some users would prefer the app to quietly append files to the playlist when files are opened from Finder with the "Open With" action (equivalent to double-clicking files in Finder), without immediately starting playback of the opened files. So, a new option has been added under Preferences > Playback, to allow for this behavior.
Previously, seeking with FFmpeg (within non-native tracks) would cause a crash on arm64 systems. This has been fixed.

NOTE - The default behavior will continue to be that the app begins playback of files opened with "Open With", but this can now be overriden.
### #64 - Spectrogram visualization shows no activity in first band

## #63 - New app icon
The first band of the Spectrogram visualizer view would, in some cases, not show any activity / movement. A workaround for this bug has been implemented.

Many thanks to @VisualisationExpo for requesting this enhancement, and for providing the new icon!
### #66 - Seek interval stepper controls (preferences)

Aural has a new app icon ... can't you see ;)
In the preferences window, under the Playback tab, the seek interval stepper controls showed the wrong kind of formatting on newer macOS systems. The stepper controls have been simplified to solve this problem.

### **For more info**
Visit the [official release page](https://github.com/kartik-venugopal/aural-player/releases/tag/v3.22.0)
Visit the [official release page](https://github.com/kartik-venugopal/aural-player/releases/tag/v3.23.0)
2 changes: 1 addition & 1 deletion Source/UI/CustomViews/IntervalPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class FormattedIntervalLabel: NSTextField {

override func awakeFromNib() {

self.alignment = .left
self.alignment = .right
self.font = standardFontSet.mainFont(size: 11)
self.isBordered = false
self.drawsBackground = false
Expand Down
Loading

0 comments on commit d9c9714

Please sign in to comment.