Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nriley committed Sep 20, 2016
1 parent ec000d4 commit 353e1e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Version 1.2.9 (unreleased)
# Version 1.3.0 (9/20/16)

[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.2.8...HEAD)
[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.2.8...v1.3.0)

* [added by @paullj1] Allow skipping songs (if using banners) and liking/disliking songs (if using alerts) from macOS notifications (#273)
* [added by @paullj1] Optionally show album art and/or track titles in the menu bar (#208, #275)
* [added by @paullj1] Optionally show album art and play/pause status in the Dock (#275)
* [added by @paullj1 and @nriley] Display currently playing station in menubar and Dock menu
* [changed by @paullj1] Make Hermes macOS song notifications look more like iTunes notifications (#273)
* [changed by @nriley] Simplify and reduce screen space used by main window
* [fixed by @nriley] Allow the Hermes to appear over fullscreen applications when the Dock icon is hidden
Expand Down
4 changes: 2 additions & 2 deletions Hermes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2055;
CURRENT_PROJECT_VERSION = 2056;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
Expand Down Expand Up @@ -862,7 +862,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2055;
CURRENT_PROJECT_VERSION = 2056;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Hermes-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.9b2</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2055</string>
<string>2056</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 353e1e9

Please sign in to comment.