Ιστορικό εκδόσεων του Diogel - 5 εκδόσεις
Diogel από threenine.io
Ιστορικό εκδόσεων του Diogel - 5 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 0.0.16
Κυκλοφόρησε στις 21 Μαρ 2026 - 4,2 MBΛειτουργεί με firefox 115.0 και νεότερα🚀 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)Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Παλαιότερες εκδόσεις
Έκδοση 0.0.15
Κυκλοφόρησε στις 16 Μαρ 2026 - 4,2 MBΛειτουργεί με firefox 115.0 και νεότεραAdd 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 #24Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.14
Κυκλοφόρησε στις 9 Μαρ 2026 - 4,2 MBΛειτουργεί με firefox 115.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.13
Κυκλοφόρησε στις 3 Μαρ 2026 - 2,12 MBΛειτουργεί με firefox 115.0 και νεότεραAdded 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 AccountΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.11
Κυκλοφόρησε στις 18 Φεβ 2026 - 2,13 MBΛειτουργεί με firefox 109.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT