Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Nov 24, 2024
1 parent 7bfe473 commit 48f4ce8
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kancollewidget",
"private": true,
"version": "4.0.3",
"version": "4.0.5",
"type": "module",
"engines": {
"node": "^20.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "艦これウィジェット",
"description": "艦これをちょっとだけ遊びやすくするChrome拡張. 遠征タイマーとかあるよ",
"version": "4.0.3",
"version": "4.0.5",
"permissions": [
"activeTab",
"alarms",
Expand Down
46 changes: 46 additions & 0 deletions src/release-note.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
"repo": "https://github.com/kancraft/kanColleWidget"
},
"releases": [
{
"date": "2024-11-24",
"version": "v4.0.5",
"announce": {
"message": "ChromeのManifest v3に対応するために、大きく修正しています。放っておくとストアから削除されるので、いったん緊急対応です。これに伴って、画像認識などをサーバ上ではなくローカルのJavaScriptで行うよう修正しています。くわしくは https://github.com/kancraft/kanColleWidget/tree/develop を確認ください。"
},
"message": "",
"commits": [
{
"title": "窓サイズのプリセットを追加し、窓設定の初期化機能を実装",
"hash": "7bfe47350e8db01f4663cb04c88ce4d6e6b541e6"
},
{
"title": "Fix lint",
"hash": "694f8f7d818c2e24ce80d1a98f305bf172aa32cc"
},
{
"title": "ダッシュボードでスクショボタンを設置",
"hash": "3d125f5fe090316691e610d37eed523d4c2fb62f"
},
{
"title": "時計の時刻更新についてもなるべくsetIntervalはrootのレベルで実施",
"hash": "963d15b69f51c4d16c95c5a222711e6e35fa9770"
},
{
"title": "navigate(0) よりも、revalidator.revalidate でリフレッシュすべき",
"hash": "7f94a61a646c3d8a31c45d7733dc97f30451eb11"
},
{
"title": "ダッシュボードでミュートできるボタンを実装",
"hash": "c2de260b35c772af0a1b6bc76362d9758e28f0db"
},
{
"title": "自動リリーススクリプトのバグを修正",
"hash": "1c8ad24082a22028b2477da0179a92e826274526"
},
{
"title": "ubuntu-latestに対応",
"hash": "8bc1ba417bfcae09385ebc10466014ba3164645f"
},
{
"title": "v4.0.3",
"hash": "ec0cebbe5af8aa9ca6ccb67ef00581f9c361067c"
}
]
},
{
"date": "2024-09-08",
"version": "v4.0.3",
Expand Down

0 comments on commit 48f4ce8

Please sign in to comment.