Releases: Saverio976/NorMatrix
0.4.0
0.2.4
0.3.4 Update pipy
0.2.3.004
add test to the lib (accessible via --tests-run)
use regex to say if there is a bad extension (thre was a glitch if you write .a in your gitignore)
add screen to the readme
0.2.3.003
add check for comments not start at start of column line
fix rich usage (print with columns)
remove check of binary if filename endswith .png .jpg .sh
v0.3.3
add timeout for all regex sor normatrix will not wait until the end of time if there is one little timeout
v0.3.3.002
Add rich module to better print errors
fix install error with pipy
0.2.3.001
fix pipy issue
v0.3.2
errors stats to 2 decimal only
add fprintf as default banned function
add --only-errors (before, it was --only-error) (but you can always use --only-error it will work)
fix number of line for makefile that use \t
check function that take no parameters to have void
v0.3.1-001
Fix trailing new line error
v0.3.1
Check comments in function
Better lib func detection in exe
Add a "link" clickable in vscode to directly go where the error is (thx romain panno)