Skip to content

Releases: oddharsh/Projects

v0.9

03 Apr 22:50
Compare
Choose a tag to compare

redid the play logic on relaunch to be way faster and more reliable
state dependence!

Full Changelog: v0.8...v0.9

v.0.8

29 Mar 21:15
Compare
Choose a tag to compare

finally got unified quitting working from both sides and improved error handling
Probably going to get player state dependence working soon

Full Changelog: v0.7...v0.8

v0.7

27 Mar 14:00
Compare
Choose a tag to compare

substantially improved error handling and bug fixes. Performance improvements OTW

v0.6-pre

10 Nov 18:04
Compare
Choose a tag to compare
v0.6-pre Pre-release
Pre-release

Full Changelog: v0.5...v0.6
modularized some stuff, responding to a memory leak from a spotify update :/

v0.5

22 Jul 16:19
Compare
Choose a tag to compare
  • chopped out one check from the relauncher and took out the delays
  • used some implicit syntax, might make things slightly faster?

v0.4

04 Jul 01:04
Compare
Choose a tag to compare

rewrote the script using handlers, which allows us to treat the spotty app like spotify when it is in the dock (if you click on spotty while spotify is running, it shows spotify) and to quit spotify by quitting the spotty app when it was previously the other way around. The known bug here is that quitting the spotify app causes spotify to relaunch

v0.2

16 Jun 14:26
Compare
Choose a tag to compare

Switched polling interval to 0.5s and simplified the test to see if Spotify is open (using a repeat while loop)

v0.3

02 Jul 03:10
Compare
Choose a tag to compare

Added a dynamic delay to the relauncher, which should account for differing cpu loads and also make the relaunch faster (in absolutely ideal conditions, 10x faster)

v0.1

26 May 03:32
Compare
Choose a tag to compare

initial version ig