diff --git a/manifest-beta.json b/manifest-beta.json
index c74d94b..c65b2e7 100644
--- a/manifest-beta.json
+++ b/manifest-beta.json
@@ -1,8 +1,8 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
- "version": "2.13.0",
-"minAppVersion": "1.5.7",
+ "version": "2.13.1",
+ "minAppVersion": "1.5.7",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://excalidraw-obsidian.online",
diff --git a/manifest.json b/manifest.json
index 3807d3b..a9733b4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
- "version": "2.13.0",
+ "version": "2.13.1",
"minAppVersion": "1.5.7",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
diff --git a/package-lock.json b/package-lock.json
index f9bd735..aa42ca4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3497,7 +3497,6 @@
"version": "0.18.0-25",
"resolved": "https://registry.npmjs.org/@zsviczian/excalidraw/-/excalidraw-0.18.0-25.tgz",
"integrity": "sha512-aZKkzm1ENNUpwf9ANR+RA34fk2FYZNheHWNFj9CkNig/28bsS/MSVntWJNbk1qcqEQOdxhJkRhVN6NYlUtAZjA==",
- "license": "MIT",
"dependencies": {
"@braintree/sanitize-url": "6.0.2",
"@excalidraw/random-username": "1.1.0",
diff --git a/src/lang/locale/en.ts b/src/lang/locale/en.ts
index 0bde7d7..7b118f4 100644
--- a/src/lang/locale/en.ts
+++ b/src/lang/locale/en.ts
@@ -921,8 +921,12 @@ FILENAME_HEAD: "Filename",
//IFrameActionsMenu.tsx
NARROW_TO_HEADING: "Narrow to heading...",
+ PIN_VIEW: "Pin view",
+ DO_NOT_PIN_VIEW: "Do not pin view",
NARROW_TO_BLOCK: "Narrow to block...",
SHOW_ENTIRE_FILE: "Show entire file",
+ SELECT_SECTION: "Select section from document",
+ SELECT_VIEW: "Select view from base",
ZOOM_TO_FIT: "Zoom to fit",
RELOAD: "Reload original link",
OPEN_IN_BROWSER: "Open current link in browser",
diff --git a/src/shared/Dialogs/Messages.ts b/src/shared/Dialogs/Messages.ts
index 83981cd..21d0440 100644
--- a/src/shared/Dialogs/Messages.ts
+++ b/src/shared/Dialogs/Messages.ts
@@ -17,6 +17,15 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
`,
+"2.13.1":`
+## New
+- Support for Obsidian bases as embeddables in Excalidraw.
+ - **Note:** The feature is only available to Insiders who have Obsidian 1.9.4 or later installed.
+ - If your base includes multiple views you can pin the desired view similar to filtering to a section (click top left # button; \`[[my.base|my view]]\`).
+
+## Fixed
+- Cannot type in embedded web forms. In certain cases, typing within these embeds would trigger Excalidraw hotkeys instead of interacting with the embedded content. [#2403](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2403)
+`,
"2.13.0":`