Skip to content

Commit ff495c8

Browse files
committed
1.9.0
- Add "Include table of contents" option, defaulting to off, which adds a table of contents to your gist when sharing
1 parent d8ddb32 commit ff495c8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.0 (February 18, 2025)
2+
3+
- Add "Include table of contents" option, defaulting to off, which adds a table of contents to your gist when sharing
4+
15
# v1.8.0 (January 9, 2025)
26

37
* Add new "Delete gist" command for deleting a gist you've created

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-share-as-gist",
33
"name": "Share as Gist",
4-
"version": "1.8.0",
4+
"version": "1.9.0",
55
"minAppVersion": "0.9.7",
66
"description": "Shares an Obsidian note as a GitHub.com gist",
77
"author": "Tim Rogers",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-share-as-gist",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Shares an Obsidian note as a gist on GitHub.com or GitHub Enterprise Server",
55
"main": "main.js",
66
"scripts": {
@@ -37,4 +37,4 @@
3737
"remark": "^15.0.1",
3838
"remark-toc": "^9.0.0"
3939
}
40-
}
40+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"1.6.0": "0.9.7",
1313
"1.6.1": "0.9.7",
1414
"1.7.0": "0.9.7",
15-
"1.8.0": "0.9.7"
15+
"1.8.0": "0.9.7",
16+
"1.9.0": "0.9.7"
1617
}

0 commit comments

Comments
 (0)