Releases: dlrudie/Snip
Releases · dlrudie/Snip
Snip v5.0.0
- Updated Spotify code to work with the latest client.
- Optimized text handling globally so it won't write text unless it changed.
- Updated Swedish translation by Lukas Michanek
Snip v4.6.0
- Fixed artist, track, and album files not being emptied out.
- Removed hidden debugging option to track execution times of methods.
- Cleaned up code for Spotify to cut down on complexity.
- Added support for saving the album name when using Spotify.
Snip v4.5.0
- Added support for VLC.
Snip v4.4.2
- Dropped privilege requirement from Administrator to AsInvoker.
Snip v4.4.1
- Alert the user if one of the hotkeys is already registered globally and that the hotkey will be skipped by Snip.
- This is a temporary solution for some silent crashes until I can implement custom hotkeys.
Snip v4.4.0
- Added version number to context menu.
- A message will now appear asking the user to exit iTunes if there is an issue loading the iTunes COM library.
- Fixed issue with not saving information if artwork is missing in iTunes.
- Added option to enable/disable hotkeys.
- Added an option to save text that no track is playing.
- Automated resgen usage to generate .resources files automatically.
- Removed signing from project and placed it in a separate external script.
Snip v4.3.1
- Added some exception catching to hopefully narrow down some issues.
Snip v4.3.0
- Added Swedish translation thanks to Lukas Michanek.
- Fixed missing leading space on separator.
- Added minimal debugging support.
Snip v4.1.0
- Settings and defaults consolidated and made more consistent.
- Window messages moved to own enum.
- Complete change in hotkey functionality. Changed from 1ms timer to events. Hotkey timer deleted as well as two classes.
- Replaced GetAsyncKeyState() with RegisterHotKey() and UnregisterHotKey().
Snip v4.0.3
- Fixed crash when image file was in use and Snip tried to overwrite it.
- Removed some unnecessary code.
- Switched to an even smaller 1x1 transparent PNG for failed artwork.
- Fixed settings not truly having a default whenever a new version is ran.
- Switching media players now overwrites the artwork with a blank image.
- Fixed crash when switching from iTunes to another player and then manipulating iTunes.