Skip to content

Releases: badaix/snapweb

Snapweb v0.7.0

02 Apr 06:25
Compare
Choose a tag to compare

Version 0.7.0

Features

  • Configurable Snapserver host
  • Apply dark or light theme depending on the system theme
  • Show client name in Client settings
  • PWA ready

Bugfixes

  • Fix several ESLint issues
  • Fix Chrome DevTools issues

General

  • Switch from the deprecated Create React App (CRA) to Vite

Snapweb v0.6.0

25 Feb 10:11
Compare
Choose a tag to compare

Version 0.6.0

Features

  • Dark mode (Issue #38)
  • Show track title, artist and album art
  • Stream control: Play, pause, previous, next
  • Support for showing disconnected devices (Issue #7)
  • Show license and version information (Issue #15)
  • Improved iOS playback (Issue #18, PR #45)

Bugfixes

  • HTML input is sanitized (Issue #36)

General

  • Rewrite of the GUI with React

Snapweb v0.5.0

08 Jan 07:02
Compare
Choose a tag to compare

Version 0.5.0

Features

  • Show list of artists

Bugfixes

  • Fix version in Hello message

Snapweb v0.4.0

08 Jan 07:02
Compare
Choose a tag to compare

Version 0.4.0

Features

  • Add support for MediaSession

Bugfixes

  • Fix compilation with Typescript 4.4

Snapweb v0.3.0

08 Jan 07:01
Compare
Choose a tag to compare

Version 0.3.0

Features

  • Recreate AudioContext if the stream changes

Snapweb v0.2.0

02 Mar 11:17
Compare
Choose a tag to compare

Version 0.2.0

Features

  • Initial playback support on iOS (PR #18)

Bugfixes

  • Fix support for older browsers (PR #28)

General

  • Add version information as meta tag (not yet visible in the GUI) (PR #15)

Snapweb v0.1.0

21 Feb 23:02
Compare
Choose a tag to compare

Version 0.1.0

  • Added deleteClient method (PR #4)

Features

  • Make URL base configurable (PR #20)
  • Allow use of (https) reverse proxies by default (PR #25)
  • Auto play when stream becomes available if URL hash contains 'autoplay' (PR #12)

Bugfixes

  • Fixed issue #21 (PR #22)
  • Fix fallback code and increase compatibility with older browsers (PR #13)

General

  • Prefer localStorage over complicated cookie-based key-value store (PR #11)
  • Auto-reconnect WebSockets if connection is lost (PR #23)
  • Misc code improvements (PR #24)
  • Turn on more tsc strictness options (PR #26)