Skip to content

Commit

Permalink
Version 2.1.5.3: This is a bug-fix release. Update as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-2048 committed Oct 19, 2019
1 parent 6eb7c5c commit 5777a3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ interfere parameters from the command line.

# Download the latest Windows installer binaries

Version 2.1.5.3 has been released. This is a bug-fix release. Update as soon as possible
----------------------------------------------------------------------------------------

This is a second mirror, source-only. [The main site is here](https://sourceforge.net/projects/fast-mouse-clicker-pro/) and [first mirror is here](https://gitlab.com/mashanovedad/The-Fastest-Mouse-Clicker-for-Windows/). See them for Windows installer binaries to download.
16 changes: 8 additions & 8 deletions __Installer1updater.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[Setup]
AppName=The Fastest Mouse Clicker for Windows
AppVersion=2.1.5.2
VersionInfoVersion=2.1.5.2
AppVersion=2.1.5.3
VersionInfoVersion=2.1.5.3
AppPublisher=Open Source Developer Masha Novedad
AppPublisherURL=https://github.com/windows-2048
AppUpdatesURL=https://sourceforge.net/projects/fast-mouse-clicker-pro/
Expand All @@ -22,15 +22,15 @@ AlwaysShowGroupOnReadyPage=yes
WizardImageFile=_wizardimage.bmp
WizardSmallImageFile=_wizardimagesmall.bmp
#ifnexist "_DEBUG"
OutputBaseFilename=Setup_TheFastestMouseClicker_2_1_5_2
OutputBaseFilename=Setup_TheFastestMouseClicker_2_1_5_3
#else
OutputBaseFilename=Setup_TheFastestMouseClicker_2_1_5_2d
OutputBaseFilename=Setup_TheFastestMouseClicker_2_1_5_3d
#endif
CloseApplications=force
SetupMutex=Setup_TheFastestMouseClicker
DirExistsWarning=no
;Encryption=yes
;Password=2.1.5.2
;Password=2.1.5.3

[Dirs]
; Note it only removes dir if it is empty after automatic file uninstalling done
Expand Down Expand Up @@ -360,8 +360,8 @@ begin
if CurPageID = wpPassword then
begin
WizardForm.PasswordLabel.Caption := 'Just click the Next button.'
WizardForm.PasswordEditLabel.Caption := 'Password 2.1.5.2 is already entered.'
WizardForm.PasswordEdit.Text := '2.1.5.2'
WizardForm.PasswordEditLabel.Caption := 'Password 2.1.5.3 is already entered.'
WizardForm.PasswordEdit.Text := '2.1.5.3'
end;
end;
Expand All @@ -388,5 +388,5 @@ Type: filesandordirs; Name: "{app}\TheFastestMouseClicker"
Type: filesandordirs; Name: "{userappdata}\osdmnuu_dir"

[CustomMessages]
AppName=The Fastest Mouse Clicker for Windows version 2.1.5.2
AppName=The Fastest Mouse Clicker for Windows version 2.1.5.3
LaunchProgram=Start application after finishing installation
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**************************************************************************
* The Fastest Mouse Clicker for Windows version 2.1.5.2
* The Fastest Mouse Clicker for Windows version 2.1.5.3
* Copyright (c) 2018-2019 by Open Source Developer Masha Novedad
* Released under GNU Public License GPLv3
**************************************************************************/
Expand Down Expand Up @@ -1122,7 +1122,7 @@ LRESULT CALLBACK winCallBack(HWND hWin, UINT msg, WPARAM wp, LPARAM lp)
}
break;
case HELP_BTN:
MessageBox(hWnd, "The Fastest Mouse Clicker for Windows 2.1.5.2 (Independent Keys For Toggle Clicking; Window Always Top; Random Clicking)."
MessageBox(hWnd, "The Fastest Mouse Clicker for Windows 2.1.5.3 (Independent Keys For Toggle Clicking; Window Always Top; Random Clicking)."
"\n\nYOU CAN START THE AUTO-CLICKING AT ANY MOMENT BY PRESSING THE <trigger key> (13 = Enter). Reading the entire Help is optional."
"\n\nTHE FIELDS YOU CAN NOT MODIFY."
"\n<clicking status> or <random clicking status>, the topmost text field, is either getting 'idle' or 'clicking'."
Expand Down

0 comments on commit 5777a3a

Please sign in to comment.