Skip to content

Commit

Permalink
1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Jun 28, 2016
1 parent f5d2c2f commit 0aeb67b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions PodcastMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -463,6 +464,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions PodcastMenu/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ While the app is playing a podcast, you can use your keyboard's media keys to co

# Download

[⬇️ Click here to download the latest release](https://github.com/insidegui/PodcastMenu/raw/master/Releases/PodcastMenu_v1.2.zip).
[⬇️ Click here to download the latest release](https://github.com/insidegui/PodcastMenu/raw/master/Releases/PodcastMenu_v1.2.1.zip).

![screenshot](screenshot.png)

Expand Down
Binary file added Releases/PodcastMenu_v1.2.1.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions Releases/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>

<item>
<title>Version 1.2.1</title>
<description><![CDATA[
<ul>
<li>Improved error handling</li>
<li>Fixed a memory leak which caused the app to consume too much memory</li>
<li>Fixed issues with the look of the configuration button</li>
<li>Moved "Reload" option from contextual menu to the configuration button</li>
</ul>
]]></description>
<pubDate>Tue, 28 Jun 2016 20:45:00 -0300</pubDate>
<enclosure url="https://github.com/insidegui/PodcastMenu/raw/master/Releases/PodcastMenu_v1.2.1.zip" sparkle:version="5" sparkle:shortVersionString="1.2.1" length="3819920" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
</item>

<item>
<title>Version 1.2</title>
<description><![CDATA[
Expand Down

0 comments on commit 0aeb67b

Please sign in to comment.