Skip to content

Commit

Permalink
Release version 1.2.0! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2021
1 parent c2bcd81 commit ff5cd0d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 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.2.0</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>Added</h3><ul><li>Apple Silicon support. <a href="https://github.com/steve228uk/YouTube-Music/pull/149">#149</a></li><li>Deeply integrated support for Touch Bar on MacBook Pro. <a href="https://github.com/steve228uk/YouTube-Music/pull/146">#146</a></li><li>Alternative global shortcut keys for controlling music playback. <a href="https://github.com/steve228uk/YouTube-Music/pull/140">#140</a></li></ul>
]]>
</description>
<pubDate>Wed, 27 Oct 2021 15:49:47 +0000</pubDate>
<sparkle:minimumSystemVersion>10.12.2</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/steve228uk/YouTube-Music/releases/download/1.2.0/YT-Music-1.2.0.zip"
sparkle:version="11" sparkle:shortVersionString="1.2.0"
sparkle:edSignature="Fc8GvL8IXWhknBtsRIQyieGbXgTlSUI6cWBdX0gTK9ci3alfq9foeftUIEEZ//Xf8AZiZ0ITIvESZyscubYLAQ==" length="5812009"
type="application/octet-stream"/>
</item>
<item>
<title>Version 1.1.1</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.2.0] - 2021-10-27

### Added

* Apple Silicon support. [#149](https://github.com/steve228uk/YouTube-Music/pull/149)
Expand Down Expand Up @@ -98,7 +100,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.1...HEAD
[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.2.0...HEAD
[1.2.0]: https://github.com/steve228uk/YouTube-Music/compare/1.1.1...1.2.0
[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
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 = 10;
CURRENT_PROJECT_VERSION = 11;
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 = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
14 changes: 7 additions & 7 deletions YT Music/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIAppFonts</key>
<array>
<string>fa.otf</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<string/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -21,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -47,5 +43,9 @@
<string>https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/Appcast.xml</string>
<key>SUPublicEDKey</key>
<string>YO6tYoi/sR5BGkxKpy491X+KjFb8sgOPr4OTIEHGwu0=</string>
<key>UIAppFonts</key>
<array>
<string>fa.otf</string>
</array>
</dict>
</plist>

0 comments on commit ff5cd0d

Please sign in to comment.