Skip to content

Commit

Permalink
Merge pull request #124 from trey-wallis/dev
Browse files Browse the repository at this point in the history
Fix versioning
  • Loading branch information
decaf-dev authored May 2, 2022
2 parents bb354ad + 712c20d commit 2cd7ea1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"author": "Trey Wallis",
"authorUrl": "https://github.com/trey-wallis",
"isDesktopOnly": false,
"version": "2.3.4"
"version": "2.3.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2cd7ea1

Please sign in to comment.