Skip to content

Commit

Permalink
Release version 1.1.1! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2021
1 parent b7c6287 commit f09bf08
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
14 changes: 14 additions & 0 deletions Appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>YT Music</title>
<item>
<title>Version 1.1.1</title>
<description>
<![CDATA[
<h3>Fixes</h3><ul><li>Media control keys not responding on newer versions of macOS. <a href="https://github.com/steve228uk/YouTube-Music/pull/57">#57</a></li><li>Content not appearing in macOS Big Sur. <a href="https://github.com/steve228uk/YouTube-Music/pull/130">#130</a></li></ul>
]]>
</description>
<pubDate>Tue, 27 Apr 2021 13:42:20 +0000</pubDate>
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/steve228uk/YouTube-Music/releases/download/1.1.1/YT-Music-1.1.1.zip"
sparkle:version="10" sparkle:shortVersionString="1.1.1"
sparkle:edSignature="vONJF4UEzH+ZSCFC6E6tDhrLtzz4j0k4UTPKMM4sRedKybgyojpyGZtAu4G9n4KoegB/7JJ0NMqTjoeKtIyzBg==" length="5656986"
type="application/octet-stream"/>
</item>
<item>
<title>Version 1.1.0</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.1.1] - 2021-04-27

### Fixes

* Media control keys not responding on newer versions of macOS. [#57](https://github.com/steve228uk/YouTube-Music/pull/57)
Expand Down Expand Up @@ -90,7 +92,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.1.0...HEAD
[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.1.1...HEAD
[1.1.1]: https://github.com/steve228uk/YouTube-Music/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/steve228uk/YouTube-Music/compare/1.0.6...1.1.0
[1.0.6]: https://github.com/steve228uk/YouTube-Music/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/steve228uk/YouTube-Music/compare/1.0.4...1.0.5
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 @@ -438,7 +438,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = 6LF3GMKZAB;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -467,7 +467,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
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.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit f09bf08

Please sign in to comment.