Skip to content

Commit

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

## Changelog

### 0.0.3 (2021-05-04) *Plugin Size Reduction*
### 0.0.4 (2021-08-26) *Chinese File name support*
* Added support for chinese file names. (See issue #4)

### 0.0.3 (2021-08-26) *Plugin Size Reduction*
* Removed some unnecessary files to reduce plugin size.

### 0.0.2 (2021-05-04) *Minor fixes*
### 0.0.2 (2021-08-26) *Minor fixes*
* Removed logging,
* Simplified link handling
* viewer height is now 100% instead of fixed to 1000px.

### 0.0.1 (2021-05-04) *First Release*
### 0.0.1 (2021-08-25) *First Release*
* Basic functionality of the plugin implemented

## License
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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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
@@ -1,5 +1,6 @@
{
"0.0.1": "0.9.12",
"0.0.2": "0.9.12",
"0.0.3": "0.9.12"
"0.0.3": "0.9.12",
"0.0.4": "0.9.12"
}

0 comments on commit 8e5a978

Please sign in to comment.