1.23.2
Linter v1.23.2
This release focuses on bug fixes to for the last release and a couple of other things that came up to help keep things functional and working for users.
Bugs
- Fixes YAML Array Value sorting being case sensitive
- Fixes an error where some older custom replacements did not have any labels since they predated the label addition which caused an error when trimming that data for debug info
- Fixes an issue with Paragraph Blank Lines not being consistent when dealing with lists and checklists. Some indicators were not being properly ignored due to not being in the list of values to look for (for example
*
and+
) - Fixes No Bare URLs not including
%
in the URL - Fixes No Bare URLs working on some file URI schemes (specifically
file:///
).
What's Changed
- Make YAML Array Value Sorting Case Insensitive by @pjkaufman in #1026
- Fix: Undefined Custom Regex Label Causes Error by @pjkaufman in #1027
- Fix:
Paragraph Blank Lines
Not Being Consistent Across List Types and Different List Indicators by @pjkaufman in #1028 - Fix:
No Bare URLs
Not Including%
in URL by @pjkaufman in #1031 - Fix:
No Bare URLs
Not Working on File URI Scheme with Three Slashes after Starting Colong by @pjkaufman in #1032
Full Changelog: 1.23.1...1.23.2