Skip to content

Commit

Permalink
docs(changelog): add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutra-Fs committed Nov 25, 2022
1 parent 135bba6 commit 73d3012
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

<a name="1.1.0"></a>
## [1.1.0](https://github.com/Lutra-Fs/Flowease/compare/1.0.0...1.1.0) (2022-11-25)

### Chore

* rename to 'Flowease'
* **deps:** update nodejs in docker to 18.12.1
* **ignore:** ignore config.json

### Docs

* **readme:** add readme

### Feat

* **core:** add status support
* **extractor:** add url support
* **lyric:** add lyric as command

### Fix

* **extractor:** fix a issue that prevent query be extracted correctly

### Refactor

* **config:** change some file location


<a name="1.0.0"></a>
## [1.0.0](https://github.com/Lutra-Fs/Flowease/compare/0.0.1A...1.0.0) (2022-11-24)

### Chore

* **ci:** delete failed and useless ci
* **deps:** update packages, resolve deps issue
* **deps:** turn dependabot target to develop
* **deps:** update package.json and package-lock.json

### Feat

* **deploy:** add deploy command as server-side function
* **extractor:** add playlist support. add word match function
* **play:** add song id support for bot.

### Fix

* change for discord v14 breaking change
* **commands:** fix the undefined error for voices

### Refactor

* **commands:** refactor the commands file to use SlashCommandBuilder


<a name="0.0.1A"></a>
## 0.0.1A (2021-06-11)

0 comments on commit 73d3012

Please sign in to comment.