Skip to content

Commit 77a7839

Browse files
committed
[REL] Release 1.6.4
1 parent 2ae98d1 commit 77a7839

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release history
2+
3+
## 1.6.4, 2024-09-20
4+
5+
### No longer broken
6+
7+
- Both [`/note/append`](https://zottmann.dev/obsidian-actions-uri/routes/note/#noteappend) and [`/note/prepend`](https://zottmann.dev/obsidian-actions-uri/routes/note/#noteprepend) now correctly work with headlines at the end of a note which don't have a trailing newline. <!-- ZCO-692 -->
8+
9+
10+
11+
112
# Release history
213

314
## 1.6.3, 2024-08-02

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "actions-uri",
33
"name": "Actions URI",
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"minAppVersion": "1.5.0",
66
"description": "Adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
77
"author": "Carlo Zottmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-actions-uri",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "This plugin for Obsidian (https://obsidian.md) adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
55
"main": "main.js",
66
"scripts": {

src/plugin-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"pluginVersion": "1.6.3",
3-
"pluginReleasedAt": "2024-08-02T14:08:38+0200"
2+
"pluginVersion": "1.6.4",
3+
"pluginReleasedAt": "2024-09-20T16:30:33+0200"
44
}

src/plugin-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* File will be overwritten by bin/release.sh! */
22
export const PLUGIN_INFO = {
3-
"pluginVersion": "1.6.3",
4-
"pluginReleasedAt": "2024-08-02T14:08:38+0200"
3+
"pluginVersion": "1.6.4",
4+
"pluginReleasedAt": "2024-09-20T16:30:33+0200"
55
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"1.6.0": "1.5.0",
4444
"1.6.1": "1.5.0",
4545
"1.6.2": "1.5.0",
46-
"1.6.3": "1.5.0"
46+
"1.6.3": "1.5.0",
47+
"1.6.4": "1.5.0"
4748
}

0 commit comments

Comments
 (0)