Skip to content

Releases: FlashpointProject/fpcurator

v1.7.2

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 03 Sep 21:19

Changelog:

  • Bump fpclib to 1.10.1 (Fixes fpclib.scan_dir() on Unix systems)
  • Fix site defs update check (instead of checking for differences, compares the timestamp alone)

v1.7.1

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 03 Sep 07:31

Changelog:

  • Updated fpclib to 1.10.0
  • Added config support for the Auto Curator
  • Added "referer" header spoofing to the Auto Curator and the Downloader

v1.6.2

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 30 Apr 20:28

Changelog:

  • Fixed icon location bugs

v1.6.1

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 30 Apr 18:47

Changelog:

  • Bumped VER field to 6 (as fpclib 1.8.0 is required now)

v1.6.0

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 30 Apr 01:22

Changelog:

  • Update to fpclib 1.8.2
  • Change dependency management to poetry
  • Fix regular expressions in site definitions to use r prefix

v1.5.2

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 05 Dec 00:45

Changelog:

  • Update fpclib to fix utf-8 encoding mojibake

v1.5.1

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 26 Mar 09:22

Changelog:

  • Errors now are printed more often (mainly for failed urls after auto-curation) and errors print nicer in a tabbed format.
  • fpcurator now detects if it's in the Utilities/fpcurator folder of a Flashpoint installation and sets the curation folders accordingly.
  • Added two new tools, the Game Finder (which acts as an extension of Flashpoint's default search bar) and the Curation DeDuper (for quickly checking if Curations are easy to find duplicates).
  • Site definitions now support a "ver" field that specifies the minimum version required in order for them to work in fpcurator. Version 1.5.0 is integer 5, 1.6.0 is integer 6, and so on.
  • Updated fpclib.
  • General bugfixes.
  • Added qfile library

v1.4.1

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 21 Mar 06:56

Changelog:

  • Added Jay is games site definition
  • Site definitions now can update automatically and no longer need to be packaged with the executable (this means less frequent updates)
  • Minor bugfixes, along with updating fpclib to 1.5.2
  • Fixed a bug with the "Toggle Log" button finding the wrong window

v1.3.1

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 20 Mar 21:12

Changelog:

  • Switch from tkinterhtml to tkinterweb library; this fixes the Help menu and also allows you to scroll with the mouse wheel properly.

v1.3.0

Choose a tag to compare

@mathgeniuszach mathgeniuszach released this 20 Mar 09:12

The help button is broken in this release. Use 1.3.1 for proper help.
Changelog:

  • Fixed bugs relating to the HTML5 portion of site definitions
  • Added the Miniclip and FreeArcade site definitions
  • Other minor things