Skip to content

Commit

Permalink
prepare 0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aladmit committed Jan 5, 2023
1 parent bfce140 commit 5cb9c58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour

## Changelog

### 0.2.9 ( ... )
### 0.2.9 (2023-01-05)
* Click on annotation link in markdown causes an immediate jump to annotation in PDF (Thanks to @HardwayLinka)
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267, Thanks to @HardwayLinka)

### 0.2.8 (2022-11-27)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-annotator",
"name": "Annotator",
"version": "0.2.8",
"version": "0.2.9",
"minAppVersion": "1.0.3",
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
"author": "Obsidian",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-annotator",
"version": "0.2.8",
"version": "0.2.9",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"0.2.5": "0.15.9",
"0.2.6": "0.15.9",
"0.2.7": "1.0.3",
"0.2.8": "1.0.3"
"0.2.8": "1.0.3",
"0.2.9": "1.0.3"
}

0 comments on commit 5cb9c58

Please sign in to comment.