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
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,25 @@ 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.1 - 2022-08-29
12
+
13
+
This release includes _PasHi_ v2.2.1 and _PasHiGUI_ v1.2.1. Changes are as follows:
14
+
15
+
### PasHi v2.2.1 [build 14]
16
+
17
+
* Refactored internal handling of version information (see _General_ section below). No visible change to program output.
18
+
19
+
### PasHiGUI v1.2.1 [build 8]
20
+
21
+
* Fixed bug where pressing F1 key when a menu is open caused an error message to be displayed. [Issue 32]
22
+
* Fixed bug where the About box was displaying the wrong version number for _PasHi_. [Issue 31]
23
+
* Made minor changes to the text displayed in the About box.
24
+
* Refactored internal handling of version information (see _General_ section below).
25
+
26
+
### General
27
+
28
+
* Changed method used to store and read version information. File version numbers for _PashHi_ and _PasHiGUI_ are now stored in a common `VERSION` file in the repo root. Information from this file is included in both program's version information resources and in special `RCDATA` resources. This enables each program to access the other's version numbers as required.
29
+
11
30
## Release 2.2.0 - 2022-07-04
12
31
13
32
This release includes _PasHi_ v2.2.0 and _PasHiGUI_ v1.2.0. Changes are as follows:
0 commit comments