Releases: nilsandrey/TextToolsPlugin
Releases · nilsandrey/TextToolsPlugin
Release list
1.0.8
1.0.7
Immutable
release. Only release title and notes can be modified.
- Improve release workflow with artifact attestation and version commit SHA. Required by Obsidian.
- Move copilot instructions into AGENT.md which is more standard and supported by all agents.
1.0.6
Immutable
release. Only release title and notes can be modified.
Fix manifest metadata
1.0.4
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings.
1.0.2
Immutable
release. Only release title and notes can be modified.
Remove "v" prefix from release tags and titles, switching version tag format from v#.#.# to #.#.# across the release pipeline and changelog.
1.0.1
Immutable
release. Only release title and notes can be modified.
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.