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

3.5.00

Compare
Choose a tag to compare
@smxi smxi released this 25 Sep 01:03
· 212 commits to stable since this release

Last sets of cleanup changes and features and updates for 3.5.00 release. This finalizes all the features that were launched since 3.4.00. This turned out to be much more than expected, thus the bump to next major number.

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

  1. One good change, disconnected -v [0-3], --test, and --debug completely, added internal debug flag, was using -v4 as debug, but that led to forcing output in ways I didn't like, same for --test, which previously tripped -v3. Now you use each to do the specific thing it does.
  2. One small update to -X, added 'l' (el, not eye), which sets to lower case globally, but tries to upper case first sentence starters. For extra messy and verbose but uppercased info files. That roughly completes must stuff you need for info file processing.
  3. Also for -X, made a nice visual improvement, changed the cluttered looking line starter 'Fix: ' to '|: ' for non writing actions, and to '| ' for writing actions. That looks way neater, and also creates a nice ascii box effect containing the info line output.
  4. More doc fixes, man, help, readme, changelog, those are now better for documentation overall, and more useful for a new users I think, or hope. Well, for the right new users, hopefully the wrong ones won't like acxi and will look elsewhere.
  5. Code: more cleanups and fixes, bringing acxi up to my current standards, why not? Makes code easier to work with. Also dumped the man page updater validation method and replaced it with the same inxi uses, commented out .\" EOL string test at end of file. That's a groff comment, so it doesn't show, and will always be at end of file.

And that's it, hopefully these changes will be it for a while, but you never know, features come along demanding attention, but this last set is really good, so hopefully 3.5.01 will just be glitch or bug fixes and maybe a fine tuning or two.