Skip to content

Commit

Permalink
Bump: package version to v4.0.0-beta.4 (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtripg6666tdr authored Mar 28, 2023
1 parent a1f2bc8 commit 6e022b4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,25 @@
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---

# v4.0.0-beta.4
**これは、プレリリースバージョンです**
## バグ修正
* 一部の音楽の再生が途中で終了する・エラーで止まる問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1280)
* 状態のバックアップが動作していない問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1282)
* 予期せず必要以上にバイナリの更新確認を行う問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1284)
* `コマンド`コマンドの間違った表示を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1289)
## ドキュメント
* ネイティブライブラリ用のビルドツールの必要性についてドキュメントに明記(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1273)
* 言語の決定方法や設定方法などについてのドキュメントの追加(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1283)
## その他の変更
* 継続的な翻訳(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1269, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1277, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1288, https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1290)
* Docker-Composeで利用できるようサンプルファイルを追加(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1275)
* Dockerイメージに一部のオプションの依存関係が欠落していた問題を修正(https://github.com/mtripg6666tdr/Discord-SimpleMusicBot/pull/1276)

## その他の特記事項
* これはプレリリースのベータ版です。**`config.json``debug``true`に設定しないと起動しないようになっています。**
* v4系では、Node.js v16.16以上が必須となります。
* Dockerのイメージは、リリース後30~40分程度で公開されます。

---
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-music-bot",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Simple Music Bot for Discord without any database",
"private": true,
"engines": {
Expand Down

0 comments on commit 6e022b4

Please sign in to comment.