-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2022-10-25) | ||
|
||
|
||
### Features | ||
|
||
* absolutely flood with logging calls ([68621aa](https://github.com/ooliver1/mafic/commit/68621aa5f3801304bd2b0e81c1df7f2bc024ebca)) | ||
* add basic init file ([4475195](https://github.com/ooliver1/mafic/commit/4475195f6e0c6f80a31f5757d3f6685ba21faf11)) | ||
* add blank player class ([8f7c0f9](https://github.com/ooliver1/mafic/commit/8f7c0f9c50d5a9b7b5ecffc219672005997ad7e5)) | ||
* add decoder for lavaplayer's weird syntax ([7165906](https://github.com/ooliver1/mafic/commit/716590655e7b05531c361830ab0ec565caa2065c)) | ||
* add ip address support ([fe70c2b](https://github.com/ooliver1/mafic/commit/fe70c2b3951b35bae5f1c354fcaeaf33ddc3abcb)) | ||
* add management of multiple libraries ([5c2072d](https://github.com/ooliver1/mafic/commit/5c2072d519942474445db741c3acd8dcacff94bf)) | ||
* add player controls ([5aead6a](https://github.com/ooliver1/mafic/commit/5aead6aec6e19eda3e46bfbb6d233fffb435d025)) | ||
* add playlists ([7b5e9e1](https://github.com/ooliver1/mafic/commit/7b5e9e1e4fc264b1790bcfdb7ca910a78ff56b29)) | ||
* add plugin endpoints ([abbb893](https://github.com/ooliver1/mafic/commit/abbb8932da221b7e47308264c4b4425cc4f886e0)) | ||
* add stats support ([b991b3d](https://github.com/ooliver1/mafic/commit/b991b3d507433d73ec5d1668997c1b583f1a6baf)) | ||
* add track decoding ([278d1d0](https://github.com/ooliver1/mafic/commit/278d1d0b11de407bfa92c1192d0706a051afe363)) | ||
* begin filters ([036fa65](https://github.com/ooliver1/mafic/commit/036fa65909da970aad377f5e114ac7450696ef73)) | ||
* handle connecting and disconnecting properly ([38ea309](https://github.com/ooliver1/mafic/commit/38ea3095c2d03b992c1c0831de404e78cb7a8f2c)) | ||
* initial commit, as im not gonna stop if i dont commit ([fd3b219](https://github.com/ooliver1/mafic/commit/fd3b219943df16caa0b08df5ff49f69a1735661a)) | ||
* make Player.position length aware ([f838968](https://github.com/ooliver1/mafic/commit/f838968e903b8dbe11af7c974b3d98a7357763fc)) | ||
* **node:** add most ws wrappers ([b6edd13](https://github.com/ooliver1/mafic/commit/b6edd131dcb115e54c855a0b0c25c6c76b228934)) | ||
* **node:** add play route ([8a12d6e](https://github.com/ooliver1/mafic/commit/8a12d6ebee9e36d0c9f5023dadb61b324d59d138)) | ||
* support getting tracks ([d096e4e](https://github.com/ooliver1/mafic/commit/d096e4eb118138abf5691d7058fb35647d380878)) | ||
* support incoming messages ([9c71b66](https://github.com/ooliver1/mafic/commit/9c71b667149aa4545d448427bd5d161f410baccc)) | ||
* support resuming ([c9486d8](https://github.com/ooliver1/mafic/commit/c9486d84ceb137e664426c72826eb798e91766d2)) | ||
* update state of players ([6bce46e](https://github.com/ooliver1/mafic/commit/6bce46ed86aa78b9528902884db7bb27176b8fc1)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make thing do work ([113b37a](https://github.com/ooliver1/mafic/commit/113b37ad6bda173c4e5cc68c4d779a4dc802ff12)) | ||
* **playlists:** use classmethod instead of init ([861e050](https://github.com/ooliver1/mafic/commit/861e0501659351171d1dab339cf4012e8a3b3f20)) | ||
* remove accidental file commit ([198cdd0](https://github.com/ooliver1/mafic/commit/198cdd0ea8fef11c672c87ad96622e866ba0f68a)) | ||
* resolve pyright issues ([ee908b2](https://github.com/ooliver1/mafic/commit/ee908b2bf2d2fb13c3568d0c9783b3d672de0cc5)) | ||
|
||
|
||
### Documentation | ||
|
||
* add basic readme ([19e8606](https://github.com/ooliver1/mafic/commit/19e8606bf180f83e46b417a2010cd46bec27cd40)) |