Skip to content

Tags: perber/leafwiki

Tags

v0.10.2

Toggle v0.10.2's commit message
chore: bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1 (#1117)

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.59.0 to 0.59.1.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.59.0...v0.59.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.59.1
  dependency-type: indirect
...

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

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update permissions release pipeline (#1083)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(auth): refresh before token expiry (#1042)

Return access token expiry metadata from login and refresh responses so the frontend can refresh proactively before protected requests.

This reduces visible 401 responses for expiring sessions while keeping the existing refresh-on-401 fallback in place.

Document the access token expiry unit in the session store and avoid redundant session clearing after logout-backed cleanup.

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: align password change dialogs (#969)

Add coverage for the /users/me/password flow and fix the frontend payload shape. Also improve browser autofill behavior across password-related dialogs and add consistent success feedback in user management.

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add hosted link to README demo section (#958)

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)