Skip to content

Commit d7cc25b

Browse files
committed
Version bump
1 parent 172d32a commit d7cc25b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ It is possible to temporarily override a note's direction regardless of the fron
7979

8080
## Changelog
8181

82+
### 1.1.2
83+
84+
**Bug fixes:**
85+
86+
- Fix required for Obsidian 1.5 (no support for tables yet though -- it's just a fix for the plugin to continue functioning properly).
87+
- Fixed problem when paragraph breaks to divs (https://github.com/esm7/obsidian-rtl/pull/59) -- thanks @zoli and sorry @Wnb369 for the huge delay in merging this :(
88+
8289
### 1.1.1
8390

8491
**Bug fixes:**

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-rtl",
33
"name": "RTL Support",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "0.15.3",
66
"description": "Right to Left (RTL) text direction support for languages like Arabic, Hebrew and Persian (Farsi).",
77
"author": "esm",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-rtl",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "RTL (Right to Left) language support for Obsidian.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)