Skip to content

Release v2.3.0 - 2022-10-22

Compare
Choose a tag to compare
@delphidabbler delphidabbler released this 22 Oct 14:52
· 9 commits to master since this release

PasHi 2.3.0 [build 15]

  • Added new --inhibit-styling command to prevent <span> tags from being emitted for specified highlighter elements. [Issue 30]
  • Modified operation of --trim command to add facility to trim trailing spaces from source code lines. Added new parameters to specify whether lines, trailing spaces or nothing are to be trimmed. Maintained backward compatibility with older parameters, but deprecated them. [Issue 29]
  • Added new -v command as an alias for --verbosity. [Issue 38]
  • Added frag parameter as an alias for fragment in --doc-type command. [Issue 47]
  • Enabled - to be used as a parameter.
  • Added support for parsing set type parameters in form {elem1,elem2,...}.
  • Updated text of help screen re the new & modified commands.
  • Some minor refactoring.

PasHiGUI 1.3.0 [build 9]

  • Updated options pane to provide support for the new --inhibit-styling and modified --trim commands.

General

  • Update UserGuide.html:
    • Add information about new & modified commands.
    • Tweaked some content.
    • Restyled tales for impreved readability.
  • Bumped config files version from 5 to 6. [Issue 55]
  • Updated config-template:
    • Added comments detailing new inhibit-styling and modified trim commands.
    • Added information about line-number-satrt command omitted from previous release. [Issue 53]
    • Standardised formatting of comments.
    • Added content explaining how to get help on the purpose of the config file commands.

Repository changes

  • Added link to user guide in README.md. [Issue 50]
  • Corrected formatting of Inno Setup files on GitHub. [Issue 36]