Skip to content

Tags: perber/leafwiki

Tags

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: split SIGUSR1/SIGHUP reload signal handling into platform files (#…

…1233)

syscall.SIGUSR1 doesn't exist on Windows, breaking the windows/amd64
release binary build and leaving an empty asset that GitHub then
rejected during release upload.

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ignore bash [[ ]] conditionals and disable single-dollar math (#…

…1203)

Wiki-link regex now requires a non-whitespace first character after [[,
which prevents bash-style conditionals (e.g. [[ -n "$var" ]]) from being
matched as wiki-links in both the Go backend and the TS preprocessor.

Disables singleDollarTextMath in remarkMath to avoid conflicts between
$var in bash prose and math delimiters; use $$...$$ for math blocks.

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump golang x net (#1196)

Update golang.org/x/net from v0.54.0 to v0.55.0 to address the reported security findings without changing application code.

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove unused deps (#1186)

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)