Skip to content

Latest commit

 

History

History
220 lines (109 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

220 lines (109 loc) · 10.7 KB

Changelog

0.5.6 (2023-12-07)

Bug Fixes

  • beets: update NEEDS_INPUT_SNIPPETS (0bfa2b2), closes #114
  • docker: use new discogs-client library (7fceb52), closes #109
  • ui: fix manual import (05a5584)

0.5.5 (2023-11-08)

⚠ BREAKING CHANGES

  • ci: delete librosa for now

Features

  • ci: add debug release action (f04d4c4)

Bug Fixes

  • ci: delete librosa for now (29e3956)
  • ci: move docker requirements to txt (a4a358d)
  • ci: re-enable linux/arm builds (38721d0)

0.5.4 (2023-11-07)

Bug Fixes

  • build: require flask <3 (085ca4b)
  • ci: build for linux/amd64 linux/arm64 (f781037)

0.5.3 (2023-11-07)

Bug Fixes

  • ci: only build linux/amd64 for now (7004071), closes #98

0.5.2 (2023-10-18)

Bug Fixes

0.5.1 (2023-10-18)

Bug Fixes

0.5.0 (2023-10-17)

Features

  • build: allow custom URL to install beets (d6e945e)
  • docker: add beets-bpmanalyser plugin (#95) (104d394)
  • docker: add beets-lidarr-fields plugin (#97) (e74bc2f)
  • docker: add beets-originquery (1eb6a56)
  • docker: add keyfinder package (#94) (6153ed8)
  • docker: add support for autobpm plugin (#98) (4e651fd)

Bug Fixes

  • ci: disable pyright (f1aa8c0)
  • ci: fix arm build (d64200c)
  • docker: add llvm14-dev to image for librosa build (22be0ea)
  • send to login on 401 (d2bd050)

0.4.0 (2023-03-31)

Features

  • add flac package to docker image (84b433e)

0.3.41 (2022-10-05)

Miscellaneous Chores

  • deps: bump eventsource from 1.1.0 to 1.1.1 in /betanin_client (#71) (de5f7b6)

0.3.39 (2022-09-13)

Bug Fixes

0.3.38 (2022-06-01)

Bug Fixes

  • ci: retrigger release-please (6e27b36)

0.3.37 (2022-05-29)

Bug Fixes

  • prune non serialisable fields from apprise details (61ca4af), closes #68

0.3.36 (2022-05-18)

Bug Fixes

  • log an error if beet not in $PATH (7c33591), closes #65

0.3.35 (2021-09-22)

Features

  • image: add gstreamer for chroma plugin (#56) (7273c65)
  • image: add opencontainers LABEL (99638b2)

0.3.34 (2021-09-22)

Features

Bug Fixes

  • image: chown $HOME at runtime (ee1d5bf)

0.3.33 (2021-09-12)

Bug Fixes

  • ui: add last read at spacing (b9cbf6f)

0.3.32 (2021-09-12)

Bug Fixes

  • use SECRET_KEY_PATH when initing secret file (e55140f)

0.3.31 (2021-09-09)

Features

  • support backend pagination (9bd539a)

Bug Fixes

  • ui: add manual import padding (a4331c6)
  • ui: add space next to logout button (bd4250a)
  • ui: remove overflowing x on small torrents list (fa7fefa)

Code Refactoring

  • ui: clean up binaryInsert (e644803)

0.3.30 (2021-09-08)

Bug Fixes

  • start import_torrents before web (daa8e80)

0.3.29 (2021-09-06)

Bug Fixes

  • docs: remove old codacy badge (75704d9)
  • move version file to betanin package to that it's installed with site-packages (8a64998)

0.3.27 (2021-09-06)

Features

  • server: add support for parallel imports (fc23ad0)

Bug Fixes

  • ci: install wheel for pypa (82bb9ea)
  • ui: don't assume x86_64 for apks (d832ed7)

0.3.26 (2021-09-06)

Features

  • ci: setup release please (f7d0493)
  • ui: add prettier check (4db38ee)
  • ui: clean up example scripts (fd661a4)
  • ui: merge two torrents pages (7d74eaf)
  • ui: show login error as toast (c03d81c)

Bug Fixes

  • fix cors for socket connections (86db374)
  • ui: add active state for settings tabs (964f914)
  • ui: don't assume notification service setup url (c2fa512)
  • ui: update package.json (3f508fa)
  • ui: use classes (48fb1b3)