-
v0.0.26 Stable
released this
2026-06-19 21:28:57 +02:00 | 5 commits to main since this releasev0.0.26
Fixed
- Firefox add-on validation: bumped `strict_min_version` to 142 for `data_collection_permissions` support
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.25 Stable
released this
2026-06-19 21:28:41 +02:00 | 6 commits to main since this releasev0.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.23 Stable
released this
2026-06-19 21:12:07 +02:00 | 8 commits to main since this releasev0.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.22 Stable
released this
2026-06-19 20:56:01 +02:00 | 11 commits to main since this releasev0.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads