Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 2.61 KB

Changelog

5.2.0 (2024-12-19)

Features

  • included year and track number, added support for custom itunes search strings (6fc57d0)

Bug Fixes

5.1.0 (2024-12-16)

Features

  • included genre and album (b19a51c)

5.0.0 (2024-08-25)

⚠ BREAKING CHANGES

  • the main export has been removed since the version was incorrect

Code Refactoring

4.0.2 (2024-08-25)

Bug Fixes

  • issue where 403 error occurs (a515cfe)

4.0.1 (2024-07-29)

Bug Fixes

  • issue where cli side effect prevents import as cjs module (85d9952)

4.0.0 (2024-06-19)

⚠ BREAKING CHANGES

  • set minimum node version to 20

Bug Fixes

  • handle nested brackets in removeParenthesizedText (6d3871b)

Miscellaneous Chores

  • set minimum node version to 20 (9e0996a)

[3.4.1] - 2023-09-14

Changed

  • Updated dependencies

[3.1.0] - 2023-05-18

Added

  • Log search term to stdout
  • Throw if output file exists
  • Add custom YtdlMp3Error exception
  • Catch YtdlMp3Error with nice formatting for cli users

[3.0.1] - 2023-05-13

Changed

  • Updated dependencies

Removed

  • Unused, broken test from v2

[3.0.0] - 2023-04-09

Major refactoring of the entire codebase. Breaking change for library use, but not for CLI.

Added

  • ESM Support
  • Downloader
  • FormatConverter
  • SongTagsSearch

Removed

  • convertVideoToAudio
  • downloadSong
  • downloadVideo
  • extractSongTags
  • fetchAlbumArt
  • fetchSearchResults
  • getFilepaths
  • verifySearchResult