Downloads
Release notes
Several important bug fixes and new features have been added to the version 2 branch of pathfilter. The most notable new feature is the addition of a files: filter, which provides a robust way of linking to files in your files directory to ensure so that your links do not break if you move your site to a different path. I have released this as a beta, even though I actually feel that it is ready for an official release. Users are urged give the new version a try and report any problems in the issue queue.
New Features
#127484: [Push #2] pathfilter for files directory Add a filter rule for files (using the prefix 'files:')
#259957: German translation by jpetso, hass: Added German translation
#456094: Comprehensive test suite for PathFilter Add a test suite.
Bug fixes
#105925: "Absolute links" vesus "Relative links" Use the terms absolute and relative more accurately in documentation.
#214943: Absolute/relative setting isn't input format-specific Make the absolute/relative setting per input filter
#83985: Extend to Single Quotes as Well? update regex to accept single and double quotes. Add extra test cases for this too
Misc
Remove old unused code and tidy up a little