Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jun 6, 2024
1 parent 4a9d5e4 commit 21eeeb7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.0

- Show `blob_updated_time`, `encryption_blob_encrypted`, and `title` resource properties.
- Show `conflict_original_id` on notes.
- Adds a refresh button.

# 0.1.0

- Style changes.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-debug-info",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.joplin-plugin-debug-info",
"app_min_version": "2.14",
"version": "0.1.0",
"version": "0.2.0",
"name": "Joplin debug tool",
"description": "A panel with information about the current note and an advanced search tool.",
"author": "Henry Heino",
Expand Down

0 comments on commit 21eeeb7

Please sign in to comment.