Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

---

## [1.0.5] – 2026-05-16

### Changed

Update manifest author metadata. (PR #16)

[1.0.5]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.5

## [1.0.4] – 2026-03-10

### Changed
Expand All @@ -18,7 +26,9 @@ Fix sentence case ESLint config: remove redundant "GUIDs" from ignoreWords (hand

### Changed

Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings. (PR #10)
Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings.
(PR #10)
(PR #10)

[1.0.3]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.3

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "text-tools",
"name": "Local Text Tools",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Text manipulation commands: case conversion, line numbering, and more. Works with single and multiple selections.",
"author": "Nils Telleria",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-text-tools",
"version": "1.0.4",
"version": "1.0.5",
"description": "Text manipulation tools for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
}