Skip to content

Releases: FlashpointProject/fpclib

v1.10.1

03 Sep 20:36
Compare
Choose a tag to compare

Changelog:

  • Makes fpclib.scan_dir() match against forward slashes instead of backslashes, solving a cross-platform bug.

v1.10.0

03 Sep 07:27
Compare
Choose a tag to compare

Changelog:

  • Added config file support for auto-curations
  • Fixed Path() compatibility in filesystem functions
  • Added "referer" header spoofing to internet functions

v1.8.2

30 Apr 01:00
Compare
Choose a tag to compare

Changelog:

  • Downgraded ruamel.yaml to 0.16.13 (the version fpclib originally used)
  • Fixed docs generation to work properly on Github Pages
  • Update wiki links to point to https://flashpointarchive.org instead of https://bluemaxima.org/flashpoint
  • Defer to the web archive when calling get_fpdata() if the official wiki doesn't work right

v1.8.0

29 Apr 21:04
Compare
Choose a tag to compare

Changelog:

  • Added FPNavigator application path (See #2, thanks @prostagma-fp)
  • Added missing documentation for browser application paths
  • Everything in 1.7 (browser application paths)

v1.6.0

24 Mar 04:23
Compare
Choose a tag to compare

Changelog:

  • Added new DateParser class with some global variables like DP_US, DP_UK, and DP_ISO for converting dates to the proper Flashpoint format easily.
  • Curation.save() now doesn't call Curation.parse() by default. This is more consistent with the wiki.
  • Things I forgot about

v1.5.2

21 Mar 05:40
Compare
Choose a tag to compare

Changelog:

  • Added MONTHS global variable
  • Fixed minor bugs
  • Fixed the documentation

v1.5.1

16 Mar 03:47
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with the wiki format updating

v1.5.0

16 Mar 00:53
Compare
Choose a tag to compare

Apparently I missed v1.4.0! Whoops.

1.4 Changelog:

  • Added scan_dir function that works similarly to os.walk but returns all the subfolders and subfiles in a directory as two bulk lists.
  • Added replace function that replaces all the instances of a specific regex or string with another string in all subfiles in a list of files (use scan_dir to get a list of files to use for this function)

1.5 Changelog:

  • Added the ability to get and set metadata directly from the object (with the dot operator) rather than just through the get_meta and set_meta functions.

v1.3.2

03 May 04:01
Compare
Choose a tag to compare

Changelog:

  • Fixes absolute paths with drive letters from being marked as having invalid characters

v1.3.1

03 May 02:33
Compare
Choose a tag to compare

Changelog:

  • Applies proper indentation when debugging multi-line strings