Linter v1.16.0
This release mainly focused on bug fixes. There was also a fix to the Chinese translation wording and an update to allow custom checkbox markers (the value inside the square brackets) to be recognized as checkboxes for the regex.
Features
- Allow use of custom checkbox markers
Bugs
- Numeric aliases are now escaped when changes are made to the
alias
oraliases
keys. Heading Blank Lines
no longer removes empty lines after a heading whenBottom=False
- When retaining the value in the created date timestamp key for
YAML Timestamp
, it no longer always considers the file to have been update. It now only considers the file to have been updated if something has changed or the date created actually gets updated. - Custom Replacements now respect ranged ignores and YAML frontmatter disabled rules when
all
is present - Custom commands now respect disabled rules when
all
is present
What's Changed
- Fix translation in zh-cn.ts by @lifeek23 in #746
- Make Checklists Account for Custom Checklist Markers by @pjkaufman in #749
- Update Issue Templates and Readme by @pjkaufman in #750
- fix npm dependencies issues by @qazxcdswe123 in #756
- Escape Numeric Aliases & Refactor
YAML Title Alias
Logic by @pjkaufman in #757 - Update Alias Handling of Numeric Values for All Formatting and Handle Commas in
YAML Title Alias
Better by @pjkaufman in #759 - Fix
Heading Blank Lines
withBottom=False
Removing Blank Lines by @pjkaufman in #760 - Fix Retention of Created Date Causing
YAML Timestamp
to Always Update Date Modified and Fix Logging of Timing Info by @pjkaufman in #761 - Have Custom Replacement Respect Ranged Ignores and YAML Fronmatter Disabling and Make Custom Commands not Run if
all
is Disable in Frontmatter by @pjkaufman in #762 - Release Prep by @pjkaufman in #766
New Contributors
- @lifeek23 made their first contribution in #746
- @qazxcdswe123 made their first contribution in #756
Full Changelog: 1.15.2...1.16.0