Full Changelog: 0.7.4...0.7.5
- #18 Added new flag
-a/--audit
to get summary and diagnostic information and the ability to load into thebrew
package manager. Now the flag-v/--version
returns only the version without unnecessary text. - #19 Tested operability in the Rocky Linux 8.9 (Green Obsidian) distribution and disabled
cgo
when building binaries. - Added tests to the CI process for
macOS 15 arm64
(operability of the interface launch, loading logs and checking reading logs from the file system). - Updated dependencies, and added a dependency check to the CI process during testing.
- Written
makefile
andtaskfile
to replacebuild.sh
to automate the process of cross-compilation, checking for linters and testing.