Skip to content

Commit adeb0ce

Browse files
committed
Publish version 2.3.0.
1 parent e41409b commit adeb0ce

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

Spotiqueue.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
CODE_SIGN_IDENTITY = "Apple Development";
445445
CODE_SIGN_STYLE = Automatic;
446446
COMBINE_HIDPI_IMAGES = YES;
447-
CURRENT_PROJECT_VERSION = 725;
447+
CURRENT_PROJECT_VERSION = 727;
448448
DEVELOPMENT_TEAM = QG72S9L5L3;
449449
ENABLE_HARDENED_RUNTIME = YES;
450450
FRAMEWORK_SEARCH_PATHS = (
@@ -480,7 +480,7 @@
480480
CODE_SIGN_IDENTITY = "Apple Development";
481481
CODE_SIGN_STYLE = Automatic;
482482
COMBINE_HIDPI_IMAGES = YES;
483-
CURRENT_PROJECT_VERSION = 725;
483+
CURRENT_PROJECT_VERSION = 727;
484484
DEVELOPMENT_TEAM = QG72S9L5L3;
485485
ENABLE_HARDENED_RUNTIME = YES;
486486
FRAMEWORK_SEARCH_PATHS = (

Spotiqueue/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>725</string>
35+
<string>727</string>
3636
<key>LSApplicationCategoryType</key>
3737
<string>public.app-category.music</string>
3838
<key>LSMinimumSystemVersion</key>

updates/appcast.xml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@
33
<channel>
44
<title>Spotiqueue</title>
55
<item>
6-
<title>2.2.0</title>
7-
<pubDate>Tue, 29 Jun 2021 11:47:06 +1000</pubDate>
6+
<title>2.3.0</title>
7+
<pubDate>Mon, 05 Jul 2021 18:52:51 +1000</pubDate>
88
<description><![CDATA[
9-
<h2>New Features</h2>
9+
<h2>Updates</h2>
1010
<ul>
11-
<li>Ability to paste songs, albums or playlists into the queue (<tt>⌘V</tt> when queue has focus) – try pasting <tt>spotify:album:2XY6A8TMHbPaffK00b72BO</tt> or a Spotify link like https://open.spotify.com/playlist/60NJZPEWekQZhuVKclRXgB?si=e9f2de627d8342c3</li>
12-
<li>Disabled dark mode</li>
13-
<li>Display total queue time</li>
14-
<li>Display a user's playlists (<tt>⌘O</tt>)</li>
15-
<li>Copy songs by selecting and <tt>⌘C</tt></li>
11+
<li>Ability to filter search results locally - press <tt>&#47;</tt>. Supports regex!</li>
12+
<li>Persists queue over sessions.</li>
13+
<li>Fix search spinner weirdness.</li>
14+
<li><tt>Esc</tt> cancels search in progress.</li>
15+
<li>...plus some other little fixes.</li>
1616
</ul>
17-
<h3>Bug fixes:</h3>
18-
<ul><li>Focus loop fixed (TAB between search box, results and queue)</li></ul>
19-
]]>
20-
</description>
17+
]]></description>
2118
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
22-
<enclosure url="https://github.com/toothbrush/Spotiqueue/releases/download/v2.2.0/Spotiqueue-v2.2.0.zip" sparkle:version="616" sparkle:shortVersionString="2.2.0" length="9470980" type="application/octet-stream" sparkle:edSignature="9FCAgavXoq6k4mmIors4RFkyLKsCYGU8wC294/jcObDT3zNefDDElmgREfNw0hs4idXwA+SK5uR714xx4YwLCA=="/>
19+
<enclosure url="https://github.com/toothbrush/Spotiqueue/releases/download/v2.3.0/Spotiqueue-v2.3.0.zip" sparkle:version="726" sparkle:shortVersionString="2.3.0" length="9484999" type="application/octet-stream" sparkle:edSignature="UlD6il+OJzvYREaHoV1K7ulYtQ9rrz1BrY2jVRnpcm9u64gG2PXWW9F5mCvBh/Unbg1K0SESLS1QdKHQbTqxBA=="/>
2320
</item>
2421
</channel>
25-
</rss>
22+
</rss>

0 commit comments

Comments
 (0)