Skip to content

TC Version 1.1.1 (Released date: Aug. 28th, 2025)

Latest

Choose a tag to compare

@Sean537 Sean537 released this 28 Aug 14:02
· 2 commits to 537main since this release

πŸŽ‰ TC.hpp v1.1.1 is here!


✨ Updates

🌟 New Features

  • Added isKeyPressed function to detect key states.
  • Added terminal::flush and Printer::flush functions, suitable for direct flushing and chain flushing respectively, which are particularly useful for programs running on many Linux terminals.

πŸ’– Bug Fixes

  • Fixed the issue where convenient color functions were not working on Windows, now only adding ANSI escape codes to character arrays to modify colors.
  • Fixed the issue where the waitKey function failed to detect some keys on Linux.
  • Fixed issues in some demo programs and optimized effects.

πŸ™ Acknowledgements

  • Thanks to everyone who participated in the development, testing, and use of this project. Your support is the driving force behind the updates to this project. Feedback is welcome if you encounter any issues.