🚀 Release v1.0.1 - Stability, Cross-Platform UI & Performance Fixes
Welcome to v1.0.1 of ChComboParser!
This update is a dedicated stability patch. After putting the tool through heavy testing with massive datasets, we identified and squashed a few edge-case bugs to ensure rock-solid reliability. We also polished the UI to guarantee it looks beautiful on every operating system, especially Windows.
🛠️ What's Fixed in v1.0.1
- 🐛 Fixed Memory Over-Read Bug: Resolved a critical edge case in the multi-threaded chunking algorithm where the final chunk could accidentally read past the end of the file. (Translation: No more random garbage characters at the end of your output files!)
- 🧵 Thread-Safe Progress Bar: Fixed a race condition in the console output. The progress bar now updates smoothly and cleanly without garbled text, even when maxing out your CPU with 16+ threads.
- 100% Windows Compatibility: Replaced Unicode box-drawing characters (like
╔═╗) with standard ASCII (+---+). This ensures the statistics box renders perfectly in Windows CMD and PowerShell without needing to change the terminal code page (chcp 65001). - 🍎 macOS & Linux Polish: Minor under-the-hood tweaks to ensure consistent, bug-free behavior across all POSIX systems.
📦 Pre-compiled Binaries
Download the ready-to-run executable for your system below. No installation required—just download and run!
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 (64-bit) | 👉 ChComboParser-windows-x64.exe |
| Linux | x64 (64-bit) | 👉 ChComboParser-linux-x64 |
(🍎 macOS users: Please compile from source using the instructions in the README. It takes less than 30 seconds!)
Built with ❤️ by Ch4120N