Historial de versiones de Diogel - 5 versiones
Diogel por threenine.io
Historial de versiones de Diogel - 5 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 0.0.16
Lanzada el 21 de mar. de 2026 - 4,2 MBCompatible con firefox 115.0 y superiores🚀 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)Se publicó el código fuente bajo la licencia MIT License
Versiones antiguas
Versión 0.0.15
Lanzada el 16 de mar. de 2026 - 4,2 MBCompatible con firefox 115.0 y superioresAdd 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 #24Se publicó el código fuente bajo la licencia MIT License
Versión 0.0.14
Lanzada el 9 de mar. de 2026 - 4,2 MBCompatible con firefox 115.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 0.0.13
Lanzada el 3 de mar. de 2026 - 2,12 MBCompatible con firefox 115.0 y superioresAdded 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 AccountSe publicó el código fuente bajo la licencia MIT License
Versión 0.0.11
Lanzada el 18 de feb. de 2026 - 2,13 MBCompatible con firefox 109.0 y superioresSe publicó el código fuente bajo la licencia MIT License