Skip to content

Releases: aoijs/aoi.music

1.2.4

11 Oct 08:26
2c04659
Compare
Choose a tag to compare

What's Changed

  • remove: debug class change logs (youtube.js) by @Faf4a in #25
  • fix: memory leaks when executing the joinVc method multiple times
  • minor quality of life changes

Full Changelog: 1.2.2...1.2.4

1.2.2

23 Sep 13:38
813c086
Compare
Choose a tag to compare
  • Bumps youtube.js
  • Fixes some minor issues with autoplay
  • Fixes poToken generation

Full Changelog: 1.2.0...1.2.2

1.2.0

27 Aug 18:49
2c78d89
Compare
Choose a tag to compare
  • Fixed some minor bugs.

  • Bumped youtube.js

  • Added new option youtubeToken (boolean), which can be used to bypass youtube's adguard.
    It will generate a token for you, best used along with auth.

Full Changelog: 1.0.2...1.2.0

v1.1.1

10 Aug 01:37
b5db988
Compare
Choose a tag to compare

Fixes:

  • Spotify autoplay! (finally works now properly)
  • Soundcloud autoplay
  • QueueEnd destroying the player, it now resets the queue length to 0 instead and a new QueueStart is emitted. (possible breaking change)
  • Updated outdated channel properties!
    • artistURL -> channelUrl (will be removed next update)
    • (fixes error when trying to play a song and the channel name is undefined)
  • Fixed package name using the old org name for console logs. (whoops!)
  • Fixed edge case where search would return no songs and would crash the client due to play failing

Changes:

  • Changed default youtubeClient to TV_EMBEDDED to bypass youtube's new experiment which affects WEB and possibly other clients.

If you're experiencing playback issues, remove the youtubeClient config, or set it to TV_EMBEDDED.


What's Changed

Full Changelog: 1.0.2...1.1.0-aoijs

1.0.2

02 Aug 01:02
8e7b3f1
Compare
Choose a tag to compare

What's Changed

  • bump: youtube.js
  • fix: cache being cleared after restart

Full Changelog: 1.0.1-aoijs...1.0.2

1.0.1-aoijs

28 Jul 02:35
db66c30
Compare
Choose a tag to compare

What's Changed

  • bump: youtube.js.
  • fix: bug which caused you to need to reauth twice.

Full Changelog: 1.0.0-aoijs...1.0.1-aoijs

1.0.0

16 Jul 12:35
Compare
Choose a tag to compare

Added

  • Added new YOUTUBE_CLIENT options ("WEB" | "ANDROID" | "YTMUSIC_ANDROID" | "YTMUSIC" | "YTSTUDIO_ANDROID" | "TV_EMBEDDED")
  • Added $removeTrack function.

Fixed

  • Fixed spotify playlists not adding the correct tracks to the queue.

Improvements

  • Bumped youtube.js to v10.1.0 which fixes auth issues and more.
  • The youtubeAuth option no longer takes a path, instead it uses boolean now (enabled by default).

Removed

  • Removed autoplay for spotify.

Aoi.music v2.4.0 release

24 Feb 00:32
Compare
Choose a tag to compare

Changelog

Added

  • 7c99186 - feat(queue): sep option (2024-02-02)
  • e7078aa - spotify support (2024-01-24)

Fixed

  • a9a1412 - fixed center (2023-12-03)

Removed

  • 5d360a7 - removed error message due to autoplay doing not so nice stuff (2024-02-13)

Updated

  • 14fc0e8 - Update README.md (2024-01-07)
  • d696487 - Update README.md (2024-01-07)
  • af448e0 - made token refresh after an hour (thanks spotify) (2024-02-13)

Misc

  • d941a09 - [bump]: pkg version (2024-02-24)
  • fb62bc8 - bump version (2024-02-24)
  • 4e5fdec - bump: youtubei.js (2024-02-23)
  • ea1a070 - Merge pull request #12 from Faf4a/main (2024-02-24)
  • a61609a - Merge branch 'main' into main (2024-02-24)
  • 1025b2a - tsc moment (2024-02-17)
  • 339ce6b - Merge branch 'AkaruiDevelopment:main' into main (2024-02-13)
  • 3533c76 - Merge pull request #10 from Faf4a/main (2024-02-08)

Full Changelog: 2.3.2...2.4.0

v2.3.2

03 Dec 04:52
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Faf4a made their first contribution in #7

Full Changelog: 2.3.1...2.3.2

V2.3.1

05 Aug 18:46
Compare
Choose a tag to compare

What's Changed

  • Update Player Events by @Neodevils in #5
  • Events now emit properly
  • PlatformType.Url now support livestreams
  • Fixed volume for filters
  • Bump innertube to latest version

New Contributors

Full Changelog: 2.3.0...main