Releases: platers/obsidian-linter
Releases · platers/obsidian-linter
1.4.2
What's Changed
- Fix Issue with Some Date Formats Being Treated as Arrays by @pjkaufman in #354
- Fixed Removal of Empty List Markers in Some Cases and Updated Some Documentation by @pjkaufman in #355
- Update Versions Info for Patch by @pjkaufman in #357
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Fix Date Created Showing Up as Invalid Date by @pjkaufman in #347
- Fix
$in Replacement Text Causing Duplication of Content by @pjkaufman in #348 - updating version info in order to push out a couple of bug fixes by @pjkaufman in #349
- Found Vestigial Code That Could Cause Errors by @pjkaufman in #350
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Use Obsidian Moment Instead of Local Locale Aware Moment by @pjkaufman in #329
- Add Option to Remove Empty Line Between Header and Yaml, Add Blockquote Support and Other List Markers to List Item Removal, and Minifier Process Update by @pjkaufman in #332
- Fix Issues Around Hashtags in Tags Value for Parsing Yaml by @pjkaufman in #335
- Add Rule to Format Yaml Arrays by @pjkaufman in #336
- Fix Issue with Additional Angle Brackets Around URL When It Ends in
#some-text-hereby @pjkaufman in #342 - Update Version Info for Release by @pjkaufman in #343
Full Changelog: 1.3.7...1.4.0
1.3.7
What's Changed
- Fix Manifest.json by @pjkaufman in #297
- A bit different approach for refactoring by @mnaoumov in #277
- Fixes #304: Add rollup-plugin-terser and terser plugin to minify build by @bridget-e-l in #305
- Add Custom Icons by @pjkaufman in #309
- Fix for a Couple of Regex Issues and Respecting Disabled Rules for Special Rules by @pjkaufman in #310
- Add Extra Minification and Move Terser to Dev Dependency by @pjkaufman in #313
- Use dedent indents consistently by @mnaoumov in #312
- Cleaned Up Build Info Some More by @pjkaufman in #316
- Performance Enhancement and Bug Fixes by @pjkaufman in #317
- Bug Fix and VS Code Settings Addition by @pjkaufman in #319
- Ignore Space at Start of List Items for Fullwidth Characters by @pjkaufman in #320
- Account for Nested Code Fences and Tables when Adding Blank Lines by @pjkaufman in #322
- Fix Issue with Capitalization in Headers Ignoring Non-English Letters by @pjkaufman in #323
- Fix up Error Handling by @pjkaufman in #324
- Swap Back to Use Remark by @pjkaufman in #326
- Try to Ensure Footnotes Show Up in Proper Order by @pjkaufman in #327
Note that footnotes now require a footnote and a corresponding reference for the rule Move Footnotes to the bottom
New Contributors
- @bridget-e-l made their first contribution in #305
Full Changelog: 1.3.6...1.3.7
1.3.6
What's Changed
- Update Settings Tab UI by @pjkaufman in #271
- Add Table Regex and Ignore Table Logic by @pjkaufman in #273
- Table Regex Includes Full Table when Pipes at Start and End are Missing by @pjkaufman in #274
- Refactor Ignore Logic and Ignore Images for Bare URLs by @pjkaufman in #278
- Adds Vim Write Support by @pjkaufman in #279
- Update Developer Documentation by @pjkaufman in #280
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #281
- Fix up Vim Write to Make Sure it Has no Undesired Side Effects by @pjkaufman in #282
- Ignore HRs for Removing Empty Lines Between Checklists and Lists by @pjkaufman in #284
- Cleanup Logic and Add Fenced Code Block Empty Lines by @pjkaufman in #285
- Refactor Utils to Separate Files and Small Performance Update by @pjkaufman in #292
- Ignore Multiple Spaces at Start of Block Quote and Callouts by @pjkaufman in #293
- Added Rule to Remove Specified YAML Keys by @pjkaufman in #294
- Release Prep by @pjkaufman in #295
Full Changelog: 1.3.5...1.3.6
1.3.5
What's Changed
- Handle More Complex Paragraphs for Paragraph Blank Lines by @pjkaufman in #252
- Update Readme and Add Bug and Feature Request Templates by @pjkaufman in #258
- Add rule YAML Title Alias by @mnaoumov in #256
- Remove Space Around Fullwidth Punctuation by @pjkaufman in #260
- Update Test Setup and Documentation by @pjkaufman in #263
- Update Contribution/Dev Docs and Make It Separate and Fix Rule Documentation Issue by @pjkaufman in #265
- Sort Yaml by @pjkaufman in #266
- Revert "Sort Yaml" by @pjkaufman in #267
- Sort Yaml by @pjkaufman in #268
- Ignore Multiline Obsidian Comments for Paragraph Modifications by @pjkaufman in #269
- Prep for Release by @pjkaufman in #270
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- Fix Placeholders' First Character Matching "\b" for Regex by @pjkaufman in #242
- Update Link Parsing by @pjkaufman in #243
- Update YAML Timestamp and Add Locale by @pjkaufman in #245
- Make Logging Simpler and Human Readable by @pjkaufman in #248
- Release Prep by @pjkaufman in #251
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Timestamp YAML Rule Now Fills in Empty Keys and Only Updates Modified Key with a File Change by @pjkaufman in #225
- Make Remove Multiple Whitespace Remove Multiple Spaces Around Non-Letters by @pjkaufman in #227
- added "" to patterns excluded from No Bare URLs by @MichaBrugger in #230
- Fix a Couple of Issues Around Header Increment by @pjkaufman in #231
- Add Two Spaces at the End of Lines with Content Continued on the Next Line by @pjkaufman in #232
- Update Notice Logic for Error Handling and When to Display Command Pallet Rule for Lint Folder by @pjkaufman in #233
- Ignore Tags for Chinese and English Character Spacing by @pjkaufman in #235
- Escape YAML Where possible by @pjkaufman in #237
- Fix Checkboxes Followed by Regular Markdown Link when Removing Whitespace from Link by @pjkaufman in #238
- Release Prep and Ignoring YAML for 2 Spaces Between Content Continued on the Next Line by @pjkaufman in #239
New Contributors
- @MichaBrugger made their first contribution in #230
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Fix Title Case Style Not Capitalizing the First Word by @pjkaufman in #211
- Remove Blank Lines Between List and Checklist Items by @pjkaufman in #212
- Compact YAML Remove Inner Empty Lines by @pjkaufman in #213
- Add Consistency Rules for Emphasis and Strong by @pjkaufman in #215
- Display Currently Active Dropdown Option as Selected by @muya in #217
- Match Header Capitalization Style Title to Formatting Result by @muya in #218
- Remove Spaces from Link Text by @pjkaufman in #220
- Add No Bare URLs Rule by @pjkaufman in #222
New Contributors
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix Issue with First Letter Capitalization and Header by @pjkaufman in #202
- Fix Footnote Whitespace by @pjkaufman in #203
- Fix Issue with Yaml FrontMatter Including More Than Initial Frontmatter by @pjkaufman in #204
- Fix Lint All Not Finishing by @pjkaufman in #207
- Capitalize 1st a - Z Character in a Heading by @pjkaufman in #208
- Fix Frontmatter Parsing with Lines that Start with Tabs by @pjkaufman in #209
- Updated Plugin Version by @pjkaufman in #210
Full Changelog: 1.3.0...1.3.1