Skip to content

Tags: perber/leafwiki

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tooltip issue (#938)

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update eslint and typescript (#872)

Update eslint in e2e to 10.2.0 and TypeScript in the frontend to 6.0.2.

Include the minimal config and lint fixes needed to keep linting and builds green after the dependency bumps.

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(links): ignore asset links (#846)

* fix(links): ignore asset links

Exclude asset destinations from link tracking so they do not appear in the links table.

Add focused tests to cover asset destinations and keep normal wiki links unchanged.

* feat(ui): add asset link and player insert

Add explicit asset insert actions for image links and audio/video players. Keep image embeds as the default behavior and cover the new flows with focused E2E tests.

* fix(ui): resolve media player asset paths

Normalize audio and video asset src values through the configured base path during preview rendering so embedded players do not hit 404s under subpath deployments.

* test(e2e): stabilize asset upload helper

Wait for the asset manager to open fully and for the asset list count to increase after uploads so repeated uploads do not race ahead and leave modal state behind.

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: preserve import frontmatter (#808)

* fix: preserve import frontmatter

Keep non-managed frontmatter fields during import while preserving LeafWiki-managed metadata on write.

Add regression coverage for planner title precedence, importer execution, disk persistence, and node store merging of raw markdown with frontmatter.

* fix: share import frontmatter encoding

Use shared markdown frontmatter serialization for importer extra fields and add regression coverage for distinct preserved values.

This removes duplicated YAML encoding logic and avoids behavior drift between importer and markdown write paths.

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid closing sidebar when print dialog is opened (#764)

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: static code analysis issues (#729)

* fix: static code analysis issues

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improve treeview performance by avoiding repeated recursive tre…

…e traversals (#700)

v0.8.0

Toggle v0.8.0's commit message
feat: update documentation for v 0.8.0 (#681)

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump @vitejs/plugin-react from 5.1.2 to 5.1.3 in /ui/leafwiki-…

…ui (#664)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump @playwright/test from 1.57.0 to 1.58.0 in /e2e (#655)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>