Skip to content

Commit

Permalink
Updated version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterVector committed Aug 7, 2018
1 parent 073d31e commit 42e7833
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/modVars.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Attribute VB_Name = "modVars"
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Public Const PROGRAM_VERSION As String = "4.2.0"
Public Const PROGRAM_VERSION As String = "4.2.1"
Public Const KEY_TESTER_NAME As String = "Key Tester"
Public Const PROGRAM_NAME As String = "Maelstrom CD-Key Tester v" & PROGRAM_VERSION & " by Vector"
Public Const RELEASES_URL As String = "https://github.com/MisterVector/Maelstrom-CD-Key-Tester-Legacy/releases"
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 4.2.1 - Released on August 5, 2018

- Message box icon changes
- Invalid config message icon changed from information to critical
- Unable to check for update message icon changed from information
to exclamation
- The CD-Key Profile message is now shown as the last message when
Maelstrom starts up
- Added a configuration option to check for update on startup,
defaulting to on
- Checkboxes in the configuration window are more consistent

Version 4.2.0 - Released on July 9, 2018

- The CheckRevision library has been renamed to VersionCheck.dll
Expand Down

0 comments on commit 42e7833

Please sign in to comment.