Skip to content

Releases: lavich/domorium-obsidian

GEDCOM 1.8.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:40
d69c79a

What's Changed

Full Changelog: 1.8.0...1.8.1

GEDCOM 1.8.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:42
d6e7c40

What's Changed

  • feat: the problems list is dressed like a list of results by @lavich in #96
  • An Obsidian theme for the editor by @lavich in #98
  • chore(release): 1.8.0 by @lavich in #99

Full Changelog: 1.7.0...1.8.0

GEDCOM 1.7.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 09:47
dd2e93e

What's Changed

  • fix: the search bar on a phone — a usable field, and no doubled header spacing by @lavich in #88
  • fix: stop the keyboard taking the editor's height with it by @lavich in #89
  • feat: a link to a record the vault can see by @lavich in #91
  • chore: language-service 1.4.0 by @lavich in #92
  • chore: validator 1.8.0, and a status line for PAF by @lavich in #93
  • chore(release): 1.7.0 by @lavich in #94

Full Changelog: 1.6.0...1.7.0

GEDCOM 1.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 19:04
5b7670e

What's Changed

  • fix: restore cursor and scroll when returning to a GEDCOM file by @lavich in #46
  • feat: preview the record an XREF points at on Mod-hover by @lavich in #47
  • refactor: take the editor preset and the record preview from the package by @lavich in #54
  • chore(deps-dev): bump vite from 8.2.0 to 8.2.1 by @dependabot[bot] in #51
  • chore(deps-dev): bump eslint from 10.8.0 to 10.8.1 by @dependabot[bot] in #52
  • perf: stop stringifying the whole document on every keystroke by @lavich in #58
  • feat: add commands to move between problems by @lavich in #59
  • build(deps): pin the obsidian typings instead of floating on latest by @lavich in #62
  • ci: group the CodeMirror and obsidian updates, drop a group that matches nothing by @lavich in #61
  • chore(deps-dev): bump @types/node from 26.1.1 to 26.2.0 by @dependabot[bot] in #64
  • feat: show the format and the problem count, and put the commands in the tab menu by @lavich in #65
  • test: mount the plugin's own editor composition in a browser by @lavich in #67
  • feat: add a search panel and a problems panel, and tell CodeMirror which theme it is in by @lavich in #66
  • fix(deps): stop opening a preview from the space beside a pointer by @lavich in #68
  • feat: let the user choose what opens a record preview, and close it on release by @lavich in #70
  • feat: find a record by name instead of scrolling for its identifier by @lavich in #71
  • feat: follow a renamed media file into the payloads that name it by @lavich in #73
  • fix: follow a renamed GEDCOM file, and stop rewriting every one in the vault by @lavich in #74
  • feat: read a GEDCOM record pasted into a note by @lavich in #75
  • feat: link a note to a person, not only to a heading by @lavich in #76
  • feat: let a note read a GEDCOM file without opening it by @lavich in #77
  • feat: keep the reader's place when the file is rewritten from outside by @lavich in #79
  • test: make the command guards and the settings testable, and test them by @lavich in #80
  • feat: give the search bar Obsidian's own chrome by @lavich in #81
  • chore(release): 1.6.0 by @lavich in #83

Full Changelog: 1.5.0...1.6.0

GEDCOM 1.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 20:00
86a4e71

What's Changed

  • chore(release): 1.5.0, picking up validator 1.5.0 and language-service 1.2.0 by @lavich in #35

Full Changelog: 1.4.0...1.5.0

GEDCOM 1.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:42
34ab262

What's Changed

Full Changelog: 1.3.0...1.4.0

GEDCOM 1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 06:32
2f0716e

What's Changed

  • chore(release): 1.3.0, picking up validator 1.3.0 by @lavich in #32

Full Changelog: 1.2.0...1.3.0

GEDCOM 1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:33
fdefb14

What's Changed

  • chore: pick up @domorium/codemirror 1.1.0 and release 1.2.0 by @lavich in #30

Full Changelog: 1.1.0...1.2.0

GEDCOM 1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:53
0a9e109

What's Changed

  • chore: pick up @domorium/validator 1.1.0 and release 1.1.0 by @lavich in #29

Full Changelog: 1.0.0...1.1.0

GEDCOM 1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:12
e063c64

What's Changed

  • chore(deps-dev): bump eslint from 9.39.5 to 10.8.0 by @dependabot[bot] in #11
  • chore(deps): bump @codemirror/autocomplete from 6.18.6 to 6.20.3 by @dependabot[bot] in #12
  • chore(deps-dev): bump vitest from 3.2.7 to 4.1.10 by @dependabot[bot] in #13
  • chore(deps): bump @codemirror/lint from 6.8.5 to 6.9.7 by @dependabot[bot] in #15
  • chore(deps-dev): bump vite from 8.1.5 to 8.2.0 by @dependabot[bot] in #26
  • feat: show icons for GEDCOM files by @lavich in #27
  • chore(deps): bump @codemirror/commands from 6.8.1 to 6.10.4 by @dependabot[bot] in #24
  • chore(deps-dev): bump @eslint/js from 9.39.5 to 10.0.1 by @dependabot[bot] in #23
  • chore(deps-dev): bump TypeScript from 5.9.3 to 6.0.3 by @dependabot[bot] in #14
  • Consume @domorium/codemirror 1.0.0, release plugin 1.0.0, and link the README to the ecosystem by @lavich in #28

Full Changelog: 0.3.1...1.0.0