Skip to content

Releases: FlashpointProject/fpcurator

v1.7.2

03 Sep 21:19
Compare
Choose a tag to compare

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

03 Sep 07:31
Compare
Choose a tag to compare

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

30 Apr 20:28
Compare
Choose a tag to compare

Changelog:

  • Fixed icon location bugs

v1.6.1

30 Apr 18:47
Compare
Choose a tag to compare

Changelog:

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

v1.6.0

30 Apr 01:22
Compare
Choose a tag to compare

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

05 Dec 00:45
Compare
Choose a tag to compare

Changelog:

  • Update fpclib to fix utf-8 encoding mojibake

v1.5.1

26 Mar 09:22
Compare
Choose a tag to compare

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

21 Mar 06:56
Compare
Choose a tag to compare

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

20 Mar 21:12
Compare
Choose a tag to compare

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

20 Mar 09:12
Compare
Choose a tag to compare

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