Releases: source-foundry/FilterListManager
Releases · source-foundry/FilterListManager
v0.6.0
v0.5.0
Changelog available in the root of the repository
v0.4.1
Changelog available in the root of the source repository
v0.4.0
Changelog available in the root of the source repository
v0.3.1
Changelog:
- added exception handling for local definition file parsing
- added exception handling for remote definition file parsing
- added logging for local definition file parsing
- added logging for remote definition file parsing
v0.3.0
Changelog:
- added exception handling
- added INFO and ERROR level logging support with writes to
~/GlyphsFilters/logs/flm.log
- improved documentation in the
tools/exportfilters.py
script - black formatting of Python source files
v0.2.0
Changelog:
- added support for the use of remote filter list definition files
- added exception handling to
tools/exportfilters.py
script - added filter export directory path stdout message to
tools/exportfilters.py
script - added exit status code 1 on
tools/exportfilters.py
errors
v0.1.3
Changelog:
- added
exportfilters.py
auto-export script for installed Glyphs filter lists ---> FLM plugin definition files to tools directory
v0.1.2
Changelog:
- removed unnecessary import statement
- black formatting updates to plugin.py Python script
v0.1.1
Changelog:
- minor documentation update for testers