Skip to content

Commit 7e958b7

Browse files
chore(release): 1.9.0
# [1.9.0](v1.8.1...v1.9.0) (2022-09-14) ### Bug Fixes * bold title ([8d8af29](8d8af29)) * escape Latex ([5b97b57](5b97b57)) * escape Markdown characters in quote ([cadf2e9](cadf2e9)) * escape Markdown characters in quote and title ([f6f36a3](f6f36a3)) * insert highlight to existing block as child ([93e1edf](93e1edf)) * query to find existing blocks ([82dc459](82dc459)) * update existing block to retain references ([e476ece](e476ece)) * update existing highlight block ([a21606a](a21606a)) * use parent block uuid in the query ([d235199](d235199)) ### Features * use datascript query to fetch existing blocks ([3c5e596](3c5e596))
1 parent 8993b49 commit 7e958b7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.9.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.8.1...v1.9.0) (2022-09-14)
2+
3+
4+
### Bug Fixes
5+
6+
* bold title ([8d8af29](https://github.com/omnivore-app/logseq-omnivore/commit/8d8af29f0ad16313f2c05306698fb8a828d64e9c))
7+
* escape Latex ([5b97b57](https://github.com/omnivore-app/logseq-omnivore/commit/5b97b57425ca0b81e546b1b8a9b4d2f05f2b2b16))
8+
* escape Markdown characters in quote ([cadf2e9](https://github.com/omnivore-app/logseq-omnivore/commit/cadf2e92c9d923a6113d6fc6974d386852031184))
9+
* escape Markdown characters in quote and title ([f6f36a3](https://github.com/omnivore-app/logseq-omnivore/commit/f6f36a3bfbe179329311ffeb01292ef16107fe73))
10+
* insert highlight to existing block as child ([93e1edf](https://github.com/omnivore-app/logseq-omnivore/commit/93e1edfb8dd53cb90f73ac7b84d3fc47846788bf))
11+
* query to find existing blocks ([82dc459](https://github.com/omnivore-app/logseq-omnivore/commit/82dc4591161d0bcfefdf909bd05ff6fc3423a5f3))
12+
* update existing block to retain references ([e476ece](https://github.com/omnivore-app/logseq-omnivore/commit/e476ecebe06f32cc09632af923539ba17858c047))
13+
* update existing highlight block ([a21606a](https://github.com/omnivore-app/logseq-omnivore/commit/a21606a23ff63039891cd1db25cd65b6d023e612))
14+
* use parent block uuid in the query ([d235199](https://github.com/omnivore-app/logseq-omnivore/commit/d235199f73d61013172b0f8fce4a77ea7fa8c21b))
15+
16+
17+
### Features
18+
19+
* use datascript query to fetch existing blocks ([3c5e596](https://github.com/omnivore-app/logseq-omnivore/commit/3c5e5962eaedb9724e5959a9fb257c9faae27af1))
20+
121
## [1.8.1](https://github.com/omnivore-app/logseq-omnivore/compare/v1.8.0...v1.8.1) (2022-08-26)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-omnivore",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Import Omnivore highlights and articles into Logseq.",
55
"main": "dist/index.html",
66
"targets": {

0 commit comments

Comments
 (0)