Skip to content

Commit 6e5178b

Browse files
committed
prepase 0.2.5 release
1 parent 0dc79d2 commit 6e5178b

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

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

7070
## Changelog
7171

72+
### 0.2.5 (2022-08-14)
73+
* Move buttons 'Annotate', 'Toggle Dark Mode', 'Open as Markdown' to top of options menu
74+
* Video annotation
75+
* fix [Video not found error](https://github.com/elias-sundqvist/obsidian-annotator/issues/198)
76+
* Temporary disable video annotation on mobile devices
77+
78+
* Internal changes
79+
* CodeMirror updated to v6
80+
* obsidian-api updated to 0.15.9
81+
* betterer was installed with strict typing settings to make plugin more stable and reliable in a future
82+
7283
### 0.2.4 (2022-07-23)
7384
* Fix [plugin fails to start on iPad](https://github.com/elias-sundqvist/obsidian-annotator/issues/176)
7485

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.4",
5-
"minAppVersion": "0.13.25",
4+
"version": "0.2.5",
5+
"minAppVersion": "0.15.9",
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.1",
3+
"version": "0.2.5",
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
@@ -18,5 +18,6 @@
1818
"0.1.7": "0.13.19",
1919
"0.1.8": "0.13.19",
2020
"0.1.9": "0.13.19",
21-
"0.2.0": "0.13.19"
21+
"0.2.0": "0.13.19",
22+
"0.2.5": "0.15.9"
2223
}

0 commit comments

Comments
 (0)