-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
44 lines (33 loc) · 960 Bytes
/
changelog.txt
File metadata and controls
44 lines (33 loc) · 960 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
37
38
39
40
41
42
43
44
2024-07-05: 1.0.0
- Initial release
2024-07-08: 1.1.0
- Add create_parent_module
2024-07-08: 1.2.0
- Add get_tf_printer_host
2024-09-13: 1.2.1
- Import tkinter inside get_tf_printer_host to avoid import error if tkinter
is missing on systems that don't use get_tf_printer_host
2025-05-30: 1.2.2
- Make create_parent_module work with a relative path
2025-08-05: 1.3.0
- Add drop_stdin_buffer
2026-01-13: 1.4.0
- Add app_launcher
2026-03-20: 1.5.0
- Add colored
- Add base58
- Add get_serial_ports
- Add misc
- Add notify
- Import termios and fcntl inside drop_stdin_buffer to avoid import error
if termios and fcntl are missing on systems that don't use drop_stdin_buffer
- Create parent directory if missing in write_file_if_different
2026-03-20: 1.5.1
- Fix notify on Windows
2026-03-24: 1.6.0
- Make bold colors optional
2026-03-24: 1.7.0
- Keep ok and fatal in misc
2026-04-09: 1.8.0
- Add findall for colors
- Make BASE58_ALPHABET avialable