Skip to content

Commit ef29f76

Browse files
Release version 0.2.8
1 parent 1c0cd3f commit ef29f76

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.8 (2022-11-27)
73+
* Fixed issue with "Annotate" button not appearing (See issue #253)
74+
* Fixed issue with scroll getting stuck after clicking annotation link (See PR #259, Thanks to @HardwayLinka for the contribution)
75+
* Partially fixed issue with annotation links not working (See PR #231, Thanks to @XSAM for the contribution)
76+
7277
### 0.2.7 (2022-10-31)
7378
* Fixed issue with Latex Equations not rendering in annotations (See issue #228)
7479
* Removed "sign-in/log-in" buttons (See issue #241)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"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",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"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",

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.7",
3+
"version": "0.2.8",
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
@@ -21,5 +21,6 @@
2121
"0.2.0": "0.13.19",
2222
"0.2.5": "0.15.9",
2323
"0.2.6": "0.15.9",
24-
"0.2.7": "1.0.3"
24+
"0.2.7": "1.0.3",
25+
"0.2.8": "1.0.3"
2526
}

0 commit comments

Comments
 (0)