Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Nov 23, 2021
1 parent 84efaf7 commit b537c83
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## CHANGELOG

### Unreleased
### 1.3.0 (2021/11/23)

- Scrobble with album name [issue #37](https://github.com/ShazamScrobbler/shazamscrobbler-macos/issues/37)
- Show login error message received from last.fm API
- Show login error message received from last.fm API [issue #39](https://github.com/ShazamScrobbler/shazamscrobbler-macos/issues/39)

### 1.2.3 (2017/01/26)
- Fixed scrobbling that would not work in some cases
Expand Down
Binary file added ShazamScrobbler.dmgCanvas/Disk Image
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ShazamScrobbler/AboutWindowController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SdM-5G-yCq">
<rect key="frame" x="189" y="172" width="277" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Scrobbler version 1.2.3 for Shazam 1.2.2" id="gJt-wU-JGY">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Scrobbler version 1.3.0 for Shazam 2.10.0" id="gJt-wU-JGY">
<font key="font" size="13" name="Helvetica"/>
<color key="textColor" name="controlShadowColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
6 changes: 3 additions & 3 deletions ShazamScrobbler/ShazamScrobbler-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSBackgroundOnly</key>
Expand All @@ -31,7 +31,7 @@
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Stéphane Bruckert. All rights reserved.</string>
<string>Copyright © 2021 Stéphane Bruckert. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ short-description: Scrobble vinyl, radios, movies to Last.fm
long-description: Menubar app for people who use Shazam to identify songs played on or around their Mac and who would like to keep an updated playback history using Last.fm's scrobbling service.
title: ShazamScrobbler for Mac
keywords: scrobble, shazam, mac, menubar, app, vinyl, radio, movies, ost, apple music, lastfm, audioscrobbler
year: 2017
year: 2021

app:
os: "OS X 10.9+"
shazam-version: "1.2.4"
current: "1.2.3"
shazam-version: "2.10.0"
current: "1.3.0"

images:
icon:
Expand Down

0 comments on commit b537c83

Please sign in to comment.