diff --git a/CHANGELOG.md b/CHANGELOG.md index 777e1a4..5806112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog). +#### [2.1.6](/~https://github.com/ebullient/obsidian-slides-extended/compare/2.1.5...2.1.6) + +- 🐛 use grid instead of flexbox for split. Resolves #78 [`#78`](/~https://github.com/ebullient/obsidian-slides-extended/issues/78) +- ✨ file name in view title [`5a2835c`](/~https://github.com/ebullient/obsidian-slides-extended/commit/5a2835c6848bf016dcf2482d1552f7d69b967918) +- 🐛 Fix source for chart plugin [`1bd763f`](/~https://github.com/ebullient/obsidian-slides-extended/commit/1bd763fcef86321256d3fb11fb434149662f583c) +- 🩹 make sure docs content doesn't get formatted (biome) [`4385893`](/~https://github.com/ebullient/obsidian-slides-extended/commit/43858935feba2990045ac01bc3e5f725199738cc) + #### [2.1.5](/~https://github.com/ebullient/obsidian-slides-extended/compare/2.1.4...2.1.5) +> 23 December 2024 + - 🚧 biome + src root [`4630c32`](/~https://github.com/ebullient/obsidian-slides-extended/commit/4630c32d565b261cea80f2ba54c822a32a7d7d6a) - 🚧 biome: formatting [`e9835fc`](/~https://github.com/ebullient/obsidian-slides-extended/commit/e9835fc160491cac53d7dcd36d3aee5014846b0f) - 🚧 biome: suggesters [`b8c9cad`](/~https://github.com/ebullient/obsidian-slides-extended/commit/b8c9cade4214c169938e83fcf10bed7307b1b9c2) diff --git a/distVersion.json b/distVersion.json index 2a6d17a..a8442f1 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "2.1.5" + "version": "2.1.6" } diff --git a/manifest-beta.json b/manifest-beta.json index c0978ae..71c9232 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "slides-extended", "name": "Slides Extended", - "version": "2.1.5", + "version": "2.1.6", "minAppVersion": "1.5.7", "description": "Create markdown-based presentations using reveal.js", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/manifest.json b/manifest.json index c0978ae..71c9232 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slides-extended", "name": "Slides Extended", - "version": "2.1.5", + "version": "2.1.6", "minAppVersion": "1.5.7", "description": "Create markdown-based presentations using reveal.js", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/package.json b/package.json index 5c318f4..962ad66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slides-extended", - "version": "2.1.5", + "version": "2.1.6", "description": "Create markdown-based presentations with reveal.js in Obsidian", "author": "Erin Schnabel", "license": "MIT",