Skip to content

Commit

Permalink
v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jan 13, 2025
1 parent b34bab4 commit 92caba8
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kancollewidget",
"private": true,
"version": "4.0.8",
"version": "4.0.10",
"type": "module",
"engines": {
"node": "^20.15.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "^0.0.293",
"@types/chrome": "^0.0.248",
"@types/node": "^20.8.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

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.8",
"version": "4.0.10",
"permissions": [
"activeTab",
"alarms",
Expand Down
31 changes: 31 additions & 0 deletions src/release-note.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
"repo": "https://github.com/kancraft/kanColleWidget"
},
"releases": [
{
"date": "2025-01-14",
"version": "v4.0.10",
"message": "",
"commits": [
{
"title": "pnpm run lint",
"hash": "b34bab45d213aa884b4b7c8e0bae85c25696d575"
},
{
"title": "遠征回収したときに遠征の通知を消すようにした",
"hash": "4c1b3b6480bd5fe6a2b0c2c277c5036cf15fa935"
},
{
"title": "ダッシュボードから任意のタイマーを設定できる機能を実装",
"hash": "993f1d42002f8b70f13c19ab20b9d6b8e50f6897"
},
{
"title": "ゲーム画面内スクショボタンを実装",
"hash": "c556402e1fbc712fca28d761f1f648985acebc52"
},
{
"title": "ゲーム内ミュートボタンを設置",
"hash": "8a02ea5954bb463564c5b26cb12e2c1d11b899dc"
},
{
"title": "v4.0.8",
"hash": "c195c62126c0cb3db4ae1e71f355d8b35101c4c4"
}
]
},
{
"date": "2025-01-05",
"version": "v4.0.8",
Expand Down

0 comments on commit 92caba8

Please sign in to comment.