From a0e13ac97bd4cc944a5900d3a421dc932fcdbc2c Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sun, 1 May 2022 22:54:41 -0600 Subject: [PATCH 1/2] Bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 90c019e16..602fe1de4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Trey Wallis", "authorUrl": "https://github.com/trey-wallis", "isDesktopOnly": false, - "version": "2.3.4" + "version": "2.3.6" } \ No newline at end of file diff --git a/package.json b/package.json index ec195cfa7..9f572e872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-notion-like-tables", - "version": "2.3.4", + "version": "2.3.6", "description": "Notion-like tables for Obsidian.md", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7196a738e..42b183c1c 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,5 @@ "2.3.1": "0.12.0", "2.3.2": "0.12.0", "2.3.3": "0.12.0", - "2.3.4": "0.12.0" + "2.3.6": "0.12.0" } \ No newline at end of file From 712c20dcc9ee81ca1acdf9d421198702942023c5 Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Sun, 1 May 2022 22:55:25 -0600 Subject: [PATCH 2/2] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cce009f61..a82f8ecc1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Obsidian Notion-Like Tables allows you to create markdown tables using an interf ## What's New? -## Version 2.3.5 +## Version 2.3.6 -Between 2.3.3 and 2.3.5 I introduced a bug that made it impossible to edit cells. I apologize for the inconveniece this caused anyone. I rolled back the previous 2.3.5 and am releasing a new version. +In 2.3.4 I introduced a bug that made it impossible to edit cells. This persisted until 2.3.5. I apologize for the inconveniece this caused anyone. -Version 2.3.5 (newly updated) includes a lot of bug fixes/refactored code. All in all, the functionality is the same, but you should notice that some UI discrepencies were fixed, including how the edit menu for cells appear. +Version 2.3.6 (newly updated) includes a lot of bug fixes/refactored code. All in all, the functionality is the same, but you should notice that some UI discrepencies were fixed, including how the edit menu for cells appear. I also replaced the tabbing system for a custom focus system. Press tab to see how things work now. In addition, when you add a new row, the first cell of that row will focus.