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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,43 @@ This change log begins with the first ever pre-release version of what was then
8
8
9
9
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).
10
10
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
+
11
48
## Release 2.2.1 - 2022-08-29
12
49
13
50
This release includes _PasHi_ v2.2.1 and _PasHiGUI_ v1.2.1. Changes are as follows:
0 commit comments