• v0.0.26 d60e730236

    v0.0.26 Stable

    maikelthedev released this 2026-06-19 21:28:57 +02:00 | 5 commits to main since this release

    Signed by maikelthedev
    SSH key fingerprint: SHA256:RytShksoGthiuIORAwHFCVg/uK3uSUTnLkOKJuZ2jCA

    v0.0.26

    Fixed

    • Firefox add-on validation: bumped `strict_min_version` to 142 for `data_collection_permissions` support
    Downloads
  • v0.0.25 aa5d90b054

    v0.0.25 Stable

    maikelthedev released this 2026-06-19 21:28:41 +02:00 | 6 commits to main since this release

    Signed by maikelthedev
    SSH key fingerprint: SHA256:RytShksoGthiuIORAwHFCVg/uK3uSUTnLkOKJuZ2jCA

    v0.0.25

    Fixed

    • Firefox add-on validation warnings: all `innerHTML` assignments replaced with DOM creation methods
    • Firefox add-on validation warning: added `data_collection_permissions` (required: none)
    • Firefox validation warning: release scripts (`*.fish`) excluded from `web-ext sign` via `--ignore-files`
    Downloads
  • v0.0.23 055fdd3e47

    v0.0.23 Stable

    maikelthedev released this 2026-06-19 21:12:07 +02:00 | 8 commits to main since this release

    Signed by maikelthedev
    SSH key fingerprint: SHA256:RytShksoGthiuIORAwHFCVg/uK3uSUTnLkOKJuZ2jCA

    v0.0.23 — Firefox validation fixes

    Fixed

    • Firefox add-on validation warnings: all `innerHTML` assignments replaced with DOM methods (createElement, textContent, DocumentFragment)
    • Firefox validation warning: removed `data_collection_permissions` from manifest (requires FF 142+, min is 140)
    • Firefox validation warning: release scripts now excluded from build via `--ignore-files`
    Downloads
  • v0.0.22 206dc11ffd

    v0.0.22 Stable

    maikelthedev released this 2026-06-19 20:56:01 +02:00 | 11 commits to main since this release

    Signed by maikelthedev
    SSH key fingerprint: SHA256:RytShksoGthiuIORAwHFCVg/uK3uSUTnLkOKJuZ2jCA

    v0.0.22 - 2026-06-19

    Fixed

    • CSV import: account_id as first column (index 0) falsely reported as missing
    • CSV import: BOM character from exported CSVs now stripped on import
    • CSV import: accounts not found on new instance are now resolved via username lookup (GET /api/v1/accounts/lookup)
    • Notes Manager: import section moved above notes table for visibility
    Downloads