Skip to content

Releases: nilsandrey/TextToolsPlugin

1.0.8

Choose a tag to compare

@github-actions github-actions released this 16 May 18:57
Immutable release. Only release title and notes can be modified.

Internal build process: Remove built-in module dependency in favour of native features.

1.0.7

Choose a tag to compare

@github-actions github-actions released this 16 May 18:12
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

Choose a tag to compare

@github-actions github-actions released this 16 May 17:36
Immutable release. Only release title and notes can be modified.

Fix manifest metadata

1.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Mar 00:42
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

Choose a tag to compare

@github-actions github-actions released this 09 Mar 15:55
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

Choose a tag to compare

@github-actions github-actions released this 08 Mar 23:33
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

Choose a tag to compare

@github-actions github-actions released this 08 Mar 22:59
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.