Skip to content

Commit

Permalink
Release version 1.1.0! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2021
1 parent 45434d0 commit c24ee2c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
15 changes: 15 additions & 0 deletions Appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>YT Music</title>
<item>
<title>Version 1.1.0</title>
<description>
<![CDATA[
sh: NSRequiresAquaSystemAppearance: command not found
<p>G'day everyone! Tim here! It took a fair few weeks of R&amp;D (including <a href="https://github.com/fastlane/fastlane/pull/18496">a PR to fastlane</a> itself!), but with Steve's blessing, I've finally managed to remove DevMateKit and replace it with an automated build system around GitHub Actions that will enable creating release updates of YT Music <em>far</em> more frequently than before.</p><p>This is just a basic release incorporating all of the previous improvements, but now this system in place, hopefully we can start bringing new features and OS support to the app moving forward! Enjoy!</p><h3>Added</h3><ul><li>A Github Actions automated release pipeline. <a href="https://github.com/steve228uk/YouTube-Music/pull/126">#126</a></li></ul><h3>Changes</h3><ul><li>Set to to enable Dark Mode appearance <a href="https://github.com/steve228uk/YouTube-Music/pull/102">#102</a></li></ul><h3>Fixes</h3><ul><li>Music auto-plays when receiving call. <a href="https://github.com/steve228uk/YouTube-Music/pull/58">#58</a></li><li>Enabled media controller commands. <a href="https://github.com/steve228uk/YouTube-Music/pull/81">#81</a></li><li>Latest album art being pulled correctly for every new notification. <a href="https://github.com/steve228uk/YouTube-Music/pull/84">#84</a></li><li>Too many notifications appearing too often. <a href="https://github.com/steve228uk/YouTube-Music/pull/85">#85</a></li><li>App crashes when resizing the window. <a href="https://github.com/steve228uk/YouTube-Music/pull/87">#87</a></li></ul>
]]>
</description>
<pubDate>Sat, 24 Apr 2021 16:13:10 +0000</pubDate>
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/steve228uk/YouTube-Music/releases/download/1.1.0/YT-Music-1.1.0.zip"
sparkle:version="9" sparkle:shortVersionString="1.1.0"
sparkle:edSignature="+iHOBGvyva+Khkv2nsN9antCRb9MVRUpcbLBTAcjgy4D8xwLLZaCRMWROnTBiIlSWEpcwux45yUDT22lcl9pDA==" length="5657616"
type="application/octet-stream"/>
</item>
<item>
</item>
</channel>
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.0] - 2021-04-24

G'day everyone! Tim here! It took a fair few weeks of R&D (including [a PR to fastlane](https://github.com/fastlane/fastlane/pull/18496) itself!), but with Steve's blessing, I've finally managed to remove DevMateKit and replace it with an automated build system around GitHub Actions that will enable creating release updates of YT Music *far* more frequently than before.

This is just a basic release incorporating all of the previous improvements, but now this system in place, hopefully we can start bringing new features and OS support to the app moving forward! Enjoy!
Expand Down Expand Up @@ -83,7 +85,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.0.6...HEAD
[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.1.0...HEAD
[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
[1.0.4]: https://github.com/steve228uk/YouTube-Music/compare/1.0.3...1.0.4
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 = 8;
CURRENT_PROJECT_VERSION = 9;
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 = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
6 changes: 3 additions & 3 deletions YT Music/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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 @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.6</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>9</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit c24ee2c

Please sign in to comment.