subsonic-tui/vendor/github.com/gopxl/beep/CHANGELOG.md
Sagi Dayan 26e526f07e
initial commit
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2024-02-20 19:10:14 +02:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Added a changelog file (#7)
  • Support for single channel ogg/vorbis (#10)

Fixed

  • Fix FileSize for saving .wav (#6)
  • Fix flac.Decode handling of io.EOF (#127)

Changed

  • Upgrade Go version to 1.21 (#2)
  • Upgrade Oto version to 3.1 (#3)
  • Upgrade Tcell version to 2.6.0 (#122)
  • Upgrade go-mp3 version to 0.3.4 (#122)
  • Upgrade jfreymuth/oggvorbis version to 1.0.5 (#122)
  • Upgrade mewkiz/flac version to 1.0.8 (#122)
  • Panic when Resampler is given a ratio of Inf or NaN. (#120)

[v1.0.0] 2023-10-07