- Fix `ModuleNotFoundError` issues with running the package - Fix running under old Python versions - Bring back example config to a string
1.4.2
- Changed the format of results JSON - Don't highlight integers - Example config is now stored in a file - Using tomli instead of tomllib for every version (makes no difference)
1.4.1
Fix issues with building 1.4.
1.4
Frontend changes: - A new way to run Yokkaichi was introduced, you can now use a configuration file instead of writing long argument lists.
Backend changes: - Changed a way how arguments are stored. Now they are stored in an `CFG` object. - Changed the structure of the code a little bit