2026.4.0-alpha.2 #11

Merged
last2014 merged 6 commits from develop into main 2026-05-01 13:12:21 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit d59857593a - Show all commits
+8
View File
@@ -1,3 +1,11 @@
# 2026.4.0-alpha.2
- Feat: 地震情報のid除外
- Feat: 新年迎春
- Fix: for文でスキップではなくループの終了を行っていた問題
- Feat: 返信済みかどうかをuniqidのみで判断する機能
- Chg: 時報の時刻フォーマットをHH:mmからH:mmに変更
- Feat: 緊急地震速報(警報)解除
# 2026.4.0-alpha.1 # 2026.4.0-alpha.1
- Del: tsxの開発環境を削除 - Del: tsxの開発環境を削除
- Chg: typescriptを5.9.3にダウングレード - Chg: typescriptを5.9.3にダウングレード
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "notice-uwuzu", "name": "notice-uwuzu",
"version": "26.4.0-alpha.1", "version": "26.4.0-alpha.2",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {