Skip to content

Commit

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

## Changelog

### 0.0.8 (2021-09-02) *Added Pre/Postfix setting toggles, Fixed scrolling issue, More size reductions.*
* The plugin is now available in the community plugins list!
* The Pre- and Postfix parts of the annotation markdown can now be disabled in the settings. (See #30)
* Clicking a PDF annotation link now causes an immediate jump to the annotation. No more glitchy scrolling. (See #21)
* Potential fix to the memory leak mentioned in #28 added.
* Added core-js. Will hopefully mean that the plugin works with older versions of node (see #34)
* Disabled global WebSocket override. Should resolve issues with Obsidian Sync (see #36)
* Further size reductions of the plugin
* React is now built in 'production' mode.
* All the embedded resources now use the highest zip compression ratio.

### 0.0.7 (2021-09-01) *Added Custom Default Path setting, Page notes fix, Slight JSON size reduction, etc.*
* Added a new setting called `Custom Default Path`. See [this comment on #19](https://github.com/elias-sundqvist/obsidian-annotator/issues/19#issuecomment-909549603) for more info.
* Top-level values in the annotation JSON will now be ommited if their values are "unsurprising". See #24
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.7",
"version": "0.0.8",
"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.7",
"version": "0.0.8",
"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 @@ -5,5 +5,6 @@
"0.0.4": "0.9.12",
"0.0.5": "0.9.12",
"0.0.6": "0.9.12",
"0.0.7": "0.9.12"
"0.0.7": "0.9.12",
"0.0.8": "0.9.12"
}

0 comments on commit f6a0f6b

Please sign in to comment.