Skip to content

Commit d9c70f4

Browse files
committed
Admins
1 parent 064743b commit d9c70f4

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
@@ -68,6 +68,13 @@ It is possible to temporarily override a note's direction regardless of the fron
6868

6969
## Changelog
7070

71+
### 2.0.1
72+
73+
- Fixed https://github.com/esm7/obsidian-rtl/issues/85.
74+
- Added an option to prevent raw YAML from being RTL.
75+
76+
Thanks @kotaindah55!
77+
7178
### 2.0.0
7279

7380
An overhaul of the plugin to build on top of Obsidian's new (1.6.x) RTL support, not interfere with it, and only add a few features on top.

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": "2.0.0",
4+
"version": "2.0.1",
55
"minAppVersion": "1.6.2",
66
"description": "Extended Right to Left (RTL) 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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Extended RTL (Right to Left) language support for Obsidian.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)