Skip to content

Commit

Permalink
🔖 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent e950941 commit 9b70972
Show file tree
Hide file tree
Showing 6 changed files with 3,344 additions and 4,086 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.2...2.1.3)

- ⬆️ update dependencies [`1e81b44`](https://github.com/ebullient/obsidian-slides-extended/commit/1e81b44d0c68280bbb970558b3a55ac7eda6af25)
- 🐛 fix file:// url handling, add logs for image resolution [`e950941`](https://github.com/ebullient/obsidian-slides-extended/commit/e95094141b828d779b8b5d8cc399f88f131c2529)
- ⚡️ defer server init to layout ready [`5df0acc`](https://github.com/ebullient/obsidian-slides-extended/commit/5df0acce29f2f780afa0ae9003fe105c61273c89)
- 🐛 fix isUrl test [`bacd32a`](https://github.com/ebullient/obsidian-slides-extended/commit/bacd32a8ec675c3d3b1d988daa966f8ec6dc3064)

#### [2.1.2](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.1...2.1.2)

> 4 September 2024
- 🐛 Embed slides with markdown or wiki links; fixes #10 [`#10`](https://github.com/ebullient/obsidian-slides-extended/issues/10)
- 🐛 Use localhost when exporting to browser; Fixes #23 [`#23`](https://github.com/ebullient/obsidian-slides-extended/issues/23)
- 🐛 skip code blocks when running latex processing [`87cdac4`](https://github.com/ebullient/obsidian-slides-extended/commit/87cdac47d10aa5fb6397465e3a9f21e6e8dca8c9)
Expand Down
2 changes: 1 addition & 1 deletion distVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.1.2"
"version": "2.1.3"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slides-extended",
"name": "Slides Extended",
"version": "2.1.2",
"version": "2.1.3",
"minAppVersion": "1.5.7",
"description": "Create markdown-based presentations using reveal.js",
"author": "Matthäus Szturc, continued by Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slides-extended",
"name": "Slides Extended",
"version": "2.1.2",
"version": "2.1.3",
"minAppVersion": "1.5.7",
"description": "Create markdown-based presentations using reveal.js",
"author": "Matthäus Szturc, continued by Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slides-extended",
"version": "2.1.2",
"version": "2.1.3",
"description": "Create markdown-based presentations with reveal.js in Obsidian",
"author": "Erin Schnabel",
"license": "MIT",
Expand Down
Loading

0 comments on commit 9b70972

Please sign in to comment.