Skip to content

Commit ee2573a

Browse files
🔖 2.1.7
1 parent f1b61e3 commit ee2573a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.1.7](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.6...2.1.7)
8+
9+
- 🎨 clean up markdown postprocessor [`f1b61e3`](https://github.com/ebullient/obsidian-slides-extended/commit/f1b61e3d221e50b2efb9e4b7536b56ddeea57d64)
10+
- 🐛 fix split even [`030ee15`](https://github.com/ebullient/obsidian-slides-extended/commit/030ee15fb438b6db54f690ee9298f049c7bb8b81)
11+
712
#### [2.1.6](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.5...2.1.6)
813

14+
> 23 December 2024
15+
916
- 🐛 use grid instead of flexbox for split. Resolves #78 [`#78`](https://github.com/ebullient/obsidian-slides-extended/issues/78)
1017
- ✨ file name in view title [`5a2835c`](https://github.com/ebullient/obsidian-slides-extended/commit/5a2835c6848bf016dcf2482d1552f7d69b967918)
1118
- 🐛 Fix source for chart plugin [`1bd763f`](https://github.com/ebullient/obsidian-slides-extended/commit/1bd763fcef86321256d3fb11fb434149662f583c)

distVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.1.6"
2+
"version": "2.1.7"
33
}

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "slides-extended",
33
"name": "Slides Extended",
4-
"version": "2.1.6",
4+
"version": "2.1.7",
55
"minAppVersion": "1.5.7",
66
"description": "Create markdown-based presentations using reveal.js",
77
"author": "Matthäus Szturc, continued by Erin Schnabel",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "slides-extended",
33
"name": "Slides Extended",
4-
"version": "2.1.6",
4+
"version": "2.1.7",
55
"minAppVersion": "1.5.7",
66
"description": "Create markdown-based presentations using reveal.js",
77
"author": "Matthäus Szturc, continued by Erin Schnabel",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slides-extended",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Create markdown-based presentations with reveal.js in Obsidian",
55
"author": "Erin Schnabel",
66
"license": "MIT",

0 commit comments

Comments
 (0)