Releases: mtripg6666tdr/Discord-SimpleMusicBot
Releases · mtripg6666tdr/Discord-SimpleMusicBot
v4.0.0-beta.12
これは、プレリリースバージョンです
機能修正/変更
バグ修正
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Feat: make some commands usable when only bot in vc by @mtripg6666tdr in #1412
- Docs: add en-GB link by @mtripg6666tdr in #1413
- Fix: fallback notice after cache restoration by @mtripg6666tdr in #1414
- Revert "Docs: add en-GB link" by @mtripg6666tdr in #1415
- Chore(crowdin.yml): change mapping of localized README files by @mtripg6666tdr in #1416
- Revert "Chore(crowdin.yml): change mapping of localized README files" by @mtripg6666tdr in #1419
- Change(i18n): sync translations from Crowdin by @mtripg6666tdr in #1411
- Fix: gracefully stop streams by @mtripg6666tdr in #1417
- Chore: VSCode default tabsize fixed by @nh-chitose in #1418
- Feat: skip syncing commands by @mtripg6666tdr in #1420
- Fix: not accessing db collection when db is not ready by @mtripg6666tdr in #1421
- Bump: package version to v4.0.0-beta.12 by @mtripg6666tdr in #1422
Full Changelog: v4.0.0-beta.11...v4.0.0-beta.12
v4.0.0-beta.11
これは、プレリリースバージョンです
機能修正/変更
バグ修正
ニュース
コマンドで、過去に送信された検索パネルを破棄するボタンを表示するよう修正(#1398)- 一部の言語をデフォルト言語にした場合、コマンド登録に失敗する問題を修正(#1401)
- ライブを待機時にスキップコマンド等で待機をキャンセルできない問題を修正(#1403)
依存関係のアップデート
- @sinclair/typebox 0.26.8 => 0.27.3
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Change: update translations by @mtripg6666tdr in #1384
- Fix: Crowdin commit message by @nh-chitose in #1389
- Change(i18n): sync translations from Crowdin by @mtripg6666tdr in #1390
- Feat: news localization by @nh-chitose in #1391
- Update(docs): bump typescript from 4.9.5 to 5.0.4 in /docs (#1223, #1321, #1388) (cherry-picked) by @mtripg6666tdr in #1396
- Update: deps by @mtripg6666tdr in #1397
- Fix(commands/news): button to cancel previous search by @mtripg6666tdr in #1398
- Change(commands/log): make header bold by @mtripg6666tdr in #1399
- Change: 2nd strategy is now normal support by @mtripg6666tdr in #1400
- Fix: slice command-description in default language by @mtripg6666tdr in #1401
- Feat: support miscellaneous features in play-dl environment by @mtripg6666tdr in #1402
- Fix: skip upcoming songs by @mtripg6666tdr in #1403
- Change(i18n): sync translations from Crowdin by @mtripg6666tdr in #1406
- Docs: add feature showing status by nickname by @mtripg6666tdr in #1407
- Bump: package version to v4.0.0-beta.11 by @mtripg6666tdr in #1408
Full Changelog: v4.0.0-beta.10...v4.0.0-beta.11
v3.11.8
バグ修正
依存関係のアップデート
- @sinclair/typebox 0.26.8 => 0.27.3
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Update: bump eslint from 8.37.0 to 8.38.0 by @dependabot in #1385
- Update: bump typescript from 5.0.3 to 5.0.4 by @dependabot in #1386
- Update(docs): bump typescript from 5.0.3 to 5.0.4 in /docs by @dependabot in #1388
- Update: bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 by @dependabot in #1392
- Update: bump @typescript-eslint/parser from 5.57.1 to 5.58.0 by @dependabot in #1394
- Update: bump @sinclair/typebox from 0.26.8 to 0.27.3 by @dependabot in #1395
- Feat: skip syncing commands by @mtripg6666tdr in #1404
- Fix(commands/search): ensure available connection before playing urls by @mtripg6666tdr in #1405
- Fix(commands/news): button to cancel previous search by @mtripg6666tdr in #1409
- Bump: package version to v3.11.8 by @mtripg6666tdr in #1410
Full Changelog: v3.11.7...v3.11.8
v4.0.0-beta.10
これは、プレリリースバージョンです
機能修正/変更
バグ修正
依存関係のアップデート
- @mtripg6666tdr/oceanic-command-resolver 1.0.0-alpha.9 => 1.0.0
ドキュメント
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Change: update translations by @mtripg6666tdr in #1370
- Chore(eslint): enable
no-floating-promises
by @mtripg6666tdr in #1372 - Docs: add a link to README in french by @mtripg6666tdr in #1373
- Change: replace udp ping with ws ping by @mtripg6666tdr in #1376
- Change: update translations by @mtripg6666tdr in #1375
- Docs: add french by @mtripg6666tdr in #1377
- Fix: handle error while canceling removing last added song by @mtripg6666tdr in #1378
- Docs: default prefix is no longer present by @mtripg6666tdr in #1379
- Fix: play higher quality audio by @mtripg6666tdr in #1380
- Fix: inaccurate command comparison by @mtripg6666tdr in #1381
- Update: deps by @mtripg6666tdr in #1382
- Bump: package version to v4.0.0-beta.10 by @mtripg6666tdr in #1383
Full Changelog: v4.0.0-beta.9...v4.0.0-beta.10
v3.11.7
バグ修正
- フォールバックした際に正しく再生ができないことがあったバグを修正(#1371)
ドキュメント
- README.mdのバッジをv3のバージョンに合わせて修正(#1367)
依存関係のアップデート
- @sinclair/typebox 0.26.5 => 0.26.8
- candyget 0.5.3 => 0.5.4
- ytdl-core 4.11.2 => 4.11.3
- ytsr 3.8.0 => 3.8.1
- mongodb 4.14.0 => 4.15.0
その他の変更
- Dockerのイメージのタグを修正(#1307)
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Update: bump @types/node from 18.15.10 to 18.15.11 by @dependabot in #1293
- Update: bump @sinclair/typebox from 0.26.5 to 0.26.6 by @dependabot in #1294
- Update: bump eslint from 8.36.0 to 8.37.0 by @dependabot in #1295
- Chore(build-docker.yml): update image tags by @mtripg6666tdr in #1307
- Update: bump ytsr from 3.8.0 to 3.8.1 by @dependabot in #1312
- Update: bump candyget from 0.5.3 to 0.5.4 by @dependabot in #1313
- Update: bump @sinclair/typebox from 0.26.6 to 0.26.8 by @dependabot in #1314
- Update: bump ytdl-core from 4.11.2 to 4.11.3 by @dependabot in #1319
- Update: bump typescript from 5.0.2 to 5.0.3 by @dependabot in #1320
- Update(docs): bump typescript from 5.0.2 to 5.0.3 in /docs by @dependabot in #1321
- Chore: fix lint errors automatically by @mtripg6666tdr in #1331
- Update: bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 by @dependabot in #1350
- Update: bump @typescript-eslint/parser from 5.57.0 to 5.57.1 by @dependabot in #1351
- Update: bump mongodb from 4.14.0 to 4.15.0 by @dependabot in #1363
- Update(action): bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #1364
- Docs: use consistent branch name in dependency badge by @mtripg6666tdr in #1367
- Fix: unexpected interruption of fallbacked stream by @mtripg6666tdr in #1371
- Bump: package version to v3.11.7 by @mtripg6666tdr in #1374
Full Changelog: v3.11.6...v3.11.7
v4.0.0-beta.9
これは、プレリリースバージョンです
機能追加
- 古いログファイルを削除(#1357)
- ログを保持する個数を
config.json
にて設定することができます。詳細はドキュメントをご確認ください。
- ログを保持する個数を
- 古いキャッシュを削除(#1356)
- キャッシュの最大容量を
config.json
にて設定することができます。詳細はドキュメントをご確認ください。
- キャッシュの最大容量を
- レートリミットに関するバグが発生した際に、
リセット
コマンドで回避できるようになりました(#1359) リセット
コマンドで、キューを保持したままリセットの操作を行うことが可能になりました(#1359)
機能修正/変更
システム情報
コマンドの基本情報のパネルをローカライズに対応させる(#1341)キューループ
コマンドのエイリアスとしてqueueloop
よりloopqueue
を優先するよう変更(#1344)- これに伴いスラッシュコマンドも
loopqueue
に変更されました。
- これに伴いスラッシュコマンドも
- ボイスチャンネルからメンバーがいなくなった際に一時停止する機能で、最後に退出したメンバーが再参加した場合に自動的に再生を再開する(#1354)
バグ修正
依存関係のアップデート
- @discordjs/voice 0.15.0 => 0.16.0
- i18next 22.4.13 => 22.4.14
- oceanic.js 1.5.1 => 1.6.0
- mongodb 5.1.0 => 5.2.0
ドキュメント
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix(compose): typo by @mtripg6666tdr in #1338
- Fix(compose): hostname of db by @mtripg6666tdr in #1339
- Fix: wrong playlist processing message by @mtripg6666tdr in #1340
- Translate: log->basic into Japanese by @nh-chitose in #1341
- Chore(crowdin.yml): fix readme mapping by @mtripg6666tdr in #1343
- Change(commands/loopqueue): prefer
loopqueue
toqueueloop
by @mtripg6666tdr in #1344 - Change: update translations by @mtripg6666tdr in #1342
- Fix(commands/commands): remove duped command names by @mtripg6666tdr in #1345
- Change: update translations by @mtripg6666tdr in #1346
- Change: update translations by @mtripg6666tdr in #1347
- Docs: add i18n readme links by @mtripg6666tdr in #1348
- Docs: update tutorial by @mtripg6666tdr in #1352
- Update: deps by @mtripg6666tdr in #1353
- Change: update translations by @mtripg6666tdr in #1349
- Feat: auto-resume on voice-channel join by @mtripg6666tdr in #1354
- Fix: fallbacking stream interruption by @mtripg6666tdr in #1355
- Feat: delete old log files by @nh-chitose in #1357
- Change: update translations by @mtripg6666tdr in #1358
- Feat: purge stale caches automatically by @mtripg6666tdr in #1356
- Fix: rate-limitting bucket bug (workaround) by @mtripg6666tdr in #1359
- Docs: add new configurations by @mtripg6666tdr in #1360
- Change: update translations by @mtripg6666tdr in #1361
- Change: cacheLimit is now optional configuration by @mtripg6666tdr in #1362
- Update: deps by @mtripg6666tdr in #1365
- Update(action): bump peter-evans/create-pull-request from 4 to 5 (#1364) (cherry-picked) by @mtripg6666tdr in #1366
- Docs: use consistent branch name in dependency badge by @mtripg6666tdr in #1368
- Bump: package version to v4.0.0-beta.9 by @mtripg6666tdr in #1369
Full Changelog: v4.0.0-beta.8...v4.0.0-beta.9
v4.0.0-beta.8
これは、プレリリースバージョンです
バグ修正
- 音量調整が機能しないバグを修正(#1334)
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix: volume not working by @mtripg6666tdr in #1334
- Fix: use dependent label in message commands by @mtripg6666tdr in #1335
- Change: update translations by @mtripg6666tdr in #1336
- Bump: package version to v4.0.0-beta.8 by @mtripg6666tdr in #1337
Full Changelog: v4.0.0-beta.7...v4.0.0-beta.8
v4.0.0-beta.7
これは、プレリリースバージョンです
バグ修正
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix: localize button labels on control panel by @mtripg6666tdr in #1326
- Change: update translations by @mtripg6666tdr in #1327
- Fix: missing translation by @mtripg6666tdr in #1328
- Chore: fix lint errors automatically by @mtripg6666tdr in #1332
- Change: update translations by @mtripg6666tdr in #1330
- Fix: cost calculation by @mtripg6666tdr in #1333
- Bump: package version to v4.0.0-beta.7 by @mtripg6666tdr in #1329
Full Changelog: v4.0.0-beta.6...v4.0.0-beta.7
v4.0.0-beta.6
これは、プレリリースバージョンです
バグ修正
依存関係のアップデート
- @sinclair/typebox 0.26.7 => 0.26.8
- ytdl-core 4.11.2 => 4.11.3
- ytsr 3.8.0 => 3.8.1
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix: show messages in correct language by @mtripg6666tdr in #1309
- Fix: show messages in correct language by @mtripg6666tdr in #1310
- Change: update translations by @mtripg6666tdr in #1311
- Fix: emoji in help by @nh-chitose in #1315
- Update: deps by @mtripg6666tdr in #1316
- Change: update translations by @mtripg6666tdr in #1317
- Change: update translations by @mtripg6666tdr in #1318
- Update: deps by @mtripg6666tdr in #1322
- Fix: get localized description correctly by @mtripg6666tdr in #1323
- Change: update translations by @mtripg6666tdr in #1324
- Bump: package version to v4.0.0-beta.6 by @mtripg6666tdr in #1325
Full Changelog: v4.0.0-beta.5...v4.0.0-beta.6
v4.0.0-beta.5
これは、プレリリースバージョンです
バグ修正
- ボイスチャンネルに参加せずに検索を使用した際にエラーが発生する問題を修正(#1297)
最後の曲を先頭に
コマンドのメッセージ内容が正しくないのを修正(#1298)検索
コマンドで送信されるボタンのラベルが間違っている問題を修正(#1303)現在再生中
コマンドがエラーで失敗することがある問題を修正(#1304)
依存関係のアップデート
- @mtripg6666tdr/oceanic-command-resolver 1.0.0-alpha.8 => 1.0.0-alpha.9
- @sinclair/typebox 0.26.5 => 0.26.7
- candyget 0.5.3 => 0.5.4
その他の変更
その他の特記事項
- これはプレリリースのベータ版です。
config.json
でdebug
をtrue
に設定しないと起動しないようになっています。 - v4系では、Node.js v16.16以上が必須となります。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Update: deps by @mtripg6666tdr in #1296
- Fix: cannot read channelID of undefined by @mtripg6666tdr in #1297
- Fix(commands/movelastsongtofirst): fix message by @mtripg6666tdr in #1298
- Change: update translations by @mtripg6666tdr in #1299
- Change: update original and translations by @mtripg6666tdr in #1300
- Change: translatable by @mtripg6666tdr in #1301
- Change: update translations by @mtripg6666tdr in #1302
- Fix(commands/search): wrong message by @mtripg6666tdr in #1303
- Fix(commands/nowplaying): invalid argument by @mtripg6666tdr in #1304
- Update: deps by @mtripg6666tdr in #1305
- Change: update translations by @mtripg6666tdr in #1306
- Bump: package version to 4.0.0-beta.5 by @mtripg6666tdr in #1308
Full Changelog: v4.0.0-beta.4...v4.0.0-beta.5