Skip to content

Releases: nilsandrey/TextToolsPlugin

1.0.4

10 Mar 00:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix sentence case ESLint config: remove redundant "GUIDs" from ignoreWords (handled by CamelCase detection), keeping UTC/ISO/Unix for Obsidian review bot compliance

1.0.3

09 Mar 15:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings.

1.0.2

08 Mar 23:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Remove "v" prefix from release tags and titles, switching version tag format from v#.#.# to #.#.# across the release pipeline and changelog.

1.0.1

08 Mar 22:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix release workflow bump detection: correct broken regex (\[xX\]\[[xX]\]), use temp file + awk markers for reliable multiline PR body handling, replace echo | grep with here-strings, and fall back to full-body scan when markers are missing.