Releases: smitug01/exam-clock
Version 0.3 Update 1
Full Changelog: v0.3.0...v0.3.1
Important
此版仍為預先發行版,可能在使用過程會產生問題,請謹慎考慮用於正式環境
This is a pre-release, might cause some issue or unexpected problem during using. Not RECOMMENDED to use in production.
Note
目前因 Cloudflare API 發生問題,此新版暫時無法更新上線
此版本已正常上線,感謝您的耐心等待
繁體中文
此更新帶來了幾點改進,並修正了部分問題
版本號由 0.3.0 跳升為 0.3.1
主要改進
-
【全新】 重新設計出席系統,自動化計算實到人數,及自動列出缺考號碼 / PR #15 & #16 - @kevin0216
-
【全新】 重新設計出席排版 / PR #15 - @kevin0216
前版 | 新版 |
---|---|
- 修正模式切換按鈕圖案錯誤的問題 / PR #15 - @kevin0216
前版 | 修正 |
---|---|
English
This update brings improvements with couple of problem fixed.
Version bumped from 0.3.0 to 0.3.1
主要改進
-
【NEW】 Redesigned attendance system, automatically counting actual attendees and listing absent number / PR #15 & #16 - @kevin0216
-
【NEW】 Redesigned layout for attendance / PR #15 - @kevin0216
Prior | Latest |
---|---|
- Fixed wrong icon for color theme indicator / PR #15 - @kevin0216
Prior | Patched |
---|---|
安全性修復 Vulnerability fixes / PR #14
Vulnerable packages
Zod (3.21.4 -> 3.22.4)
Note
Low severely
- Commits
- Fixing CVE-2023-4316
- Zod version 3.22.2 allows an attacker to perform a denial of service while validating emails.
postcss (8.4.29 -> 8.4.31)
Warning
Moderate severely
- Commits
- Fixing CVE-2023-44270
- An issue was discovered in PostCSS before 8.4.31. It affects linters using PostCSS to parse external Cascading Style Sheets (CSS). There may be \r discrepancies, as demonstrated by font-face{ font:(\r/*);} in a rule.
Other packages
Next (13.4.19 -> 13.5.4)
- Commits
- It has been updated since it's the ancestor package of Zod
Contributor
@smitug01 and @kevin0216 (@TK-Entertainment)
2023/10/26
【Major】 Version 0.3
Full Changelog: v0.2.1...v0.3.0
Warning
此版本已過時,強烈建議使用最新版本
若仍想使用舊版本,可前往下方連結
This version has been deprecated, using latest version is RECOMMENDED
But you still can access it via the link below
https://bc98c70f.exam-clock.pages.dev/
Important
此版仍為預先發行版,可能在使用過程會產生問題,請謹慎考慮用於正式環境
This is a pre-release, might cause some issue or unexpected problem during using. Not RECOMMENDED to use in production.
繁體中文
此更新帶來了幾點較大的改進,並修正了部分問題
版本號由 0.2.1 跳升為 0.3.0
主要改進
Note
產生可供分享的代碼之功能將在未來加入
- 【全新】 新增恢復至預設值按鈕 (運用 importExam API) / PR #7 & aa1668e - @kevin0216 and @smitug01
-
【全新】 新增主題切換按鈕 (可以自行選擇明亮/黑暗主題) / PR #10 - @kevin0216
-
加強對超出範圍的考程之處理方式 / PR #12 - @kevin0216
-
修改考程表狀態的顯示方式 / 8a5c37c- @kevin0216
已結束 (五秒鐘內) | 進行中 | 尚未開始 |
---|---|---|
- 新增全螢幕按鈕及相關提醒 / 4e0ebd9 - @kevin0216
- 新增考程已過期的提醒 / 992b59c - @kevin0216
程式架構改進
- 為支援匯入功能及恢復預設值,新增 importExamData interface / PR #7 - @kevin0216
- 為支援匯入功能,新增 importDialog / 435582b - @kevin0216
其他細部改進
- 當該科剩餘時間小於 10 分鐘時,顯示秒數而非分鐘數 / PR #7 & 435582b - @kevin0216 and @smitug01
- 新增依賴 ScreenFull 以支援全螢幕按鈕 / PR #11 - @kevin0216
- 修正在亮色主題下,部分字體未正常顯示的問題 / PR #12 - @kevin0216
- 修正在亮色主題下,部分按鈕特效未正常觸發的問題 / PR #12 - @kevin0216
倉庫更新
- 新增對所有分支進行 build 檢查的 workflow / PR #8 - @kevin0216 and @smitug01
- 新增對 main 分支 PR Merge 時進行程式碼 linting 的 workflow / PR #8 - @kevin0216 and @smitug01
English
This update brings lots of major improvement with couple of problem fixed.
Version bumped from 0.2.1 to 0.3.0
What's new
Note
Implementation of generating sharing code is scheduled, stay tuned!
- 【NEW】 Added button to restore default present (via importExam API) / PR #7 & aa1668e - @kevin0216 and @smitug01
-
【NEW】 Added ability to switch color theme (light/dark theme) / PR #10 - @kevin0216
-
Enhanced schedule overflow handling / PR #12 - @kevin0216
-
Enhanced the style of schedule status / 8a5c37c- @kevin0216
Passed (within 5 seconds) | Ongoing | Scheduled |
---|---|---|
- Added full screen toggle and notification / 4e0ebd9 - @kevin0216
- Added notification for expired schedule / 992b59c - @kevin0216
Structure Improvement
- Added importExamData interface to add support for import feature and restore default function / PR #7 - @kevin0216
- Added importDialog to add support for import feature / 435582b - @kevin0216
Minor changes
- Show remaining seconds instead of minutes when remaining time is less then 10 minutes / PR #7 & 435582b - @kevin0216 and @smitug01
- Added ScreenFull dependency for full screen toggle / PR #11 - @kevin0216
- Fixed the problem of text not showing properly under light mode / PR #12 - @kevin0216
- Fixed the problem of button effect (hover/focus effect) not working properly under light mode / PR #12 - @kevin0216
Repository updates
- Added workflow for build checking on all branches / PR #8 - @kevin0216 and @smitug01
- Added workflow for linting codes on main when PR merging / PR #8 - @kevin0216 and @smitug01
Contributor
@smitug01 and @kevin0216 (@TK-Entertainment)
2023/09/18
Version 0.2 Update 1
Warning
此版本已過時,強烈建議使用最新版本
若仍想使用舊版本,可前往下方連結
This version has been deprecated, using latest version is RECOMMENDED
But you still can access it via the link below
https://9732f043.exam-clock.pages.dev/
Important
此版仍為預先發行版,可能在使用過程會產生問題,請謹慎考慮用於正式環境
This is a pre-release, might cause some issue or unexpected problem during using. Not RECOMMENDED to use in production.
繁體中文
此更新帶來了幾點改進,並修正了部分問題
版本號由 0.2.0 跳升為 0.2.1
主要改進
- 新增「考試時顯示考程表」的控制項 / PR #3 - @kevin0216
- 在沒有人缺考時,顯示「全到,無缺考」,而非原先顯示空值 / PR #3 - @kevin0216
前版 |
---|
新版 / 無缺考 | 新版 / 有缺考 |
---|---|
- 修正點名區域,字體過大的問題 / PR #3 (修正 Issue #2) - @kevin0216
前版 | 新版 |
---|---|
程式架構改進
- 將部分共用 interface 獨立至 @/lib/interfaces.tsx / PR #3 - @kevin0216
- 將 editDialog 自 edit.tsx 獨立至 @/components/editDialog.tsx / 5075203 - @smitug01
- 新增路徑映射至 tsconfig.json / 5075203 - @smitug01
- 移動部分共用函數至 @/lib/utils.tsx / 390358b - @smitug01
其他細部改進
- 已格式化 (lint) 所有檔案 / PR #3 - @kevin0216
English
This update brings improvements with couple of problem fixed.
Version bumped from 0.2.0 to 0.2.1
What's new
- Added control for whether showing exam schedule during the exam / PR #3 - @kevin0216
- Showing "No absence" instead of empty list when there is no one absent / PR #3 - @kevin0216
Prior |
---|
Patch w/o absent | Patch w/ absent |
---|---|
- Fixed the text size of attendance area / PR #3 (Patch for Issue #2) - @kevin0216
Prior | Patch |
---|---|
- Added related code and implementation of local saving feature of exam schedule / 390358b - @smitug01
Structure Improvement
- Moved some of shared interfaces to @/lib/interfaces.tsx / PR #3 - @kevin0216
- Moved editDialog from edit.tsx to @/components/editDialog.tsx / 5075203 - @smitug01
- Added routes to tsconfig.json / 5075203 - @smitug01
- Moved some of shared functions to @/lib/utils.tsx / 390358b - @smitug01
Minor changes
- Linted all files / PR #3 - @kevin0216
Contributor
@smitug01 and @kevin0216 (@TK-Entertainment)
2023/09/14
【Major】Version 0.2
Warning
此版本已過時,強烈建議使用最新版本
若仍想使用舊版本,可前往下方連結
This version has been deprecated, using latest version is RECOMMENDED
But you still can access it via the link below
https://eed576ab.exam-clock.pages.dev/
Important
此版仍為預先發行版,可能在使用過程會產生問題,請謹慎考慮用於正式環境
This is a pre-release, might cause some issue or unexpected problem during using. Not RECOMMENDED to use in production.
繁體中文
此更新帶來了幾點較大的改進,並修正了部分問題
版本號由 0.1.0 跳升為 0.2.0
主要改進
- 修正了字體大小及部分排版 / a45cea4 - @smitug01
- 重新設計的編輯介面 / #1 - @kevin0216
- 新增對暗色模式的支援 / #1 - @kevin0216
其他細部改進
- 移除「取消」按鈕,並新增右上角的關閉按鈕取代之 / #1 - @kevin0216
- 將編輯科目中的「刪除」按鈕之字樣以垃圾桶圖示取代 / #1 - @kevin0216
English
This update brings lots of major improvement with couple of problem fixed.
Version bumped from 0.1.0 to 0.2.0
What's new
- Improved text size and layout / a45cea4 - @smitug01
- Redesigned edit dialog / #1 - @kevin0216
- Added support for dark mode / #1 - @kevin0216
Minor changes
- Replaced cancel button with new close button (cross icon) / #1 - @kevin0216
- Replaced text of delete button with trash can icon / #1 - @kevin0216
Contributor
@smitug01 and @kevin0216 (@TK-Entertainment)
2023/09/14