Skip to content

Releases: FlashpointProject/fpcurator

v1.2.0

19 Mar 23:10
Compare
Choose a tag to compare

Changelog:

  • Added Kongregate and Addicting Games definitions
  • Bugfixes

v1.1.1

19 Mar 00:27
Compare
Choose a tag to compare

Changelog:

  • The console log is now hidden on program startup, but it can be made visible by clicking "Toggle Log".
  • Switching tabs now auto-focuses to the text box most relavant to the task being performed (e.g., switching to the Auto Curator auto-focuses to the urls text box)
  • There are now labels above the text boxes showing you what they are for.
  • Checkboxes now have tooltips.
  • Minor name changes and other stuff

v1.1.0

18 Mar 09:10
Compare
Choose a tag to compare

Massive update to fpcurator, turning it into a four-mode multi-tool with command line support. There's over a thousand lines of code in this thing put together in about 24 hours, so let me know if you find any bugs in the issues tab.
Changelog:

  • Added the ability to download urls (like cURLsDownloader but powered by fpclib), bulk search game titles in Flashpoint, and gather quick data from the wiki (Tags, Platforms, Games and Animations)
  • Added a full GUI for the tool powered by tkinter. Data is saved on program close and reloaded on program open, so you can start where you left off.
  • Added richer command line support for the tool. Dragging and dropping a list of urls to curate on the script still works of course, but now you can specify options directly through the command line instead of through the options.ini file.
  • Added in a built in "Help" menu for providing more data about how to use the program.

v1.0.0

15 Mar 22:36
Compare
Choose a tag to compare

Note that the standalone is built on fpclib version 1.4.0, so you cannot use 1.5.0 features (like the dot operator to set and get metadata)