Releases: dlrudie/Snip
Releases · dlrudie/Snip
Snip v5.6.0
- #119 Fix for separate files not using output format.
- #118 Some users of Spotify have "Spotify" in the window title and that breaks the search.
- Fixed an issue where Snip would repeatedly query Spotify's search until it got a result.
- #87 Prevent Snip crashing when an invalid JSON file is downloaded. It will fall back to just showing the window title in this case.
- #59 Fixes an issue where songs with no artist in the ID3 tag would not display in Snip when using iTunes.
- When saving output format it will now update right away instead of waiting for the next song to play.
Snip v5.5.0
- Fix for song title selection if the album has the same name as the track being played.
- #116 Fix for finding titles from Spotify with a : in them (among other characters).
- Added Spanish (es-CL) translation thanks to NioZero.
- #110 Added hidden $i variable. This can be used in the output format settings to display the Spotify track ID.
Snip v5.4.0
- #110 Implemented Spotify track ID saving. If saving files separately is enabled then a new file, Snip_TrackId.txt, will be created that contains the Spotify track ID.
- #101 When Snip queries Spotify's servers for track information it will now use the result with the highest "popularity" rating. This change hopefully will result in more accurate track selection.
- #100 Cleaned up Spotify artwork downloading. It will now download the files provided in the main JSON file instead of downloading the JSON for the embedded site and then using the images linked there. This potentially will result in less blank artwork.
Snip v5.3.1
- Fix for crash when using Spotify and a song title had a / in it. This was caused by Spotify's API not liking the use of a /. I now replaced the / with a space in code and it's worked on all songs I've tested so far. This fixes #91.
Snip v5.3.0
- JSON is now downloaded as UTF8. This will fix an issue where non-standard characters were showing up wrong.
- Added the ability to use $n in the output format. This will add a newline wherever used.
- Changed the way VLC was detected and the text handled. This should fix problems people using VLC in a different language were having.
- Added the ability for Snip to check if there's a new version available. If a new version is found then the place where Snip shows the current version in the context menu will be replaced with text showing a new version is available. You can click this text to open your web browser to download the new version.
- Feel free to update translation files and/or submit new languages.
Snip v5.2.1
- Fixed an issue where blank artwork would be repeatedly saved if Spotify was not running.
Snip v5.2.0
- Spotify deprecated the API Snip was using. Snip now uses the new API.
- Fixed crash when song titles are too long.
Snip v5.1.0
- Added feature allowing Snip to display a popup notification on track change.
- New Snip icon. Snip icon also moved out of the form resource and into a global resource.
- Fixed issue with Spotify not getting track information correctly if the title had a : in it.
- Fixed Snip writing which player it switched to when emptying files is enabled.
Snip v5.0.5
Snip v5.0.1
- Fixed advertisements in Spotify causing a crash.
- Updated Dutch translation by Eegee
- Fix for Visual Studio paths with spaces by Eegee