Skip to content

Tags: Farigh/pokeclicker-automation

Tags

v0.5

Toggle v0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Focus.Quests: Allow the user to disable quests (issue #20)

The Focus advanced settings now have a Quests tab.
The list of every possible quest types are listed there, 
and the user can choose which one to enable and which one to skip.
By default, every quests are enabled.

If the user disabled a quest, it will not be automated, 
even if it's already in the active list.
If every enabled quests are completed, the list will automatically 
be refreshed.

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Desktop: Add support for Pokéclicker-Desktop (issue #84)

The app.asar file was repackaged to load the pokeclicker-automation script suite.

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readme: Add known supported pokeclicker version

v0.2

Toggle v0.2's commit message
Farm: Add the Secret berry to the unlock feature

v0.1

Toggle v0.1's commit message
UserScript: add user-script

The userscript aims at loading any version of the automation.
To avoid any breaking changes, it was split into 2 files:
  - Automation-UserScript.js that will be used by the end-user
    and should never change
  - ComponentLoader.js that will be in charge of loading any
    needed js files and run the automation once loaded