Skip to content

Commit

Permalink
Release Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Sundqvist committed Sep 4, 2021
1 parent c4d1561 commit 627c6b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ You can make a [pull request](https://github.com/elias-sundqvist/obsidian-annota

## Changelog

### 0.1.0 (2021-09-03) *Added annotation highlight drag and drop*
* By holding the <kbd>shift</kbd> key you can now drag highlights from the epub/pdf into a separate Obsidian note, and a link to the highlight will be inserted.
![highlight drag and drop](https://user-images.githubusercontent.com/9102856/132098957-e6850c9f-77a0-4fd5-91ac-e7095cfbea9d.gif)

### 0.0.9 (2021-09-03) *Quick fix for annotation id bug*
* See #37

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.0.9",
"version": "0.1.0",
"minAppVersion": "0.9.12",
"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.0.9",
"version": "0.1.0",
"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 @@ -7,5 +7,6 @@
"0.0.6": "0.9.12",
"0.0.7": "0.9.12",
"0.0.8": "0.9.12",
"0.0.9": "0.9.12"
"0.0.9": "0.9.12",
"0.1.0": "0.9.12"
}

0 comments on commit 627c6b6

Please sign in to comment.