You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new - parameter to the -t / --title commands to generate the default title for HTML documents. The existing --title-default command has been deprecated. [Issue #57].
Added a new neutral parameter (and alias -) to the -l / --language commands to specify that generated HTML documents are language neutral. The existing --language-neutral command has been deprecated. [Issue #56].
Added new --config-show command that displays the commands and parameters set in any config file. [Issue #84].
Changed how the verbosity of program output is handled. There are now three different types of output: information, warnings and errors. Each of these types can be switched on or off independently of the others. The --verbosity command was heavily modified to take a set type parameter, e.g. {info,error,warn} to specify the required levels. The existing normal, no-warn and quiet parameters were retained, but normal and no-warn have been deprecated. A new silent parameter was added that turns off all output. [Issue #15].
Fixed bug in the --trim command that was causing the - and spaces options to render a different number of blank lines with some files. [Issue #69].
Updated the program's help screen re all the command line changes in this release.
PasHiGUI 1.4.0 - 2025-04-09
Changed the commands that the program writes to its gui-config configuration file:
A blank title is now stored as title - instead of title-default.
A blank (neutral) language is now stored as language neutral instead of language-neutral.
General
Programs now compiled with Delphi 12.2 instead of Delphi XE. Added Debug and Release build configurations. [Issue #78].