Bump version 1.2.0 → 1.3.0

Status & filter improvements consolidated:
- StatusBadge: 5 basic categories + leave suffix chip
- Backend filter: enrich-then-filter so badges match result set
- 請假/公假 filter: also match leave/holiday suffix in status_text
- Rest day detection: roster rest weekday → 休息 (not 缺勤)
This commit is contained in:
IT狗
2026-07-22 00:06:44 +08:00
parent 404329d3fa
commit 4a01b53541
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2093,7 +2093,7 @@ async def get_version(
commit = "unknown"
date = ""
return {
"version": "1.2.0",
"version": "1.3.0",
"commit": commit,
"date": date,
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "aars-frontend",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",