This release introduces support for trmnlp and adds Liquid filters find_by and group_by.
# Adapt the base_url and api_key in your config file (~/.config/trmnlp/config.yml) to use trmnlp with your instance.
# Limitations
# Similar to ZIP archive import, shared view and other views besides full are not yet supported.
---
base_url: YOUR_BYOS_BASE_URL # without trailing slash
api_key: YOUR_API_KEY # get from Plugins & Recipes > APIWhat's Changed
- feat: trmnlp support by @bnussbau in #86
- feat: add Liquid filter
find_by - feat: add Liquid filter
group_by
Full Changelog: 0.13.0...0.14.0