Skip to content

Latest commit

 

History

History
89 lines (44 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

89 lines (44 loc) · 5.05 KB

0.6.0 (2023-04-23)

Bug Fixes

  • redacted: check if files exceed redacteds allowed path limit (020afab)

Features

  • add way to set allowed transcode targets in cli & via the config (90d2b02)
  • redacted: add version to upload description (3b56f9d)

0.5.0 (2023-04-21)

Bug Fixes

  • redacted: correct Blu-ray -> Blu-Ray for api response (aa72cb1)

Features

  • threads: remove useless threads argument (9cc7be8)
  • transcode: add total progress bar, fix ghost bar showing up (ba947c0)

0.4.0 (2023-04-20)

Bug Fixes

  • path: correctly parse reds file_path property for utf-8 chars (342d6dc)
  • spectrograms: correct error message (18035b4)

Features

  • spectrogram: add progress bar for spectrogram creation (386682d)

0.3.0 (2023-04-19)

Features

  • config: add missing options and flags to configmake & optional (e23dba0)

0.2.0 (2023-04-19)

Bug Fixes

  • Flac24 -> Flac do not need tags copied (0264471)
  • group_name: make sure group names do not have colons in name (e18b95b)
  • imdl: set correct source for RED (39bb591)
  • red: fix TRACKER_URL having an extra slash (142db81)
  • spectrograms: skip upload when spectrogram check is negative (ad3198d)
  • tags: correctly check subfolders for flac files (678d071)
  • tags: correctly copy tags for FLAC24 -> FLAC transcodes (929a0c0)
  • tags: correctly handle vinyl edge cases for track_number tags (b53f16d)
  • transcode: correct display command for FLAC24 -> FLAC (adf0fab)
  • transcode: correct use .flac file extension for FLAC24 -> FLAC (080dab7)
  • transcode: fix path in recursion while copying over extra files (74ab6e2)
  • upload: correctly implement auto upload (9b24231)

Features

  • cli: add short alias for move_transcode_to_content (77722ef)
  • implement manual mode (4be871c)
  • initial upload functionality (dce3008)
  • spectrograms: add filename info (76892f5)
  • spectrograms: add spectrogram creation and let users manually check (34aad94)
  • upload: add log message once upload is done (5521e25)

Performance Improvements

  • main: remove double multichannel check (44e0df3)