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
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,42 @@ 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.2.0 - 2022-07-04
12
+
13
+
This release includes _PasHi_ v2.2.0 and _PasHiGUI_ v1.2.0. Changes are as follows:
14
+
15
+
### PasHi v2.2.0 [build 13]
16
+
17
+
* Added new `--line-number-start` command (and `-z` short form) to enable the starting line number in line numbered output to be specified.
18
+
* Added new `--version` command to display the program's version number. Added the associated `version` command to the config file blacklist since it is not valid for inclusion in a config file.
19
+
* Updated sign-on message: excluded program version number and updated web address.
20
+
* Added program version number to branding included in output HTML.
21
+
* Fixed erroneous error message for out of range numeric parameters.
22
+
* Modified config file error messages.
23
+
* Fixed some HTML5 inline tag formatting errors in generated output: XHTML style closing tags were being used for some elements.
24
+
* Updated text of help screen re the new commands.
25
+
26
+
### PasHiGUI v1.2.0 [build 7]
27
+
28
+
* Updated options pane to provide support for the new `--line-number-start` options.
29
+
* Ensured any `version` command in the program options file is ignored.
30
+
* Fixed CSS errors in HTML used to display code fragments.
31
+
32
+
### General
33
+
34
+
* Updated user guide `UserGuide.html`:
35
+
* Added details of new commands
36
+
* Some clarifications and corrections
37
+
* Fixed CSS errors
38
+
* Made minor changes to read-me file that is included in distributions.
39
+
* Updated various web addresses in documentation.
40
+
* Updated `config-template` comments:
41
+
* noted fact that the `version` command can't be used in the `config` file
42
+
* added details of new `line-number-start` command & its parameters
43
+
11
44
## Release 2.1.0 - 2021-09-22
12
45
13
-
This release includes _PasHi_ v2.1.0 and _PasHiGUI_ v1.1.0. Change are as follows:
46
+
This release includes _PasHi_ v2.1.0 and _PasHiGUI_ v1.1.0. Changes are as follows:
Copy file name to clipboardExpand all lines: Docs/ReadMe.txt
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ provides a point and click interface to PasHi. Most, but not all, of PasHi's
27
27
command line options are supported. Files and text can be dragged and dropped
28
28
onto the GUI to highlight them.
29
29
30
-
31
30
Why another Pascal highlighter?
32
31
-------------------------------
33
32
@@ -49,7 +48,6 @@ that, tweaked it and wrapped it up in a command line program. Having made it I
49
48
thought I'd release it in case anyone else found it useful. Since then it's been
50
49
greatly enhanced.
51
50
52
-
53
51
Installation
54
52
------------
55
53
@@ -122,9 +120,9 @@ The installer makes the following changes to your system:
122
120
* Files required by the uninstaller are stored in the main installation's
123
121
Uninst sub-folder.
124
122
125
-
* The program's uninstall information is registered with the Programs and
126
-
Features (aka Add / Remove Programs) control panel applet, which in turn
127
-
updates the system registry.
123
+
* The program's uninstall information is registered with the "Apps and
124
+
Features" (aka "Programs and Features" & "Add / Remove Programs") control
125
+
panel applet, which in turn updates the system registry.
128
126
129
127
* The system path will have been modified for all users if you chose the
130
128
relevant option.
@@ -136,48 +134,44 @@ The installer makes the following changes to your system:
136
134
time that PasHi is run by each user, these files are also copied to that
137
135
users's %AppData%\DelphiDabbler\PasHi directory.
138
136
139
-
140
137
Uninstallation
141
138
--------------
142
139
143
-
Open the Programs and Features (aka Add / Remove Programs) applet from the
144
-
Control Panel, navigate to the DelphiDabbler PasHi entry and click the Remove or
145
-
Uninstall button. You will be asked to confirm removal of the program. Click Yes
146
-
to proceed.
140
+
Open the "Apps and Features" (aka "Programs and Features" & "Add / Remove
141
+
Programs") applet from the Control Panel, navigate to the DelphiDabbler PasHi
142
+
entry and click the Remove or Uninstall button. You will be asked to confirm
143
+
removal of the program. Click Yes to proceed.
147
144
148
145
PasHi, PasHiGUI (if installed) and all documentation will be removed.
149
146
150
-
The directory %ProgramData%\DelphiDabbler\PasHi will be removed but each user's %AppData%\DelphiDabbler\PasHi directory and all its files will be left behind.
147
+
The directory %ProgramData%\DelphiDabbler\PasHi will be removed but each user's
148
+
%AppData%\DelphiDabbler\PasHi directory and all its files will be left behind.
151
149
152
150
PasHi's install directory will be removed from the system path if present.
153
151
154
152
Installation information should be removed from the registry by the uninstaller.
155
153
156
-
157
154
Documentation
158
155
-------------
159
156
160
157
Details of how to use both the command line and GUI programs can be found in the
161
158
file UserGuide.html that is installed with the program.
162
159
163
-
164
160
Bug Reports
165
161
-----------
166
162
167
163
Please report any bugs using the program's issue tracker on GitHub at
168
-
<https://github.com/delphidabbler/pashi/issues>. You will need a free GitHub
164
+
https://github.com/delphidabbler/pashi/issues. You will need a free GitHub
169
165
account in order to create an issue.
170
166
171
-
172
167
Source Code
173
168
-----------
174
169
175
170
Source code is available from the program's GitHub repository at
176
-
<https://github.com/delphidabbler/pashi/>.
171
+
https://github.com/delphidabbler/pashi/.
177
172
178
173
Source code of each release of the program going back to v1.0.0 is available for
179
-
download from <https://github.com/delphidabbler/pashi/releases>.
180
-
174
+
download from https://github.com/delphidabbler/pashi/releases.
0 commit comments