Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.3 #140

Merged
merged 3 commits into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- release

jobs:
release:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.6.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.2...1.6.3) (2023-09-30)


### Bug Fixes

* file already exists error caused by having duplicate article titles ([8dec30f](https://github.com/omnivore-app/obsidian-omnivore/commit/8dec30fae3d62428d176a524b9f2e4d91fe14b8c))
* ribbon icon stroke color does not match the theme color ([dbe46a8](https://github.com/omnivore-app/obsidian-omnivore/commit/dbe46a835ab96f628823a9dca1d77d845a943549))
* search content was returned if we are syncing a pdf ([3c10e1a](https://github.com/omnivore-app/obsidian-omnivore/commit/3c10e1a1c4183892e82301bf85ab4e1244c22a06))

## [1.6.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.1...1.6.2) (2023-09-26)


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-omnivore",
"name": "Omnivore",
"version": "1.6.2",
"version": "1.6.3",
"minAppVersion": "0.15.0",
"description": "This is an Omnivore plugin for Obsidian.",
"author": "Omnivore",
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-omnivore",
"version": "1.6.2",
"version": "1.6.3",
"description": "This is an Omnivore plugin for Obsidian.",
"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 @@ -26,5 +26,6 @@
"1.5.3": "0.15.0",
"1.6.0": "0.15.0",
"1.6.1": "0.15.0",
"1.6.2": "0.15.0"
"1.6.2": "0.15.0",
"1.6.3": "0.15.0"
}