Skip to content

Releases: Nerixyz/current-song2

Nightly Release

22 Jun 20:51
1715112
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release

Added

  • Added the use-raw-data query parameter for the overlay. If it's present in the URL, no cleanup will be performed on the client (example: http://localhost:48457/?use-raw-data).

Hashes

File Hash
current-song2.exe beba3e1865fee51ee49f3a00e8b7ccdbfdea6097195a56f1a38fa6384774ff55
extension.zip 5cf609180fde6c7974f2842cd8778176ef10fd489ed405c0756e3fdecfdbee43
client.zip d7844a2ac5a170634955167df01fd27019c7bac37e79a1ba0af179494608305d

v0.1.0-alpha.13

22 Jun 16:16
v0.1.0-alpha.13
1944528
Compare
Choose a tag to compare
v0.1.0-alpha.13 Pre-release
Pre-release

Fixed

  • Custom hosts now resolve links correctly.

Hashes

File Hash
client.zip 42f2137d72b763de51401f8ecc086fcc7ef2413e9268571e0785afcc303c04f9
current-song2.exe b46d38cb60cc98f1df7e98b669a42d02ef017cb6ab4a660c6480305f436fc05c
extension.zip adac16323749596b6edc797a29c19f9069071069fe4d78a1cc2b2d5ca90403cc

v0.1.0-alpha.12

22 Jun 11:55
v0.1.0-alpha.12
576314a
Compare
Choose a tag to compare
v0.1.0-alpha.12 Pre-release
Pre-release

Fixed

  • Custom hosts now work correctly with the overlay client and extension.

Hashes

File Hash
client.zip a2a0e7b32783e4ba4113a6e89625cff2bb023819c8529be2d2e19698c2971317
current-song2.exe 120d012a44701a560d0ac9960ae0e2f96d64842b0517ed8b29a7994180159c4c
extension.zip 6af7b5eb8581ed9bb43df43c3d0c9dbd7657e52bdc01a65343bac1b499410313

v0.1.0-alpha.11

21 Jun 15:23
v0.1.0-alpha.11
8ad19bc
Compare
Choose a tag to compare
v0.1.0-alpha.11 Pre-release
Pre-release

Added

  • Added support for players implementing the MPRIS D-Bus interface on Unix.
  • Added center positioning (pos=c, pos=vcenter, pos=hcenter, documentation).
  • Added server.bind to specify multiple addresses the application should bind to/listen on.

Changed

  • Adjusted the config location search. This is compatible with the previous behavior.
  • If an invalid config is encountered on Windows, the user is now shown a dialog with the error and the options "Cancel", "Try Again" (re-read the config), and "Continue" (replace the config with the default one).

Fixed

Hashes

File Hash
client.zip db329a21d5713d5879d4c68a31e4e476a5d0dc1a126b9dc2c610e0dfa87e16d2
current-song2.exe 1979b11214601f69f8d3bf6204cb6153f2660e75247c2b53e2867059dfc198a1
extension.zip 2389a6604f86b0d3962375590ac71e4941400b68636765ecde28b773ef7de82d

v0.1.0-alpha.10

01 Sep 11:51
v0.1.0-alpha.10
3bd627b
Compare
Choose a tag to compare
v0.1.0-alpha.10 Pre-release
Pre-release

Added

  • The overlay can be positioned through URL parameters. For example localhost:48457/?pos=br to position the overlay in the bottom right corner (documentation).
  • URL parameters (query and hash) are now reflected in the DOM on the html element to allow easier customization (documentation).

Fixed

  • Missing user-scripts would break the overlay in dev mode (pnpm dev).
  • The marquee effect would not work in Chromium < 103.

Hashes

File Hash
extension.zip 4c55b5d8d09b4bc94628467088b0085eace85fe9b94a98e2a003a69e852edf22
client.zip 1f512af358b255add6faa0c60952f76e975f002b42289cc3eb8349f997305cf2
current-song2.exe ff1a75939bb347b07a1b0459cca5e059f9afa776db75804864431a817af94fb0

v0.1.0-alpha.9

04 Aug 16:02
v0.1.0-alpha.9
5942be6
Compare
Choose a tag to compare
v0.1.0-alpha.9 Pre-release
Pre-release

Hashes

File Hash
current-song2.exe 5c45e03112b534dfd60a15a43c7d49c3b0b9937730e3b4c73cf014be17af78cb
client.zip 411909237b86913716488034b84f7064dcb74593084719ef0a3ba269d25f30f1
extension.zip f3746d603f379be0abb65cb52b4d12a86b95e71ae41192c4cf60552d2d5dfd49

What's Changed

  • ✨ The documentation is now on its own website: https://currentsong.nerixyz.de
  • 🌐 A lot more metadata is provided for custom themes (check the documentation).
  • 📄 Added support for user-scripts (user.js).
  • ⛔ Disabled auto-start by default.
  • ✨ Added marquee effect to text that overflows the container.
Detailed commits

**Fu...

Read more

v0.1.0-alpha.8

28 Sep 10:43
v0.1.0-alpha.8
c666718
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release

What's Changed

  • deps(cargo): bump serde from 1.0.138 to 1.0.139 by @dependabot in #64
  • deps(npm): bump @typescript-eslint/parser from 5.30.5 to 5.30.6 in /js by @dependabot in #65
  • deps(npm): bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.30.6 in /js by @dependabot in #63
  • deps(npm): bump web-ext from 7.1.0 to 7.1.1 in /js by @dependabot in #62
  • deps(cargo): bump tokio from 1.19.2 to 1.20.0 by @dependabot in #66
  • deps(npm): bump jest and @types/jest in /js by @dependabot in #67
  • deps(npm): bump eslint from 8.19.0 to 8.20.0 in /js by @dependabot in #71
  • deps(npm): bump @types/jest from 28.1.5 to 28.1.6 in /js by @dependabot in #72
  • deps(npm): bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7 in /js by @dependabot in #75
  • deps(npm): bump ts-jest from 28.0.5 to 28.0.7 in /js by @dependabot in #73
  • deps(npm): bump @typescript-eslint/parser from 5.30.6 to 5.30.7 in /js by @dependabot in #74
  • deps(cargo): bump tracing-subscriber from 0.3.14 to 0.3.15 by @dependabot in #77
  • deps(npm): bump lit from 2.2.7 to 2.2.8 in /js by @dependabot in #79
  • deps(npm): bump @typescript-eslint/parser from 5.30.7 to 5.31.0 in /js by @dependabot in #81
  • deps(npm): bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.31.0 in /js by @dependabot in #83
  • deps(cargo): bump serde from 1.0.139 to 1.0.140 by @dependabot in #78
  • deps(cargo): bump tracing from 0.1.35 to 0.1.36 by @dependabot in #84
  • deps(cargo): bump actix-files from 0.6.1 to 0.6.2 by @dependabot in #80
  • deps(cargo): bump tokio from 1.20.0 to 1.20.1 by @dependabot in #82
  • feat: add file output by @Nerixyz in #76
  • deps: update rust and js by @Nerixyz in #122
  • deps: update all by @Nerixyz in #153
  • fix: could "not get current session" spam by @Nerixyz in #154

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

v0.1.0-alpha.7

10 Jul 16:55
v0.1.0-alpha.7
71f5744
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

What's Changed

  • deps: update by @Nerixyz in #36
  • chore: add dependabot by @Nerixyz in #37
  • deps(cargo): bump tracing-actix-web from 0.5.1 to 0.6.0 by @dependabot in #40
  • deps(cargo): bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #41
  • deps(cargo): bump tracing-subscriber from 0.3.11 to 0.3.12 by @dependabot in #42
  • fix(dependabot): use correct label for npm by @Nerixyz in #43
  • deps(npm): bump eslint-plugin-prettier from 4.1.0 to 4.2.1 in /js by @dependabot in #44
  • deps(npm): bump lit from 2.2.6 to 2.2.7 in /js by @dependabot in #38
  • deps(npm): bump jest from 28.1.1 to 28.1.2 in /js by @dependabot in #39
  • deps(npm): bump parcel-resolver-ignore from 2.1.1 to 2.1.2 in /js by @dependabot in #45
  • deps(npm): bump @types/jest from 28.1.3 to 28.1.4 in /js by @dependabot in #46
  • ci: run ci on labeled as well by @Nerixyz in #55
  • deps(npm): bump parcel-resolver-ignore from 2.1.2 to 2.1.3 in /js by @dependabot in #48
  • deps(npm): bump eslint from 8.18.0 to 8.19.0 in /js by @dependabot in #49
  • deps(cargo): bump serde from 1.0.137 to 1.0.138 by @dependabot in #51
  • deps(cargo): bump tracing-subscriber from 0.3.12 to 0.3.14 by @dependabot in #52
  • deps(npm): bump @typescript-eslint/parser from 5.30.0 to 5.30.5 in /js by @dependabot in #53
  • deps(npm): bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.30.5 in /js by @dependabot in #54
  • fix(client): pause progress on Paused event by @Nerixyz in #60
  • fix(gsmtc): compare playback model using PartialEq by @Nerixyz in #59
  • chore: minor refactorings and clippy suggestions by @Nerixyz in #61

New Contributors

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

v0.1.0-alpha.6

08 Apr 10:22
b652e21
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release

What's Changed

  • fix(client): wrong arguments to formatLocalUrl by @Nerixyz in #34
  • fix(gsmtc): operation completed successfully by @Nerixyz in #35

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

v0.1.0-alpha.5

07 Apr 10:08
200db2e
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5