Skip to content

Commit

Permalink
Release version 1.3.3! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2022
1 parent 0871956 commit 2e34442
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
18 changes: 18 additions & 0 deletions Appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>YT Music</title>
<item>
<title>Version 1.3.3</title>
<description>
<![CDATA[
<style>
body { font-family: -apple-system, sans-serif; font-size: 0.9em; line-height: 150%; }
h3 { font-size: 1.5em; margin-bottom: 0; font-weight: 700; }
li { margin-bottom: 0.5em; }
</style><h3>Fixed</h3><ul><li>Added an explicit check to clear out registered service workers that cause blank screens on launch. <a href="https://github.com/steve228uk/YouTube-Music/pull/167">#167</a></li></ul>
]]>
</description>
<pubDate>Thu, 5 May 2022 04:03:52 +0000</pubDate>
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/steve228uk/YouTube-Music/releases/download/1.3.3/YT-Music-1.3.3.zip"
sparkle:version="15" sparkle:shortVersionString="1.3.3"
sparkle:edSignature="QaV12CjHE7K2583v5vPt1qX870bBquCM1ucJ4BsBuOxj+37QcAL8lGghD+MpEeYybOdPfJGlE86nbFcWfqO2Bg==" length="5405901"
type="application/octet-stream"/>
</item>
<item>
<title>Version 1.3.2</title>
<description>
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.3] - 2022-05-05

### Fixed

* Added an explicit check to clear out registered service workers that cause blank screens on launch. [#167](https://github.com/steve228uk/YouTube-Music/pull/167)
Expand Down Expand Up @@ -128,7 +130,8 @@ I hope the changes are well received and any feedback or bugs can be reported on

* Initial version of YT Music wrapper

[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.3.2...HEAD
[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.3.3...HEAD
[1.3.3]: https://github.com/steve228uk/YouTube-Music/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/steve228uk/YouTube-Music/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/steve228uk/YouTube-Music/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/steve228uk/YouTube-Music/compare/1.2.0...1.3.0
Expand Down
4 changes: 2 additions & 2 deletions YT Music.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -630,7 +630,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions YT Music/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<string>1.3.3</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 2e34442

Please sign in to comment.