Skip to content

Commit 6a821b4

Browse files
🔖 2.1.6
1 parent 1bd763f commit 6a821b4

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.6](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.5...2.1.6)
8+
9+
- 🐛 use grid instead of flexbox for split. Resolves #78 [`#78`](https://github.com/ebullient/obsidian-slides-extended/issues/78)
10+
- ✨ file name in view title [`5a2835c`](https://github.com/ebullient/obsidian-slides-extended/commit/5a2835c6848bf016dcf2482d1552f7d69b967918)
11+
- 🐛 Fix source for chart plugin [`1bd763f`](https://github.com/ebullient/obsidian-slides-extended/commit/1bd763fcef86321256d3fb11fb434149662f583c)
12+
- 🩹 make sure docs content doesn't get formatted (biome) [`4385893`](https://github.com/ebullient/obsidian-slides-extended/commit/43858935feba2990045ac01bc3e5f725199738cc)
13+
714
#### [2.1.5](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.4...2.1.5)
815

16+
> 23 December 2024
17+
918
- 🚧 biome + src root [`4630c32`](https://github.com/ebullient/obsidian-slides-extended/commit/4630c32d565b261cea80f2ba54c822a32a7d7d6a)
1019
- 🚧 biome: formatting [`e9835fc`](https://github.com/ebullient/obsidian-slides-extended/commit/e9835fc160491cac53d7dcd36d3aee5014846b0f)
1120
- 🚧 biome: suggesters [`b8c9cad`](https://github.com/ebullient/obsidian-slides-extended/commit/b8c9cade4214c169938e83fcf10bed7307b1b9c2)

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.5"
2+
"version": "2.1.6"
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.5",
4+
"version": "2.1.6",
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.5",
4+
"version": "2.1.6",
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.5",
3+
"version": "2.1.6",
44
"description": "Create markdown-based presentations with reveal.js in Obsidian",
55
"author": "Erin Schnabel",
66
"license": "MIT",

0 commit comments

Comments
 (0)