Releases: suin/cft
Releases · suin/cft
Release list
Release v0.2.2: Fix regex pattern for complex titles
This release improves the handling of complex titles in citations.
Fixed
- Fix regex pattern to handle titles with brackets and newlines
Installation
$ curl -fsSL https://raw.githubusercontent.com/suin/cft/main/install.sh | sh
Release v0.2.1: Support for titles with newlines
This release adds support for handling citations with newlines in their titles. The newlines are now properly detected and converted to spaces, maintaining the one-line-per-footnote rule.
Changes
- Support for titles with newlines in citations
- Improved regex pattern to detect newlines in titles
- Convert newlines to spaces for better readability
- Maintain consistent footnote formatting
Installation
curl -fsSL https://raw.githubusercontent.com/suin/cft/main/install.sh | shv0.2.0
v0.1.0
Full Changelog: https://github.com/suin/cft/commits/v0.1.0