Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

3.4.00 - More trader tools added and optimized, fixes, bugs, etc

Compare
Choose a tag to compare
@smxi smxi released this 20 Aug 22:17
· 313 commits to stable since this release

A few major changes and collecting of previous 3.3.xx changes, which together were many new features, some quite significant, warranted 3.4.xx starting. Note that the changelog, not these release notes, is now the primary source for change information. The release comments here will only be a short summary of the full changes changes.

See acxi.changelog for full details: https://github.com/smxi/acxi/raw/stable/acxi.changelog

  1. The primary change document is now acxi.changelog, and that is what you should look at for complete release notes. The changelog was completely redone, much easier to scan and select which changes are of interest to you, and now also is similar to the inxi.changelog, which has also been redone. Both now are the authoritative change documents for their respective projects.

  2. Bugs: --start had bug with start counts; -s [item directory] failed on some options/use cases, like -A or -X

  3. Fixes: -Xd date fixes upgrade; -Xn numbering syntax handling upgraded, -E changed to look for track numbering earlier in info file.

  4. Enhancements: --no-md5 added to compliment --no-ffp; -Xq added to add quality block; --info-rating added to allow users to set their desired quality level.

  5. Changes: removed --log, --basic, --full, --verbose, replaced with --verbosity/-v [0-4]; to free -v, removed -v as shortcut for --version; changed internal and config variable LOG_LEVEL to VERBOSITY (acxi will continue respecting/using the old syntax, but it's deprecated now)

  6. Documentation: updated man, -h to reflect these changes, and fixed various other glitches and unclear things.

  7. Code: code cleanup, removed unnecessary white space; refactored similar features to use similar logic; changed internal $LOG_LEVEL to $VERBOSITY (log level was always confusing since acxi does not log, it was only referring to screen output verbosity); added space after # to support geany/scyte code editor glitch with code folding.