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:
+1
-1
@@ -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,7 +1,7 @@
|
||||
{
|
||||
"name": "aars-frontend",
|
||||
"private": true,
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user