Skip to content

Releases: Farigh/pokeclicker-automation-desktop

v1.2.8 (Security Update)

22 Jun 13:17
b0cb45c
Compare
Choose a tag to compare

The ws node package was impacted with a 7.5/10 CVE until v7.5.10
The following dependencies were updated to address that issue:

  • ws: 7.5.10

The following dependencies were updated as well:

  • adm-zip: 0.5.14
  • electron: 31.0.2
  • electron-updater: 6.2.1

For more details, see CVE-2024-37890

v1.2.7 (Security Update)

06 Mar 18:01
dbc6052
Compare
Choose a tag to compare

The electron-builder app was impacted with a 7.3/10 CVE until v24.13.2
The following dependencies were updated to address that issue:

  • electron: 29.1.0
  • electron-builder: 24.13.3
  • electron-updater: 6.1.8

For more details, see CVE-2024-27303

v1.2.6

03 Nov 22:08
5aff3d4
Compare
Choose a tag to compare

New feature:

  • Add CLI support:
Available arguments:
  --help              Displays the help message
  --disable-scripts   Disables the custom scripts execution
                      This can be usefull if the scripts messes everything up

v1.2.5

02 Nov 19:49
1b874ea
Compare
Choose a tag to compare

Bug fix:

  • Secondary windows did not have the script features (#27)

Dependency update:

  • electron : 27.0.3

v1.2.4 (Security Update)

07 Oct 00:06
d5ab065
Compare
Choose a tag to compare

The electron dependency was impacted with an 8.8/10 CVE from v26.0.0 to v26.2.4
The following dependencies were updated to address that issue:

  • electron : 26.3.0

For more details, see CVE-2023-5217

v1.2.3 (Security Update)

18 Sep 22:58
9b0061b
Compare
Choose a tag to compare

The electron dependency was impacted with an 8.8/10 CVE from v26.0.0 to v26.2.0
The following dependencies were updated to address that issue:

  • electron : 26.2.1
  • electron-builder : 24.6.4
  • electron-updater : 6.1.4

For more details, see CVE-2023-4863

v1.2.2

11 Sep 18:36
71aeaca
Compare
Choose a tag to compare

This version replaced the use of eval with the javascript Function class to mitigate security issues.
As a side effect, the user javascript code syntaxe will be less strictly evaluated.

v1.2.1 (Security Update)

30 Aug 19:17
69a0a0b
Compare
Choose a tag to compare

The following dependencies were updated :

  • electron-updater : 6.1.1
  • electron : 26.1.0
  • electron-builder : 24.6.3

v1.2.0

02 Jan 21:15
63dc0b7
Compare
Choose a tag to compare

New feature:

  • The user can now add custom scripts

Enhancements:

  • The user can now customize or disable the pokeclicker-automation script suite
  • Updated to the upstream v1.2.0 version of the app

Changes:

  • The windows installer now embeds both 32bit and 64bit version of the app.

v1.1.0.1

19 Aug 21:15
979eb9b
Compare
Choose a tag to compare

Enhancement:

  • The automation script suite is now available offline after the app first startup

Installers are now generated in addition to the app.asar file:

  • Windows 64bit installer
  • Windows portable executable
  • Linux x86 64bit packages for Debian (amd64.deb) and RedHat (x86_64.rpm)
  • Linux arm 64bit packages for Debian (arm64.deb) and RedHat (aarch64.rpm)