Releases: FlashpointProject/fpclib
Releases · FlashpointProject/fpclib
v1.10.1
v1.10.0
Changelog:
- Added config file support for auto-curations
- Fixed
Path()
compatibility in filesystem functions - Added "referer" header spoofing to internet functions
v1.8.2
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
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
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
Changelog:
- Added MONTHS global variable
- Fixed minor bugs
- Fixed the documentation
v1.5.1
Changelog:
- Fixed a bug with the wiki format updating
v1.5.0
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
Changelog:
- Fixes absolute paths with drive letters from being marked as having invalid characters
v1.3.1
Changelog:
- Applies proper indentation when debugging multi-line strings