From 5cb9c584614b44d75862b7739c4d9bb8a8429cc5 Mon Sep 17 00:00:00 2001 From: Andrey Aleksandrov Date: Thu, 5 Jan 2023 21:50:28 +0300 Subject: [PATCH] prepare 0.2.9 release --- README.md | 3 ++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11ee606..0cdd5c7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/manifest.json b/manifest.json index 63b04a2..1a6bce2 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index b0e8b59..b38c7f2 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index cc87994..705cfaf 100644 --- a/versions.json +++ b/versions.json @@ -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" }