-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
36 lines (29 loc) · 1011 Bytes
/
ChangeLog
File metadata and controls
36 lines (29 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
KeyScan Lib - Changelog
----------------------------
(+) A new feature
(-) A removed feature
(#) A changed feature
(*) A bug fix
(/) Other
----------------------------
v1.1.2 | 20th September 2023
# 修正key_getInt()永遠得到0的問題
# 修正使範例程式(Check layout)符合C89標準。
# Rename function `key_getch` to `key_getChar`
# Rename function `key_until` to `key_waitFor`
# Rename function `key_setcodes` to `key_setKeys`
- 移除函數別名的設計
# Rename function `ascii2Byte` to `_ascii2Byte` 減少重名的機會
v1.1.1 | 18th September 2023
# 修正函式庫可能引發的遞迴引用問題。
# 修正Byte類型在連續宣告時,變數類型不一致的問題。
# 修正使範例程式(Add nums)符合C89標準。
+ 新增檢查鍵盤布局的範例程式。
v1.1 | 13th September 2023
+ ascii2Byte()
+ key_getByte()
+ key_getWord()
+ key_getInt()
# Rename function `key_get` to `key_scan`
v1.0 | 2nd September 2023
+ Initial Release