Releases: Nerixyz/current-song-overlay
Releases · Nerixyz/current-song-overlay
v0.3-Alpha.2
What's Changed
- setup.ps1 config file name correction by @dudo24 in #17
v0.3-Alpha.1
Changelog:
- Fixed Chromium error in the overlay client
Make sure you stop the Windows Service CurrentSong
in the TaskManager before updating (and start it afterwards).
v0.3-Alpha
Changelog:
- New config (customize ports)
- New VLC script (you have to run
setup.bat
) - New architecture (Use of Workers)
- Better messaging
- Now using Deno 1.8.3
- Better support for the MediaSession API
v0.2-Alpha.2
Changelog:
*Fixed Spotify Bug
v0.2-Alpha.1
Changelog:
- Added new VLC interface to avoid pinging vlc
- Added easier config
- Added setup script
v0.1-Alpha-16
Changelog:
- Fixed a bug with Spotify
- Updated dev-dependencies in
/client
and/extensions
- Updated to Deno 1.7.5
v0.1-Alpha-15
Changelog:
- Fixed overlay animations not stopping
v0.1-Alpha-14
Changelog:
- (extension) The media session will now be intercepted in a seperate script.
- (overlay) Instead of constant updates, the Web Animations Api is now used.
- (overlay) Added new album art animation
- (overlay) Overflow detection works in a small window (the browser source can use much smaller dimensions)
- (server) Switched to the web's WebSocket Api (prev. deno's own api)
- (service)
.env
is now named.env.example
to be able to "just" extract the archive on updates
v0.1-Alpha-13
Changelog:
- Fixed restart loop caused by new WebSocket release
- The service will now run the start.bat file
v0.1-Alpha-12
Changelog
- Spotify: The current track is sent on startup (and reloads)