Releases: mtripg6666tdr/Discord-SimpleMusicBot
Releases · mtripg6666tdr/Discord-SimpleMusicBot
v4.3.0
お待たせしました🤗
v4.3.0をお届けします
機能追加
- 一時停止中にボイスチャンネルのメンバーがボットのみになった際にも、一定時間経過後に自動的にボイスチャンネルから退出するようになりました(#2279)
- スキップ投票のオン・オフを切り替えられる機能を追加 (#2280)
- 「現在再生中」パネルの表示設定を追加 (#2280)
- 「表示しない」「通知を送信しない」「通常送信(デフォルト)」の中から選べるようになりました。設定はサーバーごとに保持されます。
- 指定した時間経過したのちに、自動的にボイスチャンネルから切断する、スリープタイマー機能を追加 (#2414)
- 最大五曲分まで、追加したい曲をキーワードベースで追加できる機能「バルク再生」を追加 (#2428)
- 従来でも、「再生」コマンドの引数として、URLを複数個スペース区切りで指定することにより、楽曲を複数、一括で追加することはできましたが、今回は、キーワードが複数あった場合でもできるような機能となります。
- メッセージベースのコマンドの場合、スペースが引数の区切りと判断されるため、一つの楽曲を指定したつもりでもキーワードが複数あると別の楽曲として認識され、意図したとおりに動作しない場合があります。今後のリリースで修正する予定です。
- 例:現在の仕様では、
曲A 歌ってみた
と「バルク再生」を実行した場合、実際には、曲Aの歌ってみたを検索したいにも関わらず、曲A
と歌ってみた
がそれぞれ楽曲検索され二曲分追加されます。
- 例:現在の仕様では、
機能修正/変更
バグ修正
- BGM 機能が有効の場合、一定の条件下でBGM機能が無効にできない問題を修正 (#2239)
SIGINT
でプロセスを終了しようとした際、undefined
と表示される問題を修正 (#2262)- ニコニコ動画の再生に関する問題を修正(#2407, #2408)
- ボットにコマンドを送信していなくても通常のチャットでレートリミットがかかってしまう問題を修正(#2412)
- 楽曲を削除したり、移動すると、均等再生を設定していても適切にソートされない問題を修正 (#2415)
- 「フレーム」コマンドを実行時に表示される奇妙な小数点以下の数値を修正 (#2430, #2441)
- 特定の条件下で、曲を追加した際に意図した場所と違う位置に曲が追加される問題を修正 (#2442)
ドキュメント
- Replit で使用する方法のページをドキュメントサイトから削除 (#2167)
- Replitでのホストは、来年以降Replit Deploymentsを利用する必要があり、Replit Deploymentsは完全有料なため、ドキュメントの保守が不可能になったためです。
- もし、Replit Deploymentsを有償でご利用されている方で、ドキュメントを執筆していただける方がいらっしゃれば、ぜひドキュメントの再度の執筆をお願いしたく思っております。ご迷惑をおかけいたしますが、何卒ご了承くださいませ。
- ドキュメントの継続的な更新 (#2195, #2366, #2369, #2394, #2433)
依存関係のアップデート
- @mtripg6666tdr/oceanic-command-resolver 1.3.0 => 1.4.2
- @sinclair/typebox 0.31.28 => 0.32.34
- dotenv 16.3.1 => 16.4.5
- html-entities 2.4.0 => 2.5.2
- https-proxy-agent 7.0.2 => 7.0.4
- i18next 22.5.1 => 23.11.5
- oceanic.js 1.8.1 => 1.11.0
- spotify-url-info 3.2.10 => 3.2.15
- throttle-debounce 5.0.0 => 5.0.2
- tslib 2.6.2 => 2.6.3
- そのほか、数々の脆弱性の問題に対処
Optional
- @distube/ytsr 2.0.0 => 2.0.4
- mongodb 6.3.0 => 6.7.0
その他の変更
- 新しいビルド方式を試験的に導入 (#2220)
- 新しいビルド方式により、大量のファイルを数個のファイルに減らすことにより、メモリ消費が劇的に減少しました。
- クローンして実行している場合、この機能を利用するには、通常とは異なる操作が必要です。
- 詳細の方法については、クローンして実行するの最下部をご確認ください。
- Docker や Docker Compose をご利用の場合、この機能はデフォルトで有効になっています。
- プレイリストパーサーとして新しいライブラリ(@distube/ytpl)を導入(#2260)
- Node.js v16 のサポートを継続 (#2261)
- TypeScript の Strict Type Checking を有効化 (#2277)
- コードベースの継続的な改善 (#2371)
- ライセンスの年号を更新 (#2413)
その他の特記事項
Node.jsのバージョンについて
Node.js v16以上の環境で動作することを想定していますが、できれば最新のLTS版を推奨しています。
古いバージョンの場合、一部機能が制限されることがあります。詳しくはこちらをご覧ください。
Dockerについて
- Dockerのイメージは、リリース後30~40分程度で公開されます。
本ボットの開発状況について(再掲)
- 現在、私(mtripg6666tdr)が非常に忙しく、本ボットの機能強化に時間を割くことができない状態です。現在、多くの機能要望等をいただいておりますが、今しばらくお待ちいただければ幸いです。今後ともよろしくお願いいたします。
- 引き続きバグ修正は最優先事項として対処していきますので、バグを発見された際はお気軽にissueを開くか、サポートサーバーまでお知らせください。
- 随時Pull Requestも受け付けております。開発にご協力いただける方は、ぜひともよろしくお願いします。
What's Changed
- Docs: remove installation guide for replit by @mtripg6666tdr in #2167
- Update(docs): bump clsx from 2.0.0 to 2.1.0 in /docs by @dependabot in #2172
- Update(action): bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #2169
- Update(action): bump actions/deploy-pages from 3 to 4 by @dependabot in #2168
- Update(docs): bump the docusaurus group in /docs with 4 updates by @dependabot in #2177
- Update(docs): bump @types/react from 18.2.45 to 18.2.47 in /docs by @dependabot in #2178
- Chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docs by @dependabot in #2181
- Update: bump @types/node from 20.10.5 to 20.11.0 by @dependabot in #2182
- Update: bump @sinclair/typebox from 0.31.28 to 0.32.9 by @dependabot in #2183
- Update(docs): bump @types/react from 18.2.47 to 18.2.48 in /docs by @dependabot in #2184
- Update: bump @mtripg6666tdr/eslint-config from 3.0.11 to 3.0.12 by @dependabot in #2185
- Update(action): bump actions/cache from 3 to 4 by @dependabot in #2190
- Update: bump @types/node from 20.11.0 to 20.11.6 by @dependabot in #2193
- Update: bump @sinclair/typebox from 0.32.9 to 0.32.13 by @dependabot in #2194
- Docs: improve expression by @mtripg6666tdr in #2195
- Update: bump @mtripg6666tdr/eslint-config from 3.0.12 to 3.0.13 by @dependabot in #2196
- Update(action): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #2202
- Update(docs): bump @types/react from 18.2.48 to 18.2.55 in /docs by @dependabot in #2207
- Update(docs): bump the docusaurus group in /docs with 5 updates by @dependabot in #2208
- Update: bump @types/node from 20.11.6 to 20.11.17 by @dependabot in #2209
- Update(action): bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 by @dependabot in #2210
- Update: bump dotenv from 16.3.1 to 16.4.3 by @dependabot in #2212
- Update(docs): bump @mdx-js/react from 3.0.0 to 3.0.1 in /docs by @dependabot in #2213
- Update: bump @sinclair/typebox from 0.32.13 to 0.32.14 by @dependabot in #2215
- Update: bump @mtripg6666tdr/eslint-config from 3.0.13 to 3.0.14 by @dependabot in #2217
- Update: bump https-proxy-agent from 7.0.2 to 7.0.4 by @dependabot in #2218
- Chore(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #2219
- Update: bump spotify-url-info from 3.2.10 to 3.2.13 by @dependabot in #2223
- Chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #2226
- Update: bump dotenv from 16.4.3 to 16.4.5 by @dependabot in #2227
- Chore: introduce esbuild to bundle into a few assets by @mtripg6666tdr in #2220
- Update: bump eslint from 8.56.0 to 8.57.0 by @dependabot in #2233
- Update: bump @mtripg6666tdr/eslint-config from 3.0.14 to 3.0.15 by @dependabot in #2235
- Update(docs): bump @types/react from 18.2.55 to 18.2.61 in /docs by @dependabot in #2236
- Update: bump @types/node from 20.11.17 to 20.11.24 by @dependabot in #2237
- Update: bump the oceanic group with 2 update...
v4.2.0
機能追加
- ライブ動画に発行されるURLを解釈できるようになりました(#2032)
- ドライブのファイルのタイトルが表示されるようになりました(#2062)
- 音声ファイルのタイトルがメタデータに記録されている場合それを抽出して表示するようになりました(#2127)
- いくつかの新しい音声エフェクトを追加しました(#2140)
- DJロールに"DJ"以外の名前が利用できるようになりました(#2147)
config.json
のdjRoleNames
で変更が可能です。
- 利用状況に関するデータを収集するようになりました(#2157)
- 詳しくはドキュメントを参照してください。
機能修正/変更
- 音量調整が改善され、音量の数字が実際に聞こえる音の大きさにより近くなりました(#1651)
- 時間がたって古くなったキャッシュを自動的に無効化するようになりました(#2145)
- 旧バージョンよりエラーの発生回数が減ることが見込まれます
- 特定の条件を満たした際に、スラッシュコマンドを一括上書き更新することで立ち上がるまでの時間を短くしました(#2146)
ドキュメント
依存関係のアップデート
- @discordjs/voice 0.16.0 => 0.16.1
- @sinclair/typebox 0.31.17 => 0.31.28
- candyget 0.5.5 => 0.5.6
- i18next-fs-backend 2.2.0 => 2.3.1
- spotify-url-info 3.2.8 => 3.2.10
Optional
- @distube/ytsr 1.2.0 => 2.0.0
- このバージョンからオプション(optional)になりました。
- mongodb 6.1.0 => 6.3.0
- zlib-sync 0.1.8 => 0.1.9
その他の変更
- ワークフローで使用されるNode.jsのバージョンをv20に更新(#1494)
- Dockerで使用されるNode.jsのバージョンをv20に更新(#1495)
- 継続的な翻訳の更新(#2099, #2122)
- 内部のユーティリティ関数の改善(#2138)
- 音声エフェクトの内部構造の改善(#2139)
その他の特記事項
利用状況に関するデータの収集について
ボットの利用状況に関する匿名の情報と、発生した想定されていないエラーに関するログを自動的に収集するようになりました。
これらのデータはボットの機能改善に活用されます。
詳細は、https://sr.usamyon.moe/dsmb-telemetryを参照してください。
Node.jsのバージョンについて
Node.js v16以上の環境で動作することを想定していますが、できれば最新のLTS版を推奨しています。
古いバージョンの場合、一部機能が制限されることがあります。詳しくはこちらをご覧ください。
Dockerについて
- Dockerのイメージは、リリース後30~40分程度で公開されます。
本ボットの開発状況について(再掲)
- 現在、私(mtripg6666tdr)が非常に忙しく、本ボットの機能強化に時間を割くことができない状態です。現在、多くの機能要望等をいただいておりますが、今しばらくお待ちいただければ幸いです。今後ともよろしくお願いいたします。
- 引き続きバグ修正は最優先事項として対処していきますので、バグを発見された際はお気軽にissueを開くか、サポートサーバーまでお知らせください。
- 随時Pull Requestも受け付けております。開発にご協力いただける方は、ぜひともよろしくお願いします。
What's Changed
- Update: bump eslint from 8.50.0 to 8.51.0 by @dependabot in #2054
- Update: bump @types/node from 20.8.2 to 20.8.4 by @dependabot in #2056
- Update: bump @types/ws from 8.5.6 to 8.5.7 by @dependabot in #2057
- Update(action): bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 by @dependabot in #2058
- Update: bump @mtripg6666tdr/eslint-config from 3.0.2 to 3.0.3 by @dependabot in #2060
- Update: bump @types/node from 20.8.4 to 20.8.5 by @dependabot in #2061
- Update(docs): bump @tsconfig/docusaurus from 2.0.1 to 2.0.2 in /docs by @dependabot in #2063
- Update: bump @types/node from 20.8.5 to 20.8.6 by @dependabot in #2064
- Update(docs): bump @babel/traverse from 7.19.3 to 7.23.2 in /docs by @dependabot in #2065
- Chore(deps): bump undici from 5.25.2 to 5.26.3 by @dependabot in #2066
- Update: bump @mtripg6666tdr/eslint-config from 3.0.3 to 3.0.4 by @dependabot in #2067
- Improve: change workflows to Node.js v20 by @nh-chitose in #1494
- Chore(Docker): update Node.js version by @mtripg6666tdr in #1495
- Update: bump @sinclair/typebox from 0.31.17 to 0.31.18 by @dependabot in #2068
- Update: bump @types/mocha from 10.0.2 to 10.0.3 by @dependabot in #2069
- Update: bump @types/html-to-text from 9.0.2 to 9.0.3 by @dependabot in #2070
- Update: bump @types/ws from 8.5.7 to 8.5.8 by @dependabot in #2071
- Update: bump @types/throttle-debounce from 5.0.0 to 5.0.1 by @dependabot in #2072
- Update: bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #2073
- Update: bump eslint from 8.51.0 to 8.52.0 by @dependabot in #2074
- Update: bump mongodb from 6.1.0 to 6.2.0 by @dependabot in #2075
- Update: bump spotify-url-info from 3.2.8 to 3.2.9 by @dependabot in #2076
- Update(action): bump actions/setup-node from 3 to 4 by @dependabot in #2077
- Update: bump @mtripg6666tdr/eslint-config from 3.0.4 to 3.0.5 by @dependabot in #2078
- Update: bump @types/node from 20.8.7 to 20.8.8 by @dependabot in #2079
- Update: bump @sinclair/typebox from 0.31.18 to 0.31.19 by @dependabot in #2080
- Update: bump @types/node from 20.8.8 to 20.8.9 by @dependabot in #2081
- Update: bump @sinclair/typebox from 0.31.19 to 0.31.20 by @dependabot in #2082
- Update: bump zlib-sync from 0.1.8 to 0.1.9 by @dependabot in #2085
- Update: bump @mtripg6666tdr/eslint-config from 3.0.5 to 3.0.6 by @dependabot in #2086
- Update: bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #2088
- Update: bump @sinclair/typebox from 0.31.20 to 0.31.22 by @dependabot in #2089
- Update(docs): bump docusaurus from v2 to v3 by @dependabot in #2087
- Update: bump eslint from 8.52.0 to 8.53.0 by @dependabot in #2093
- Update(docs): bump @types/react from 18.2.34 to 18.2.37 in /docs by @dependabot in #2095
- Update: bump @types/throttle-debounce from 5.0.1 to 5.0.2 by @dependabot in #2096
- Update: bump @sinclair/typebox from 0.31.22 to 0.31.23 by @dependabot in #2097
- Update: bump @types/html-to-text from 9.0.3 to 9.0.4 by @dependabot in #2098
- Docs(README): fix broken links by @mtripg6666tdr in #2090
- Update(docs): bump prism-react-renderer from 2.1.0 to 2.2.0 in /docs by @dependabot in #2100
- Change(i18n): sync translations from Crowdin by @mtripg6666tdr in #2099
- Update: bump i18next-fs-backend from 2.2.0 to 2.3.0 by @dependabot in #2101
- Update: bump @types/ws from 8.5.8 to 8.5.9 by @dependabot in #2102
- Update: bump @types/mocha from 10.0.3 to 10.0.4 by @dependabot in #2103
- Update: bump @mtripg6666tdr/eslint-config from 3.0.6 to 3.0.8 by @dependabot in #2105
- Update(docs): bump typescript from 5.2.2 to 5.3.2 in /docs by @dependabot in #2106
- Update: bump @discordjs/voice from 0.16.0 to 0.16.1 by @dependabot in #2107
- Update: bump @distube/ytsr from 1.2.0 to 1....
v4.1.8
バグ修正
ドキュメント
依存関係のアップデート
- @distube/ytsr 1.1.11 => 1.2.0
- @mtripg6666tdr/oceanic-command-resolver 1.2.0 => 1.3.0
- @sinclair/typebox 0.31.15 => 0.31.17
- i18next-fs-backend 2.1.5 => 2.2.0
- oceanic.js 1.7.1 => 1.8.1
- spotify-url-info 3.2.6 => 3.2.8
- play-dl 1.9.6 => 1.9.7
特記事項
Dockerについて
- Dockerのイメージは、リリース後30~40分程度で公開されます。
Node.js v16.x.xについて(再掲)
- Node.js v16のサポート終了に伴い、Oceanic.jsがNode.js v16でのサポートを打ち切る発表をしておりますが、本ボットでは引き続きNode.js v16.16.0以上の環境で動作するようサポートを行っていく予定です。
- ただし、このサポートは、あくまでNode.js v18以上がインストールできない環境でボットを使用しているユーザーの方々のためです。Node.js v16には脆弱性があり、使用は推奨されていないため、Node.js v18以上を使用できる環境をご使用の場合には、必ずNode.js v18以上を使用してください。
本ボットの開発状況について(再掲)
- 現在、私(mtripg6666tdr)が非常に忙しく、本ボットの機能強化に時間を割くことができない状態です。現在、多くの機能要望等をいただいておりますが、今しばらくお待ちいただければ幸いです。今後ともよろしくお願いいたします。
- 引き続きバグ修正は最優先事項として対処していきますので、バグを発見された際はお気軽にissueを開くか、サポートサーバーまでお知らせください。
- 随時Pull Requestも受け付けております。開発にご協力いただける方は、ぜひともよろしくお願いします。
What's Changed
- Docs: extend v3 support period by @mtripg6666tdr in #2015
- Update: bump @types/html-to-text from 9.0.1 to 9.0.2 by @dependabot in #2016
- Update: bump i18next-fs-backend from 2.1.5 to 2.2.0 by @dependabot in #2018
- Update: bump @mtripg6666tdr/eslint-config from 2.0.6 to 3.0.0 by @dependabot in #2017
- Update(docs): bump @tsconfig/docusaurus from 2.0.0 to 2.0.1 in /docs by @dependabot in #2019
- Update: bump @types/node from 20.6.0 to 20.6.2 by @dependabot in #2020
- Update: bump @types/node from 20.6.2 to 20.6.3 by @dependabot in #2021
- Update(docs): bump @docusaurus/module-type-aliases from 2.4.1 to 2.4.3 in /docs by @dependabot in #2022
- Update(docs): bump @docusaurus/preset-classic from 2.4.1 to 2.4.3 in /docs by @dependabot in #2023
- Update(docs): bump @docusaurus/core from 2.4.1 to 2.4.3 in /docs by @dependabot in #2024
- Update: bump eslint from 8.49.0 to 8.50.0 by @dependabot in #2025
- Update: bump play-dl from 1.9.6 to 1.9.7 by @dependabot in #2026
- Update: bump @types/node from 20.6.3 to 20.6.5 by @dependabot in #2027
- Chore(dependabot.yml): groups docusaurus deps updates by @mtripg6666tdr in #2029
- Update: bump spotify-url-info from 3.2.6 to 3.2.8 by @dependabot in #2030
- Update: bump @distube/ytsr from 1.1.11 to 1.2.0 by @dependabot in #2031
- Docs: remove outdated support page by @mtripg6666tdr in #2034
- Update: bump @types/ws from 8.5.5 to 8.5.6 by @dependabot in #2035
- Update: bump @sinclair/typebox from 0.31.15 to 0.31.16 by @dependabot in #2036
- Update: bump @mtripg6666tdr/eslint-config from 3.0.0 to 3.0.1 by @dependabot in #2037
- Update: bump oceanic.js from 1.7.1 to 1.8.1 and bump related deps by @mtripg6666tdr in #2038
- Update: bump @sinclair/typebox from 0.31.16 to 0.31.17 by @dependabot in #2039
- Update: bump rimraf from 5.0.1 to 5.0.4 by @dependabot in #2040
- Update: bump @types/node from 20.6.5 to 20.7.0 by @dependabot in #2041
- Update: bump @types/mocha from 10.0.1 to 10.0.2 by @dependabot in #2042
- Update: bump rimraf from 5.0.4 to 5.0.5 by @dependabot in #2043
- Update: bump @types/node from 20.7.0 to 20.8.0 by @dependabot in #2045
- Fix: custom stream abort by @mtripg6666tdr in #2033
- Update: bump @mtripg6666tdr/eslint-config from 3.0.1 to 3.0.2 by @dependabot in #2046
- Update: bump @types/node from 20.8.0 to 20.8.2 by @dependabot in #2047
- Fix: support direct audio urls with query strings by @mtripg6666tdr in #2048
- Upgrade: bump postcss from 8.4.17 to 8.4.31 in /docs by @dependabot in #2049
- Docs: fix typo and some improvements by @mtripg6666tdr in #2050
- Chore: check PR titles on ci by @mtripg6666tdr in #2051
- Docs: update support status by @mtripg6666tdr in #2053
- Bump: package version to v4.1.8 by @mtripg6666tdr in #2052
Full Changelog: v4.1.7...v4.1.8
v4.1.7
バグ修正
- 新しいユーザーシステム導入に関する問題を修正(二回目)(#1899)
- まだバグが残ってましたので修正
- BGM再生時に発生したエラーに正しく対処されていなかった問題を修正(#2010)
- Twitter(X)の動画の再生に関する問題を修正(#2011)
依存関係のアップデート
- @distube/ytsr 1.1.9 => 1.1.11
- @sinclair/typebox 0.30.2 => 0.31.15
- candyget 0.5.4 => 0.5.5
- genius-lyrics 4.4.3 => 4.4.6
- https-proxy-agent 7.0.1 => 7.0.2
- tslib 2.6.1 => 2.6.2
- ytsr 3.8.2 => 3.8.4
- ffmpeg-static 5.1.0 => 5.2.0
- libsodium-wrappers 0.7.11 => 0.7.13
- mongodb 5.7.0 => 6.1.0
その他の特記事項
- BGM機能で、エラーが発生した際にリカバリーが効かない問題(#1757 )は、「v4.1.5で加えた変更で修正されたようです。」とお伝えしておりましたが、まだ一部バグが残っていたのでそれに対処しました。
Node.js v16.x.xについて
- Node.js v16のサポート終了に伴い、Oceanic.jsがNode.js v16でのサポートを打ち切る発表をしておりますが、本ボットでは引き続きNode.js v16.16.0以上の環境で動作するようサポートを行っていく予定です。
- ただし、このサポートは、あくまでNode.js v18以上がインストールできない環境でボットを使用しているユーザーの方々のためです。Node.js v16には脆弱性があり、使用は推奨されていないため、Node.js v18以上を使用できる環境をご使用の場合には、必ずNode.js v18以上を使用してください。
Dockerについて
- Dockerのイメージは、リリース後30~40分程度で公開されます。
- 現在、当方のミスによりDockerの
latest
タグがv3.11.10に貼られています。お手数おかけしますが、v4系をご利用でかつ昨日から今日までの間にlatest
タグでプルしてしまった方は、v4.1.7のイメージがプッシュされ次第、もう一度プルしていただきますようお願いいたします。
本ボットの開発について
- 現在、私(mtripg6666tdr)が非常に忙しく、本ボットの機能強化に時間を割くことができない状態です。現在、多くの機能要望等をいただいておりますが、今しばらくお待ちいただければ幸いです。今後ともよろしくお願いいたします。
- 引き続きバグ修正は最優先事項として対処していきますので、バグを発見された際はお気軽にissueを開くか、サポートサーバーまでお知らせください。
- 随時Pull Requestも受け付けております。開発にご協力いただける方は、ぜひよろしくお願いします。
What's Changed
- Update: bump @types/node from 20.4.6 to 20.4.7 by @dependabot in #1898
- Fix: issue for new username system by @mtripg6666tdr in #1899
- Chore: configure snow deployment by @mtripg6666tdr in #1900
- Update: bump @types/node from 20.4.7 to 20.4.8 by @dependabot in #1903
- Update: bump @sinclair/typebox from 0.30.2 to 0.30.4 by @dependabot in #1904
- Update: bump @mtripg6666tdr/eslint-config from 2.0.3 to 2.0.4 by @dependabot in #1907
- Update: bump @types/node from 20.4.8 to 20.4.9 by @dependabot in #1909
- Update: bump @sinclair/typebox from 0.30.4 to 0.31.0 by @dependabot in #1916
- Update: bump eslint from 8.46.0 to 8.47.0 by @dependabot in #1917
- Update: bump ytsr from 3.8.2 to 3.8.4 by @dependabot in #1918
- Chore(dependabot.yml): grouped updates of oceanic.js and its resolver by @mtripg6666tdr in #1920
- Update: bump @sinclair/typebox from 0.31.0 to 0.31.1 by @dependabot in #1922
- Update: bump @types/node from 20.4.9 to 20.5.0 by @dependabot in #1923
- Update: bump @mtripg6666tdr/eslint-config from 2.0.4 to 2.0.5 by @dependabot in #1924
- Update: bump candyget from 0.5.4 to 0.5.5 by @dependabot in #1929
- Update: bump ffmpeg-static from 5.1.0 to 5.2.0 by @dependabot in #1932
- Update: bump @types/node from 20.5.0 to 20.5.1 by @dependabot in #1936
- Update: bump tslib from 2.6.1 to 2.6.2 by @dependabot in #1937
- Update: bump @mtripg6666tdr/eslint-config from 2.0.5 to 2.0.6 by @dependabot in #1940
- Update: bump mongodb from 5.7.0 to 5.8.0 by @dependabot in #1941
- Update: bump @tsconfig/node16 from 16.1.0 to 16.1.1 by @dependabot in #1944
- Update: bump @sinclair/typebox from 0.31.1 to 0.31.2 by @dependabot in #1946
- Update: bump @types/node from 20.5.1 to 20.5.4 by @dependabot in #1949
- Update(docs): bump typescript from 5.1.6 to 5.2.2 in /docs by @dependabot in #1951
- Update: bump @types/node from 20.5.4 to 20.5.6 by @dependabot in #1953
- Update: bump mongodb from 5.8.0 to 5.8.1 by @dependabot in #1954
- Update: bump eslint from 8.47.0 to 8.48.0 by @dependabot in #1955
- Update: bump @sinclair/typebox from 0.31.2 to 0.31.8 by @dependabot in #1963
- Update: bump mongodb from 5.8.1 to 6.0.0 by @dependabot in #1969
- Update(action): bump actions/checkout from 3 to 4 by @dependabot in #1971
- Update: bump @sinclair/typebox from 0.31.8 to 0.31.10 by @dependabot in #1976
- Update: bump @distube/ytsr from 1.1.9 to 1.1.10 by @dependabot in #1978
- Update: bump @sinclair/typebox from 0.31.10 to 0.31.14 by @dependabot in #1979
- Update: bump https-proxy-agent from 7.0.1 to 7.0.2 by @dependabot in #1981
- Update: bump @types/node from 20.5.6 to 20.5.9 by @dependabot in #1982
- Update: bump @types/node from 20.5.9 to 20.6.0 by @dependabot in #1985
- Update: bump eslint from 8.48.0 to 8.49.0 by @dependabot in #1986
- Update: bump @distube/ytsr from 1.1.10 to 1.1.11 by @dependabot in #1989
- Update: bump genius-lyrics from 4.4.3 to 4.4.6 by @dependabot in #1990
- Update(action): bump docker/metadata-action from 4 to 5 by @dependabot in #1997
- Update(action): bump docker/login-action from 2 to 3 by @dependabot in #1998
- Update(action): bump docker/build-push-action from 4 to 5 by @dependabot in #1999
- Update(action): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #2000
- Update(action): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #2001
- Update: bump libsodium-wrappers from 0.7.11 to 0.7.13 by @dependabot in #2002
- Chore(dependabot): end updates on v3 branch by @mtripg6666tdr in #2006
- Update: bump @sinclair/typebox from 0.31.14 to 0.31.15 by @dependabot in #2008
- Update: bump typescript from 5.1.6 to 5.2.2 by @dependabot in #1952
- Update: bump mongodb from 6.0.0 to 6.1.0 by @dependabot in #2009
- Fix(bgm): handle stream error correctly by @mtripg6666tdr in #2010
- Fix(twitter): play twitter videos by @mtripg6666tdr in #2011
- Chore(docker): no latest tag should be labeled on release except on master branch by @mtripg6666tdr in #2014
- Bump: package version to v4.1.7 by @mtripg6666tdr in #2012
Full Changelog: v4.1.6...v4.1.7
v3.11.10
バグ修正
- Twitterの動画が再生できない問題を修正(#2005)
依存関係のアップデート
- @sinclair/typebox 0.27.4 => 0.31.14
- candyget 0.5.4 => 0.5.5
- dotenv 16.0.3 => 16.3.1
- genius-lyrics 4.4.3 => 4.4.4
- html-entities 2.3.3 => 2.4.0
- miniget 4.2.2 => 4.2.3
- soundcloud.ts 0.4.9 => 0.5.2
- spotify-url-info 3.2.3 => 3.2.6
- tslib 2.5.0 => 2.6.2
- ytdl-core 4.11.4 => 4.11.5
- ytsr 3.8.2 => 3.8.4
その他の特記事項
- このリリースがv3系の最終リリースとなる予定です。致命的なバグが報告された場合にのみパッチリリースを提供します。
- v3系のサポートは2023/09/30まで行う予定です。バグ等を発見された場合はお早めにお知らせください。
- 2023/10/01からは、セキュリティ上の問題の修正を含むあらゆるアップデートを受け取ることができなくなります。必ずお早めにv4系に移行してください。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Chore(release-notification.yml): disable notification by @mtripg6666tdr in #1457
- Chore(build-docker.yml): add latest tag correctly by @mtripg6666tdr in #1460
- Update: Bump @sinclair/typebox from 0.27.4 to 0.27.8 by @dependabot in #1462
- Update: Bump soundcloud.ts from 0.4.9 to 0.5.0 by @dependabot in #1463
- Update: Bump @typescript-eslint/parser from 5.58.0 to 5.59.0 by @dependabot in #1467
- Update: Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 by @dependabot in #1468
- Update: Bump mongodb from 4.15.0 to 4.16.0 by @dependabot in #1472
- Chore: add CODEOWNERS by @mtripg6666tdr in #1474
- Update: Bump @types/node from 18.15.11 to 18.15.12 by @dependabot in #1483
- Update: Bump @sinclair/typebox from 0.27.8 to 0.28.1 by @dependabot in #1492
- Update: Bump @types/node from 18.15.12 to 18.15.13 by @dependabot in #1504
- Update: Bump @sinclair/typebox from 0.28.1 to 0.28.4 by @dependabot in #1507
- Update: Bump eslint from 8.38.0 to 8.39.0 by @dependabot in #1508
- Update: Bump @types/node from 18.15.13 to 18.16.0 by @dependabot in #1511
- Update: Bump @sinclair/typebox from 0.28.4 to 0.28.5 by @dependabot in #1510
- Update: Bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in #1514
- Update: Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 by @dependabot in #1516
- Update: Bump @types/node from 18.16.0 to 18.16.2 by @dependabot in #1526
- Update(docs): Bump prism-react-renderer from 1.3.5 to 2.0.3 in /docs by @dependabot in #1523
- Update: Bump @sinclair/typebox from 0.28.5 to 0.28.7 by @dependabot in #1527
- Update: Bump @types/node from 18.16.2 to 18.16.3 by @dependabot in #1536
- Update: Bump @sinclair/typebox from 0.28.7 to 0.28.8 by @dependabot in #1538
- Revert: "Update(docs): Bump prism-react-renderer from 1.3.5 to 2.0.3 in /docs" by @mtripg6666tdr in #1544
- Update: Bump @sinclair/typebox from 0.28.8 to 0.28.9 by @dependabot in #1549
- Update: Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 by @dependabot in #1550
- Update: Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 by @dependabot in #1551
- Update: Bump eslint from 8.39.0 to 8.40.0 by @dependabot in #1562
- Update: Bump @types/node from 18.16.3 to 20.1.0 by @dependabot in #1565
- Update: bump @typescript-eslint/parser from 5.59.2 to 5.59.5 by @dependabot in #1591
- Update: bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 by @dependabot in #1592
- Update: bump @types/node from 20.1.0 to 20.1.1 by @dependabot in #1593
- Update: bump @types/node from 20.1.1 to 20.1.2 by @dependabot in #1602
- Update: bump @types/node from 20.1.2 to 20.1.3 by @dependabot in #1605
- Update: bump @sinclair/typebox from 0.28.9 to 0.28.10 by @dependabot in #1612
- Update: bump spotify-url-info from 3.2.3 to 3.2.4 by @dependabot in #1613
- Update: bump @types/node from 20.1.3 to 20.1.4 by @dependabot in #1614
- Update: bump @typescript-eslint/parser from 5.59.5 to 5.59.6 by @dependabot in #1621
- Update: bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 by @dependabot in #1622
- Update: bump @types/node from 20.1.4 to 20.1.7 by @dependabot in #1641
- Update: bump @types/node from 20.1.7 to 20.2.0 by @dependabot in #1654
- Update: bump @sinclair/typebox from 0.28.10 to 0.28.11 by @dependabot in #1655
- Update: bump tslib from 2.5.0 to 2.5.1 by @dependabot in #1656
- Update: bump spotify-url-info from 3.2.4 to 3.2.5 by @dependabot in #1664
- Update: bump @types/node from 20.2.0 to 20.2.1 by @dependabot in #1665
- Update: bump tslib from 2.5.1 to 2.5.2 by @dependabot in #1666
- Update: bump @types/node from 20.2.1 to 20.2.3 by @dependabot in #1674
- Update: bump eslint from 8.40.0 to 8.41.0 by @dependabot in #1675
- Update: bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 by @dependabot in #1681
- Update: bump @typescript-eslint/parser from 5.59.6 to 5.59.7 by @dependabot in #1682
- Update: bump @sinclair/typebox from 0.28.11 to 0.28.12 by @dependabot in #1686
- Update: bump @types/node from 20.2.3 to 20.2.4 by @dependabot in #1687
- Update: bump @types/node from 20.2.4 to 20.2.5 by @dependabot in #1693
- Update: bump @sinclair/typebox from 0.28.12 to 0.28.13 by @dependabot in #1694
- Update: bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 by @dependabot in #1699
- Update: bump @typescript-eslint/parser from 5.59.7 to 5.59.8 by @dependabot in #1700
- Update: bump @sinclair/typebox from 0.28.13 to 0.28.14 by @dependabot in #1701
- Update: bump dotenv from 16.0.3 to 16.1.0 by @dependabot in #1707
- Update: bump dotenv from 16.1.0 to 16.1.3 by @dependabot in #1711
- Update: bump eslint from 8.41.0 to 8.42.0 by @dependabot in #1721
- Update: bump dotenv from 16.1.3 to 16.1.4 by @dependabot in #1722
- Update: bump tslib from 2.5.2 to 2.5.3 by @dependabot in #1723
- Update: bump @typescript-eslint/parser from 5.59.8 to 5.59.9 by @dependabot in #1728
- Update: bump html-entities from 2.3.3 to 2.3.5 by @dependabot in #1731
- Update: bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 by @dependabot in #1732
- Update: bump @types/ws from 8.5.4 to 8.5.5 by @dependabot in #1738
- Update: bump @types/node from 20.2.5 to 20.3.0 by @dependabot in #1741
- Update: bump @sinclair/typebox from 0.28.14 to 0.28.15 by @dependab...
v4.1.6
バグ修正
依存関係のアップデート
- @sinclair/typebox 0.29.6 => 0.30.2
- spotify-url-info 3.2.5 => 3.2.6
その他の特記事項
- BGM機能で、エラーが発生した際にリカバリーが効かない問題(#1757)は、v4.1.5で加えた変更で修正されたようです。
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Bump: package version to v4.1.5 by @mtripg6666tdr in #1877
- Update: bump eslint from 8.45.0 to 8.46.0 by @dependabot in #1882
- Update: bump @mtripg6666tdr/eslint-config from 2.0.1 to 2.0.2 by @dependabot in #1883
- Update: bump spotify-url-info from 3.2.5 to 3.2.6 by @dependabot in #1884
- Update: bump @mtripg6666tdr/eslint-config from 2.0.2 to 2.0.3 by @dependabot in #1887
- Update: bump @sinclair/typebox from 0.29.6 to 0.30.2 by @dependabot in #1892
- Update: bump @types/node from 20.4.5 to 20.4.6 by @dependabot in #1893
- Fix(commands/searchqueue): hide urls of private queue items by @mtripg6666tdr in #1894
- Chore(deps): fix security issue by @mtripg6666tdr in #1895
- Bump: package version to v4.1.6 by @mtripg6666tdr in #1896
Full Changelog: v4.1.5...v4.1.6
v4.1.5
バグ修正
- 検索結果の表示が奇妙なのを修正(#1862)
- 一部環境でのエラー発生時に表示が荒れる問題を修正(#1871)
- SpotifyのURLからの再生に関するいくつかの問題を修正(#1872)
- 新しいユーザー名システムの導入に関する問題を修正(#1874)
- BGM機能が有効になっているサーバーで発生するバグの調査で見つかった問題を修正(#1875)
- Twitter (X) からの音楽ソースが再生されない問題を修正(#1876)
ドキュメント
依存関係のアップデート
- @sinclair/typebox 0.29.1 => 0.29.6
- https-proxy-agent 7.0.0 => 7.0.1
- soundcloud.ts 0.5.1 => 0.5.2
- tslib 2.6.0 => 2.6.1
- ytdl-core 4.11.4 => 4.11.5
Optional
- mongodb 5.6.0 => 5.7.0
その他の変更
package-lock.json
のバージョンをアップデート(#1818)
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Chore(deps): update deps and lockfileVersion by @mtripg6666tdr in #1818
- Update: bump @sinclair/typebox from 0.29.1 to 0.29.3 by @dependabot in #1822
- Docs: add flac file support by @mtripg6666tdr in #1824
- Update: bump soundcloud.ts from 0.5.1 to 0.5.2 by @dependabot in #1826
- Update: bump @sinclair/typebox from 0.29.3 to 0.29.4 by @dependabot in #1831
- Update: bump @types/node from 20.3.3 to 20.4.0 by @dependabot in #1829
- Update: bump mongodb from 5.6.0 to 5.7.0 by @dependabot in #1832
- Update: bump @types/node from 20.4.0 to 20.4.1 by @dependabot in #1833
- Update(action): bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #1835
- Update: bump https-proxy-agent from 7.0.0 to 7.0.1 by @dependabot in #1836
- Upgrade: bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #1840
- Chore(test): disable spotify test for playlist by @mtripg6666tdr in #1841
- Update: bump @mtripg6666tdr/eslint-config from 1.0.15 to 1.0.16 by @dependabot in #1843
- Update: bump @types/node from 20.4.1 to 20.4.2 by @dependabot in #1845
- Docs: fix outdated link by @mtripg6666tdr in #1849
- Update: bump ytdl-core from 4.11.4 to 4.11.5 by @dependabot in #1851
- Update: bump eslint from 8.44.0 to 8.45.0 by @dependabot in #1852
- Update(docs): bump clsx from 1.2.1 to 2.0.0 in /docs by @dependabot in #1855
- Update: bump @sinclair/typebox from 0.29.4 to 0.29.6 by @dependabot in #1859
- Change(i18n): sync translations from Crowdin by @mtripg6666tdr in #1850
- Update: bump @mtripg6666tdr/eslint-config from 1.0.16 to 2.0.1 by @dependabot in #1856
- Fix: weird search result on fallback by @mtripg6666tdr in #1862
- Update: bump tslib from 2.6.0 to 2.6.1 by @dependabot in #1864
- Update: bump @types/node from 20.4.2 to 20.4.5 by @dependabot in #1868
- Chore(test): skip spotify test on ci by @mtripg6666tdr in #1870
- Fix: handle error just after starting to play surely only once by @mtripg6666tdr in #1871
- Fix(spotify): new kind of url and broken search on fallback searching by @mtripg6666tdr in #1872
- Fix: issue for new username system by @mtripg6666tdr in #1874
- Fix(bgm): confusing flags on params of PlayManager#play by @mtripg6666tdr in #1875
- Fix(twitter): parse tweet url correctly by @mtripg6666tdr in #1876
Full Changelog: v4.1.4...v4.1.5
v4.1.4
バグ修正
- 一部の環境で、
ログ log
コマンドが動作しない問題を修正(#1812) リセット
コマンドの挙動を修正(#1813, #1817)- 切断時に、リソースを確実に破棄するよう修正(#1817)
- 検索が失敗することの回避策として、代替ライブラリによるフォールバック検索を追加することにより修正(#1814)
- リソースの取得中に再生がキャンセルされた場合、準備中かどうかを判断するフラグを確実にリセットする(#1815)
ドキュメント
- BGM機能は、v4.0.0で正式機能になっているため、表記を更新(#1673)
依存関係のアップデート
- @mtripg6666tdr/oceanic-command-resolver 1.1.1 => 1.2.0
- @sinclair/typebox 0.28.10 => 0.29.1
- dotenv 16.0.3 => 16.3.1
- html-entities 2.3.3 => 2.4.0
- https-proxy-agent 6.1.0 => 7.0.0
- i18next 22.4.15 => 22.5.1
- i18next-fs-backend 2.1.1 => 2.1.5
- miniget 4.2.2 => 4.2.3
- oceanic.js 1.6.0 => 1.7.1
- soundcloud.ts 0.5.0 => 0.5.1
- spotify-url-info 3.2.4 => 3.2.5
- tslib 2.5.0 => 2.6.0
Optional
- mongodb 5.5.0 => 5.6.0
その他の変更
- 不要な依存関係(@types/follow-redirects)を削除(#1720)
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Update: bump @types/node from 20.1.7 to 20.2.0 by @dependabot in #1657
- Update: bump rimraf from 5.0.0 to 5.0.1 by @dependabot in #1658
- Update: bump @sinclair/typebox from 0.28.10 to 0.28.11 by @dependabot in #1659
- Update: bump tslib from 2.5.0 to 2.5.1 by @dependabot in #1661
- Update: bump i18next-fs-backend from 2.1.1 to 2.1.2 by @dependabot in #1667
- Update: bump i18next from 22.4.15 to 22.5.0 by @dependabot in #1668
- Update: bump @types/node from 20.2.0 to 20.2.1 by @dependabot in #1670
- Update: bump tslib from 2.5.1 to 2.5.2 by @dependabot in #1671
- Docs: bgm has no longer been beta already by @mtripg6666tdr in #1673
- Update: bump eslint from 8.40.0 to 8.41.0 by @dependabot in #1676
- Update: bump spotify-url-info from 3.2.4 to 3.2.5 by @dependabot in #1678
- Update: bump @types/node from 20.2.1 to 20.2.3 by @dependabot in #1679
- Update: bump https-proxy-agent from 6.1.0 to 6.2.0 by @dependabot in #1680
- Update: bump @typescript-eslint/parser from 5.59.6 to 5.59.7 by @dependabot in #1683
- Update: bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 by @dependabot in #1684
- Update: bump https-proxy-agent from 6.2.0 to 7.0.0 by @dependabot in #1685
- Update: bump @types/node from 20.2.3 to 20.2.4 by @dependabot in #1688
- Update: bump @sinclair/typebox from 0.28.11 to 0.28.12 by @dependabot in #1689
- Update: bump @types/html-to-text from 9.0.0 to 9.0.1 by @dependabot in #1691
- Update: bump @sinclair/typebox from 0.28.12 to 0.28.13 by @dependabot in #1697
- Update: bump @types/node from 20.2.4 to 20.2.5 by @dependabot in #1698
- Update: bump @typescript-eslint/parser from 5.59.7 to 5.59.8 by @dependabot in #1702
- Update: bump @sinclair/typebox from 0.28.13 to 0.28.14 by @dependabot in #1703
- Update: bump oceanic.js from 1.6.0 to 1.7.0 by @mtripg6666tdr in #1705
- Chore(eslint): re-configure eslint by @mtripg6666tdr in #1706
- Update: bump @mtripg6666tdr/eslint-config from 1.0.7 to 1.0.8 by @dependabot in #1708
- Update: bump dotenv from 16.0.3 to 16.1.0 by @dependabot in #1710
- Update: bump dotenv from 16.1.0 to 16.1.3 by @dependabot in #1713
- Update(docs): bump typescript from 5.0.4 to 5.1.3 in /docs by @dependabot in #1715
- Update: bump typescript from 5.0.4 to 5.1.3 by @dependabot in #1716
- Update: bump mongodb from 5.5.0 to 5.6.0 by @dependabot in #1717
- Chore(dependabot.yml): ignore major and minor updates of typescript on v3 by @mtripg6666tdr in #1719
- Chore: remove @types/follow-redirects by @mtripg6666tdr in #1720
- Update: bump eslint from 8.41.0 to 8.42.0 by @dependabot in #1724
- Update: bump tslib from 2.5.2 to 2.5.3 by @dependabot in #1725
- Update: bump dotenv from 16.1.3 to 16.1.4 by @dependabot in #1726
- Update: bump html-entities from 2.3.3 to 2.3.4 by @dependabot in #1729
- Update: bump html-entities from 2.3.4 to 2.3.5 by @dependabot in #1733
- Update: bump @mtripg6666tdr/eslint-config from 1.0.8 to 1.0.9 by @dependabot in #1734
- Update: bump i18next from 22.5.0 to 22.5.1 by @dependabot in #1735
- Update: bump i18next-fs-backend from 2.1.2 to 2.1.3 by @dependabot in #1737
- Update: bump @types/ws from 8.5.4 to 8.5.5 by @dependabot in #1740
- Update: bump @types/node from 20.2.5 to 20.3.0 by @dependabot in #1743
- Update: bump @sinclair/typebox from 0.28.14 to 0.28.15 by @dependabot in #1744
- Update: bump @mtripg6666tdr/eslint-config from 1.0.9 to 1.0.10 by @dependabot in #1751
- Update: bump html-entities from 2.3.5 to 2.3.6 by @dependabot in #1753
- Update: bump @types/node from 20.3.0 to 20.3.1 by @dependabot in #1754
- Update: bump i18next-fs-backend from 2.1.3 to 2.1.5 by @dependabot in #1756
- Update: bump dotenv from 16.1.4 to 16.3.1 by @dependabot in #1761
- Update: bump @mtripg6666tdr/eslint-config from 1.0.10 to 1.0.12 by @dependabot in #1762
- Update: bump eslint from 8.42.0 to 8.43.0 by @dependabot in #1763
- Update: bump @mtripg6666tdr/eslint-config from 1.0.12 to 1.0.13 by @dependabot in #1768
- Chore(dependabot.yml): ignore major updates of i18next by @mtripg6666tdr in #1769
- Update: bump @sinclair/typebox from 0.28.15 to 0.28.16 by @dependabot in #1771
- Update: bump @sinclair/typebox from 0.28.16 to 0.28.17 by @dependabot in #1774
- Update: bump @mtripg6666tdr/eslint-config from 1.0.13 to 1.0.14 by @dependabot in #1775
- Update: bump oceanic.js from 1.7.0 to 1.7.1 by @dependabot in #1777
- Update: bump @sinclair/typebox from 0.28.17 to 0.28.18 by @dependabot in #1778
- Update: bump miniget from 4.2.2 to 4.2.3 by @dependabot in #1781
- Update: bump html-entities from 2.3.6 to 2.4.0 by @dependabot in #1782
- Update: bump @types/node from 20.3.1 to 20.3.2 by @dependabot in #1787
- Update: bump @sinclair/typebox from 0.28.18 to 0.28.20 by @dependabot in #1791
- Update: bump typescript from 5.1.3 to 5.1.6 by @dependabot in #1799
- Updat...
v4.1.3
連続リリースとなってしまい申し訳ございません
バグ修正
- 複数のアイテムをキューに追加する際に発生する可能性のあったエラーを修正(#1652)
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix: cannot assign to read only property 'length' of function by @mtripg6666tdr in #1652
- Bump: package version to v4.1.3 by @mtripg6666tdr in #1653
Full Changelog: v4.1.2...v4.1.3
v4.1.2
バグ修正
- ボタンを押すとクラッシュする場合がある問題を修正(#1649)
その他の特記事項
- Dockerのイメージは、リリース後30~40分程度で公開されます。
What's Changed
- Fix: broken interaction collector by @mtripg6666tdr in #1649
- Bump: package version to v4.1.2 by @mtripg6666tdr in #1650
Full Changelog: v4.1.1...v4.1.2