Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Apr 4, 2014
1 parent d9bc4e7 commit 750f2de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 1.2.0 (unreleased)
# Version 1.2.0 (4/4/14)

[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.1.20...master)
[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.1.20...v1.2.0)

* [fixed] Always display the menubar on startup, thanks @nriley!
* [fixed] Several improvements to the menubar including reclaiming ⌘M for
Expand All @@ -20,10 +20,10 @@
* [fixed] Only show display current song in Notification Center. Thanks @winny-!
* [fixed] Support PC media keys (#122). Thanks winny-!
* [fixed] The "Help" dropdown now has functionality. (Reported by @nriley)
Thanks @winny-!
Thanks @winny- & @nriley!
* [fixed] Show authors and contributors in the "About" window. Also show links
from the previously mentioned "Help" dropdown menu. (Reported by
@nriley) Thanks @winny-!
@nriley) Thanks @winny- & @nriley!

# Version 1.1.20 (9/16/13)

Expand Down
16 changes: 8 additions & 8 deletions Resources/Hermes-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSUIElement</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Hermes</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
Expand All @@ -19,15 +19,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.20</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1956</string>
<string>2000</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>LSUIElement</key>
<true/>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand All @@ -39,6 +41,8 @@ and Winston Weinert</string>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>HermesApp</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>OSAScriptingDefinition</key>
<string>Hermes.sdef</string>
<key>SUAllowsAutomaticUpdates</key>
Expand All @@ -51,9 +55,5 @@ and Winston Weinert</string>
<string>dsa_pub.pem</string>
<key>SUShowReleaseNotes</key>
<true/>
<key>CFBundleDisplayName</key>
<string>Hermes</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>

0 comments on commit 750f2de

Please sign in to comment.