Releases: aoijs/aoi.music
Releases · aoijs/aoi.music
1.2.4
1.2.2
- Bumps youtube.js
- Fixes some minor issues with autoplay
- Fixes poToken generation
Full Changelog: 1.2.0...1.2.2
1.2.0
-
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
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
toTV_EMBEDDED
to bypass youtube's new experiment which affectsWEB
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
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
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
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
Changelog
Added
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
V2.3.1
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
- @Neodevils made their first contribution in #5
Full Changelog: 2.3.0...main