Release v2.2.1 - 2022-08-29
This release includes PasHi v2.2.1 and PasHiGUI v1.2.1.
Change Log
PasHi v2.2.1 [build 14]
- Refactored internal handling of version information (see General section below). No visible change to program output.
PasHiGUI v1.2.1 [build 8]
- Fixed bug where pressing F1 key when a menu is open caused an error message to be displayed. [Issue 32]
- Fixed bug where the About box was displaying the wrong version number for PasHi. [Issue 31]
- Made minor changes to the text displayed in the About box.
- Refactored internal handling of version information (see General section below).
General
- 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 specialRCDATA
resources. This enables each program to access the other's version numbers as required.