Skip to content

Commit 3eed329

Browse files
committed
Release v2.9.0(1247) via Sparkle ✨
1 parent 16683a3 commit 3eed329

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

Spotiqueue.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
CODE_SIGN_IDENTITY = "Apple Development";
574574
CODE_SIGN_STYLE = Automatic;
575575
COMBINE_HIDPI_IMAGES = YES;
576-
CURRENT_PROJECT_VERSION = 1236;
576+
CURRENT_PROJECT_VERSION = 1247;
577577
DEVELOPMENT_TEAM = QG72S9L5L3;
578578
ENABLE_HARDENED_RUNTIME = YES;
579579
FRAMEWORK_SEARCH_PATHS = (
@@ -591,7 +591,7 @@
591591
"@executable_path/../Frameworks",
592592
);
593593
LIBRARY_SEARCH_PATHS = "$(inherited)";
594-
MARKETING_VERSION = 2.8.0;
594+
MARKETING_VERSION = 2.9.0;
595595
OTHER_CFLAGS = "-D_THREAD_SAFE";
596596
OTHER_LDFLAGS = (
597597
"$(SRCROOT)/vendor/lib/libgc.a",
@@ -617,7 +617,7 @@
617617
CODE_SIGN_IDENTITY = "Apple Development";
618618
CODE_SIGN_STYLE = Automatic;
619619
COMBINE_HIDPI_IMAGES = YES;
620-
CURRENT_PROJECT_VERSION = 1236;
620+
CURRENT_PROJECT_VERSION = 1247;
621621
DEVELOPMENT_TEAM = QG72S9L5L3;
622622
ENABLE_HARDENED_RUNTIME = YES;
623623
FRAMEWORK_SEARCH_PATHS = (
@@ -635,7 +635,7 @@
635635
"@executable_path/../Frameworks",
636636
);
637637
LIBRARY_SEARCH_PATHS = "$(inherited)";
638-
MARKETING_VERSION = 2.8.0;
638+
MARKETING_VERSION = 2.9.0;
639639
OTHER_CFLAGS = "-D_THREAD_SAFE";
640640
OTHER_LDFLAGS = (
641641
"$(SRCROOT)/vendor/lib/libgc.a",

Spotiqueue/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>1236</string>
35+
<string>1247</string>
3636
<key>LSApplicationCategoryType</key>
3737
<string>public.app-category.music</string>
3838
<key>LSMinimumSystemVersion</key>

updates/appcast.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,19 @@
116116
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
117117
<enclosure url="https://github.com/toothbrush/Spotiqueue/releases/download/v2.8.0/Spotiqueue-v2.8.0.zip" sparkle:version="1235" sparkle:shortVersionString="2.8.0" length="24100887" type="application/octet-stream" sparkle:edSignature="g7NspwsTimoF+NAfga7PDQgQw1DjXPLeqMvQBGGYbm8jU6BoPjhg0ddb+4Yqnisc7oKBuBWZAmNWLygCL2MfCw=="/>
118118
</item>
119+
<item>
120+
<title>2.9.0</title>
121+
<pubDate>Wed, 15 May 2024 21:38:31 +1000</pubDate>
122+
<description><![CDATA[
123+
<h2>Updates:</h2>
124+
<ul>
125+
<li>Add support (finally) for loading starred tracks with <tt>cmd-p</tt> - thanks <a href="https://github.com/faaarmer">Daniel Farmer</a>!</li>
126+
<li>Fix visual glitch around album art &amp; titles when pasting Spotify URIs.</li>
127+
<li>Add example SCM code for your own "repeat track" function.</li>
128+
</ul>
129+
]]></description>
130+
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
131+
<enclosure url="https://github.com/toothbrush/Spotiqueue/releases/download/v2.9.0/Spotiqueue-v2.9.0.zip" sparkle:version="1247" sparkle:shortVersionString="2.9.0" length="24107383" type="application/octet-stream" sparkle:edSignature="VV4ihQd3Dsx2gNqHogs28puyx82w3yxBn2E9iHwkQmLZJn6gIOPxTkztHges1ekUEytn4Rhkkcet+EdvIWTTDw=="/>
132+
</item>
119133
</channel>
120134
</rss>

0 commit comments

Comments
 (0)