Skip to content

Releases: OGKevin/obsidian-kobo-highlights-import

v2.0.0

11 Mar 10:16
4fd8d5d
Compare
Choose a tag to compare

2.0.0 (2024-03-11)

⚠ BREAKING CHANGES

  • github-action: Update actions/upload-artifact action to v4 (#334)
  • github-action: Update cachix/install-nix-action action to v26 (#335)
  • deps: Update typescript-eslint monorepo to 7.0.1 (#306)
  • github-action: Update github/codeql-action action to v3 (#263)

Features

  • deps: update @types/node to 20.11.0 (#284) (0825004)
  • deps: update chai to 4.4.0 (#279) (2b89e6c)
  • deps: update esbuild to 0.20.0 (#298) (932bfc5)
  • deps: update eslint to 8.56.0 (#264) (72903fe)
  • deps: update eslint to 8.57.0 (#325) (939b0c7)
  • deps: update mocha to 10.3.0 (#304) (2987000)
  • deps: update moment to 2.30.1 (#272) (2f9b94f)
  • deps: update typescript to 5.4.2 (#327) (214e816)
  • deps: update typescript-eslint monorepo to 6.14.0 (minor) (#262) (131d578)
  • deps: update typescript-eslint monorepo to 6.15.0 (minor) (#268) (630a194)
  • deps: update typescript-eslint monorepo to 6.16.0 (minor) (#271) (2a4f2bc)
  • deps: update typescript-eslint monorepo to 6.17.0 (minor) (#276) (0713c58)
  • deps: update typescript-eslint monorepo to 6.18.0 (minor) (#280) (5e4ffc7)
  • deps: update typescript-eslint monorepo to 6.19.0 (minor) (#289) (e2feaa9)
  • deps: update typescript-eslint monorepo to 6.20.0 (minor) (#299) (e5a749b)
  • deps: update typescript-eslint monorepo to 6.21.0 (#300) (1c7aa60)
  • deps: Update typescript-eslint monorepo to 7.0.1 (#306) (6ce157a)
  • deps: update typescript-eslint monorepo to 7.1.1 (#328) (5b8a270)
  • include book details in export (#291) (abe5f8e)
  • keep existing highlights and notes, and add sort by chapter progress (#107) (7b31cd9)

Bug Fixes

Read more

1.6.0-beta.2

27 Jan 10:45
abe5f8e
Compare
Choose a tag to compare
1.6.0-beta.2 Pre-release
Pre-release

What's Changed

  • chore: add screenshots showing how the type marker looks like by @OGKevin in #287
  • feat(deps): update typescript-eslint monorepo to 6.19.0 (minor) by @ogkevin-robot in #289
  • fix(deps): update @types/node to 20.11.3 by @ogkevin-robot in #288
  • feat: include book details in export by @OGKevin in #291

Full Changelog: 1.6.0-beta.1...1.6.0-beta.2

1.6.0-beta.1

14 Jan 05:25
4b25c5e
Compare
Choose a tag to compare
1.6.0-beta.1 Pre-release
Pre-release

What's Changed

  • fix(deps): update @types/node to 20.10.7 by @ogkevin-robot in #281
  • feat(deps): update chai to 4.4.0 by @ogkevin-robot in #279
  • chore(docker-image): update mcr.microsoft.com/vscode/devcontainers/javascript-node:20-bullseye docker digest to 7023a49 by @ogkevin-robot in #282
  • fix(deps): update @types/node to 20.10.8 by @ogkevin-robot in #283
  • feat(deps): update typescript-eslint monorepo to 6.18.0 (minor) by @ogkevin-robot in #280
  • feat(deps): update @types/node to 20.11.0 by @ogkevin-robot in #284
  • fix(deps): update chai to 4.4.1 by @ogkevin-robot in #285
  • fix: make type marker a comment by @OGKevin in #286

Full Changelog: 1.6.0-beta.0...1.6.0-beta.1

1.6.0-beta.0

11 Jan 11:54
7b31cd9
Compare
Choose a tag to compare
1.6.0-beta.0 Pre-release
Pre-release

What's Changed

  • chore: use earthly in CI by @OGKevin in #253
  • chore: make dev container spec universal by @OGKevin in #252
  • fix(deps): update typescript to 5.3.3 by @ogkevin-robot in #254
  • fix(deps): update @types/node to 20.10.4 by @ogkevin-robot in #256
  • chore: update publish workflow by @OGKevin in #257
  • chore: install tailscale in devcontainer by @OGKevin in #258
  • fix(deps): update esbuild to 0.19.9 by @ogkevin-robot in #261
  • chore(docker-image): update mcr.microsoft.com/vscode/devcontainers/javascript-node:20-bullseye docker digest to 08cb0b5 by @ogkevin-robot in #259
  • fix(deps): update ts-node to 10.9.2 by @ogkevin-robot in #260
  • feat(deps): update typescript-eslint monorepo to 6.14.0 (minor) by @ogkevin-robot in #262
  • feat(deps): update eslint to 8.56.0 by @ogkevin-robot in #264
  • ci(github-action)!: Update github/codeql-action action to v3 by @ogkevin-robot in #263
  • fix(deps): update @types/node to 20.10.5 by @ogkevin-robot in #265
  • feat(deps): update typescript-eslint monorepo to 6.15.0 (minor) by @ogkevin-robot in #268
  • fix(deps): update esbuild to 0.19.10 by @ogkevin-robot in #269
  • ci(github-action): update actions/setup-node action to v4.0.1 by @ogkevin-robot in #267
  • feat(deps): update typescript-eslint monorepo to 6.16.0 (minor) by @ogkevin-robot in #271
  • feat(deps): update moment to 2.30.0 by @ogkevin-robot in #272
  • fix(deps): update esbuild to 0.19.11 by @ogkevin-robot in #274
  • feat(deps): update typescript-eslint monorepo to 6.17.0 (minor) by @ogkevin-robot in #276
  • chore: clean up dev container docker files by @OGKevin in #277
  • Handle missing content by @niciliketo in #217
  • fix(deps): update @types/node to 20.10.6 by @ogkevin-robot in #275
  • feat: keep existing highlights and notes, and add sort by chapter progress by @rsletta in #107

New Contributors

Full Changelog: 1.5.4...1.6.0-beta.0

v1.5.4

05 Dec 11:03
b224046
Compare
Choose a tag to compare

1.5.4 (2023-12-05)

⚠ BREAKING CHANGES

  • docker-image: Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20 (#182)
  • docker-image: Update Node.js to v20 (#181)
  • github-action: Update actions/setup-node action (#202)
  • github-action: Update actions/checkout action to v4 (#185)

Features

  • add release-please pipeline (#211) (4afe002)
  • deps: update @types/node to 18.17.6 (#162) (2b88d99)
  • deps: update @types/node to 18.18.7 (#201) (e68eff3)
  • deps: update @types/node to 18.19.0 (#236) (07225a9)
  • deps: update esbuild to 0.19.2 (#163) (67eb2d7)
  • deps: update eslint to 8.47.0 (#164) (bd2e6e3)
  • deps: update eslint to 8.48.0 (#176) (321cb97)
  • deps: update eslint to 8.52.0 (#190) (20c4a89)
  • deps: update eslint to 8.53.0 (#215) (abd7a62)
  • deps: update eslint to 8.55.0 (#237) (c8a57e9)
  • deps: update obsidian to 1.4.0 (#165) (611d7f9)
  • deps: update typescript to 5.2.2 (#173) (218733c)
  • deps: update typescript to 5.3.2 (#225) (9e59d81)
  • deps: update typescript-eslint monorepo to 6.1.0 (#16) (09cd839)
  • deps: update typescript-eslint monorepo to 6.10.0 (minor) (#219) (3d557ce)
  • deps: update typescript-eslint monorepo to 6.12.0 (minor) (#226) (83bdfa4)
  • deps: update typescript-eslint monorepo to 6.13.0 (minor) (#233) (86da960)
  • deps: update typescript-eslint monorepo to 6.4.0 (#166) (ceb86f4)
  • deps: update typescript-eslint monorepo to 6.5.0 (minor) (#183) (732c188)
  • deps: update typescript-eslint monorepo to 6.9.1 (#188) (c19b615)
  • docker-image: Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20 (#182) (4e0603d)
  • docker-image: Update Node.js to v20 (#181) (49f5272)

Bug Fixes

Read more

1.5.3

17 Jul 14:22
af22b2d
Compare
Choose a tag to compare

1.5.3 (2023-07-17)

⚠ BREAKING CHANGES

  • deps: Update typescript-eslint monorepo to 6.0.0 (major) (#13) (#156)

Features

  • deps: update typescript-eslint monorepo to 5.62.0 (#150) (4f27de0)
  • deps: Update typescript-eslint monorepo to 6.0.0 (major) (#13) (#156) (06c4a31)

Bug Fixes

  • add wildcard at the beginning of like query (#154) (1deb326)

Miscellaneous Chores

1.5.2

09 Jul 11:25
05052f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...1.5.2

v1.5.1

05 Jul 14:56
ce8d1be
Compare
Choose a tag to compare

1.5.1 (2023-07-05)

Features

  • deps: update @types/node to 18.16.8 (#116) (a05275c)
  • deps: update esbuild to 0.18.0 (#137) (28d2cf5)
  • deps: update eslint to 8.37.0 (#105) (46a2ae4)
  • deps: update eslint to 8.38.0 (#112) (cafc71e)
  • deps: update eslint to 8.40.0 (#117) (2cb60c6)
  • deps: update eslint to 8.42.0 (#132) (51b5d48)
  • deps: update eslint to 8.44.0 (309e693)
  • deps: update obsidian to 1.2.8 (#118) (b0e53d8)
  • deps: update tslib to 2.6.0 (d515dc7)
  • deps: update typescript to 5.1.3 (#133) (e1bd172)
  • deps: update typescript-eslint monorepo to 5.57.1 (#106) (d37f31e)
  • deps: update typescript-eslint monorepo to 5.59.5 (#119) (81df211)
  • deps: update typescript-eslint monorepo to 5.61.0 (659e482)

Bug Fixes

  • deps: update @popperjs/core to 2.11.8 (#128) (b0d039c)
  • deps: update @types/chai to 4.3.5 (#122) (b1da493)
  • deps: update @types/node to 18.15.11 (#102) (c7c4d2d)
  • deps: update @types/node to 18.16.16 (#129) (ea5b5d0)
  • deps: update @types/node to 18.16.17 (#136) (90436bb)
  • deps: update @types/node to 18.16.18 (#138) (9f177b4)
  • deps: update @types/node to 18.16.19 (e8ba130)
  • deps: update esbuild to 0.17.15 (#103) (0e10f98)
  • deps: update esbuild to 0.17.18 (#115) (85878d9)
  • deps: update esbuild to 0.17.19 (#126) (01bd017)
  • deps: update esbuild to 0.18.11 (c6da87f)
  • deps: update esbuild to 0.18.2 (#139) (e0fe18c)
  • deps: update tslib to 2.5.3 (#130) (f40d95e)
  • deps: update typescript to 5.0.3 (#104) (584fa2f)
  • deps: update typescript to 5.0.4 (#111) (4012ca1)
  • deps: update typescript to 5.1.6 (cfa73ae)
  • deps: update typescript-eslint monorepo to 5.59.11 (#140) (3320ddb)
  • deps: update typescript-eslint monorepo to 5.59.8 (#131) (505a1c2)
  • deps: update typescript-eslint monorepo to 5.59.9 (#135) (f5abbf8)

Miscellaneous Chores

1.5.0

26 Mar 14:10
1.5.0
74be1d1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tjex made their first contribution in #83

Full Changelog: 1.4.0...1.5.0

1.4.0

15 Jan 09:31
1.4.0
a35bde4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0