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
