Diogel Versionsgeschichte – 5 Versionen
Diogel von threenine.io
Diogel Versionsgeschichte – 5 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 0.0.16
Veröffentlicht 21. März 2026 – 4,2 MBFunktioniert mit firefox 115.0 und höher🚀 Enhancements
Define explicit TypeScript interfaces for bridge requests, responses, and errors related to nostr event handling (0d4212a)
💅 Refactors
Use constants for message types and timing values across content and background scripts (8dcb918)
Replace any types with explicit bridge request/response types and enhance error handling for nostr event methods (7279250)
📖 Documentation
Add PRIVACY.md detailing privacy policy and terms of service (3344414)
🏡 Chore
Add typecheck script to package.json using vue-tsc for type safety (079b087)
✅ Tests
Include tests/*/.test.{ts,js} in Vitest configuration (0c85ffe)
Add unit tests for vault operations and introduce constants for message types and timing values (9181c04)Quelltext steht unter der MIT-Lizenz
Ältere Versionen
Version 0.0.15
Veröffentlicht 16. März 2026 – 4,2 MBFunktioniert mit firefox 115.0 und höherAdd footer with version display and configure app version from package.json via environment variable by @garywoodfine in #19
Refactor useVaultAutoLock to delegate inactivity handling to background script and simplify logic. Add session-based vault state persistence to enhance auto-lock reliability. by @garywoodfine in #20
Preparing release 0.0.15 by @garywoodfine in #24Quelltext steht unter der MIT-Lizenz
Version 0.0.14
Veröffentlicht 9. März 2026 – 4,2 MBFunktioniert mit firefox 115.0 und höherQuelltext steht unter der MIT-Lizenz
Version 0.0.13
Veröffentlicht 3. März 2026 – 2,12 MBFunktioniert mit firefox 115.0 und höherAdded Event logging capability to the extension. The purpose of the logging is to enable the tracking of all Approval requests with in the Application.
Create 2 new logging tables in IndexDB.
* Exceptions
* Approvals
The Exceptions table will be used to track all exceptions that happen within the exception.
Schema of Exceptions table should include the following fields:- Date time of the exception event
- Exception Message
Schema of the Approvals table should include the following fields:- Date time of the approval event
- Event Kind (nostr kind )
- host name
All approval requests should be logged to the approvals
All Exceptions should be logged to the exceptions.
Create a new page that will enable the user to view the log tables available in the MainNavigation menu option of Logs. The page should be visible in the MainLayout
The log Page should be presented making use of Tabs. with two tabs- Approvals
- Exceptions
The tabs should provide a table format presenting the log details
Logs Views have paging capability and are filtered by the Selected AccountQuelltext steht unter der MIT-Lizenz
Version 0.0.11
Veröffentlicht 18. Feb. 2026 – 2,13 MBFunktioniert mit firefox 109.0 und höherQuelltext steht unter der MIT-Lizenz