Skip to content

Latest commit

 

History

History
140 lines (79 loc) · 2.67 KB

changelog.md

File metadata and controls

140 lines (79 loc) · 2.67 KB

Snapweb changelog

Version 0.8.0

Features

  • Support 24 and 32 bit samples
  • Build with relative base URL (PR #84)

Bugfixes

General

  • Improve audio latency (PR #93)

Johannes Pohl [email protected] Tue, 06 Aug 2024 00:13:37 +0200

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
  • Fix Debian package compatibility for prior Bullseye (Issue #73)

General

  • Switch from the deprecated Create React App (CRA) to Vite
  • Disable spell checking in text fields

Johannes Pohl [email protected] Thu, 21 Mar 2024 00:13:37 +0200

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

Johannes Pohl [email protected] Sat, 24 Feb 2024 00:13:37 +0200

Version 0.5.0

Features

  • Show list of artists

Bugfixes

  • Fix version in Hello message

General

Johannes Pohl [email protected] Sun, 05 Feb 2023 00:13:37 +0200

Version 0.4.0

Features

  • Add support for MediaSession

Bugfixes

  • Fix compilation with Typescript 4.4

General

Johannes Pohl [email protected] Wed, 22 Dec 2021 00:13:37 +0200

Version 0.3.0

Features

  • Recreate AudioContext if the stream changes

Bugfixes

General

Johannes Pohl [email protected] Sat, 15 May 2021 00:13:37 +0200

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)

Johannes Pohl [email protected] Tue, 02 Mar 2021 00:13:37 +0200

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)

Johannes Pohl [email protected] Mon, 22 Feb 2021 00:13:37 +0200