Skip to content

Commit

Permalink
tiny fixes, code style
Browse files Browse the repository at this point in the history
  • Loading branch information
federicadomani committed May 21, 2020
1 parent fde5e96 commit 882b165
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 18 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions Installer/__I1pubupd.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

[Setup]
AppName=RPG AutoClicker Professional Suite for Windows
AppVersion=5.8.1.0
VersionInfoVersion=5.8.1.0
AppVersion=5.8.1.2
VersionInfoVersion=5.8.1.2
AppPublisher=Open Source Developer Federica Domani
AppPublisherURL=https://federicadomani.wordpress.com
AppUpdatesURL=https://sourceforge.net/projects/autoclicker-professional/
Expand All @@ -24,15 +24,15 @@ AlwaysShowGroupOnReadyPage=yes
WizardImageFile=_wizardimage.bmp
WizardSmallImageFile=_wizardimagesmall.bmp
#ifnexist "_DEBUG"
OutputBaseFilename=Setup-RPG-AutoClicker-Professional-v5.8.1.0
OutputBaseFilename=Setup-RPG-AutoClicker-Professional-v5.8.1.2
#else
OutputBaseFilename=Setup-RPG-AutoClicker-Professional-v5.8.1.0d
OutputBaseFilename=Setup-RPG-AutoClicker-Professional-v5.8.1.2d
#endif
CloseApplications=force
SetupMutex=Setup_RPGAutoClickerProSuite
DirExistsWarning=no
;Encryption=yes
;Password=5.8.1.0
;Password=5.8.1.2

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

[CustomMessages]
AppName=RPG AutoClicker Professional Suite for Windows version 5.8.1.0
AppName=RPG AutoClicker Professional Suite for Windows version 5.8.1.2
LaunchProgram=Start application after finishing installation
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RPG AutoClicker Professional Suite for Windows version 5.8.1.1
# RPG AutoClicker Professional Suite for Windows version 5.8.1.2

* BRAND NEW. Add mouse buttons XBUTTON1, XBUTTON2 to click.
* Tiny fixes, code style.

## Record-Play Groups of Mouse Actions and Randomize Them for Windows

Expand All @@ -27,9 +28,9 @@ Features:

This is a source-only mirror. You can download binaries from the [full mirror 1](https://sourceforge.net/projects/autoclicker-professional/) or [full mirror 2](https://gitlab.com/federicadomani/rpg-autoclicker-professional-suite-for-windows).

## Version 5.8.1.1: fixed continuous clicking after Stop pressed, various tiny fixes
## Version 5.8.1.2: fixed continuous clicking after Stop pressed, tiny fixes, code style

Also, for your convenience, the Windows installer for the latest version 5.8.1.1 can be downloaded here: [Setup-RPG-AutoClicker-Professional-v5.8.1.1.exe](https://gitlab.com/federicadomani/rpg-autoclicker-professional-suite-for-windows/-/raw/master/Installer/Setup-RPG-AutoClicker-Professional-v5.8.1.1.exe?inline=false).
Also, for your convenience, the Windows installer for the latest version 5.8.1.2 can be downloaded here: [Setup-RPG-AutoClicker-Professional-v5.8.1.2.exe](https://gitlab.com/federicadomani/rpg-autoclicker-professional-suite-for-windows/-/raw/master/Installer/Setup-RPG-AutoClicker-Professional-v5.8.1.2.exe?inline=false).

SHA256(Setup-RPG-AutoClicker-Professional-v5.8.1.1.exe)= 53061869f95b343bad000722d556aded4fbeec0572eb7f7ec94ddbe75e2148bb
SHA256(Setup-RPG-AutoClicker-Professional-v5.8.1.2.exe)= 3140f12d9a682007a7eba101d36f628959043dcfbb809f6e1234f62f80e5726d
.
2 changes: 1 addition & 1 deletion RPGAutoClicker/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions RPGAutoClicker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.8.1.1")]
[assembly: AssemblyFileVersion("5.8.1.1")]
[assembly: AssemblyVersion("5.8.1.2")]
[assembly: AssemblyFileVersion("5.8.1.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion RPGAutoClickerEx/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions RPGAutoClickerEx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.8.1.1")]
[assembly: AssemblyFileVersion("5.8.1.1")]
[assembly: AssemblyVersion("5.8.1.2")]
[assembly: AssemblyFileVersion("5.8.1.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit 882b165

Please sign in to comment.