Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erykwalder committed Jan 5, 2022
1 parent fc64655 commit db4b756
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

### version 0.2.0

New Features:

- Added an icon for the Copy Reference action
- Added a copy reference button to mobile
- Embeds are contextualized based on surrounding markdown,
so things like bold, italic, or list item getting pulled in.

Improvements:

- Clearer error messages for both copying and embedding
- Preview view copying handles far more cases

Fixes:

- Can manually call copy reference on mobile when opening the command palette.
- Links in embedded mode now resolve
(embedded content is no longer wrapped in markdown-preview-view div).
- Author is only rendered if present in the frontmatter
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "quoth",
"name": "Quoth",
"version": "0.1.1",
"version": "0.2.0",
"minAppVersion": "0.12.9",
"description": "More flexible embedding. Embed precise selections, inline embeds, optionally include author and title.",
"authorUrl": "https://github.com/erykwalder/quoth",
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": "quoth",
"version": "0.1.1",
"version": "0.2.0",
"description": "Obsidian Embed Plugin",
"main": "main.js",
"repository": "https://github.com/erykwalder/quoth",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.12.19",
"0.1.1": "0.12.19"
"0.1.1": "0.12.19",
"0.2.0": "0.12.19"
}

0 comments on commit db4b756

Please sign in to comment.