Improvements
* The default multiprocessing context has been changed from `fork` (fast but unstable) to `spawn` (slower but more stable) to address the tool freezing issue (5)
> [!WARNING]
> This fix has made the tool a bit slower. It's okay.
* Added a handle for multiprocessing context choice (`--multiprocessing-context`)
* The debug mode now shows the current progress of processed tokens once a second to indicate the liveness of the tool.
* Added a handle to control the maximum size of a file for analysis (`--max-file-size`)
* Better logging
Bugfixes
* Fixed an issue causing a crash while processing a ruleset with predefined false findings.
**Full Changelog**: https://github.com/ntoskernel/deepsecrets/compare/v1.1.4...v1.2.0