Skip to content

Commit 281cea2

Browse files
Release Version 0.2.7
1 parent 3400629 commit 281cea2

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ You can make a [pull request](https://github.com/elias-sundqvist/obsidian-annota
6969

7070
## Changelog
7171

72+
### 0.2.7 (2022-10-31)
73+
* Fixed issue with Latex Equations not rendering in annotations (See issue #228)
74+
* Removed "sign-in/log-in" buttons (See issue #241)
75+
* CSS Snippets can now be used to style the hypothesis sidebar
76+
7277
### 0.2.6 (2022-08-19)
7378
* Fix bug #208 introduced in 0.2.5 It was impossible to open an internal link because of the plugin
7479

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.2",
5-
"minAppVersion": "0.13.29",
4+
"version": "0.2.7",
5+
"minAppVersion": "1.0.3",
66
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
77
"author": "Obsidian",
88
"authorUrl": "https://obsidian.md/about",

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.6",
5-
"minAppVersion": "0.15.9",
4+
"version": "0.2.7",
5+
"minAppVersion": "1.0.3",
66
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
77
"author": "Obsidian",
88
"authorUrl": "https://obsidian.md/about",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-annotator",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"0.1.9": "0.13.19",
2121
"0.2.0": "0.13.19",
2222
"0.2.5": "0.15.9",
23-
"0.2.6": "0.15.9"
23+
"0.2.6": "0.15.9",
24+
"0.2.7": "1.0.3"
2425
}

0 commit comments

Comments
 (0)