Skip to content

Commit 5a831a8

Browse files
committed
Update change log re release 2.3.0
1 parent 6b704d5 commit 5a831a8

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,43 @@ This change log begins with the first ever pre-release version of what was then
88

99
From release 2.0.0 the version numbering has attempted to adhere to the principles of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## Release 2.3.0 - 2022-10-22
12+
13+
This release includes _PasHi_ v2.3.0 and _PasHiGUI_ v1.3.0
14+
15+
### PasHi 2.3.0 [build 15]
16+
17+
* Added new `--inhibit-styling` command to prevent `<span>` tags from being emitted for specified highlighter elements. [Issue 30]
18+
* 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]
19+
* Added new `-v` command as an alias for `--verbosity`. [Issue 38]
20+
* Added `frag` parameter as an alias for `fragment` in `--doc-type` command. [Issue 47]
21+
* Enabled `-` to be used as a parameter.
22+
* Added support for parsing set type parameters in form `{elem1,elem2,...}`.
23+
* Updated text of help screen re the new & modified commands.
24+
* Some minor refactoring.
25+
26+
### PasHiGUI 1.3.0 [build 9]
27+
28+
* Updated options pane to provide support for the new `--inhibit-styling` and modified `--trim` commands.
29+
30+
### General
31+
32+
* Update `UserGuide.html`:
33+
* Add information about new & modified commands.
34+
* Tweaked some content.
35+
* Restyled tales for impreved readability.
36+
* Bumped config files version from 5 to 6. [Issue 55]
37+
* Updated `config-template`:
38+
* Added comments detailing new `inhibit-styling` and modified `trim` commands.
39+
* Added information about `line-number-satrt` command omitted from previous release. [Issue 53]
40+
* Standardised formatting of comments.
41+
* Added content explaining how to get help on the purpose of the config file commands.
42+
43+
### Repository changes
44+
45+
* Added link to user guide in `README.md`. [Issue 50]
46+
* Corrected formatting of Inno Setup files on GitHub. [Issue 36]
47+
1148
## Release 2.2.1 - 2022-08-29
1249

1350
This release includes _PasHi_ v2.2.1 and _PasHiGUI_ v1.2.1. Changes are as follows:

0 commit comments

Comments
 (0)