- New: Added
--output-path
(-o
) argument tochrome_inject.exe
for user-configurable output directory. Output files are now organized by BrowserName/ProfileName/data_type.txt. - New: Implemented support for automatically detecting and decrypting data from multiple browser profiles (e.g., Default, Profile 1, Profile 2).
- CI/CD: Integrated GitHub Actions workflow for automated building of x64 and ARM64 binaries, and automatic release creation upon new version tags.
- Project Structure: Reorganized the repository into src/, libs/, docs/, and tools/ directories for better maintainability.