Skip to content

Releases: dlrudie/Snip

Snip v5.0.0

05 Jul 09:33
Compare
Choose a tag to compare
  • 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

16 Aug 16:12
Compare
Choose a tag to compare
  • 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

27 Jul 14:42
Compare
Choose a tag to compare
  • Added support for VLC.

Snip v4.4.2

12 Jul 03:44
Compare
Choose a tag to compare
  • Dropped privilege requirement from Administrator to AsInvoker.

Snip v4.4.1

07 Jul 17:24
Compare
Choose a tag to compare
  • 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

07 Jul 16:19
Compare
Choose a tag to compare
  • 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

03 Jul 22:23
Compare
Choose a tag to compare
  • Added some exception catching to hopefully narrow down some issues.

Snip v4.3.0

25 May 14:14
Compare
Choose a tag to compare
  • Added Swedish translation thanks to Lukas Michanek.
  • Fixed missing leading space on separator.
  • Added minimal debugging support.

Snip v4.1.0

26 Apr 14:57
Compare
Choose a tag to compare
  • 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

19 Apr 04:36
Compare
Choose a tag to compare
  • 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.