Diogel의 버전 기록 - 5개 버전
Diogel 제작자: threenine.io
Diogel의 버전 기록 - 5개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.0.16
2026년 3월 21일에 출시 - 4.2 MBfirefox 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
2026년 3월 16일에 출시 - 4.2 MBfirefox 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 #24MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.0.13
2026년 3월 3일에 출시 - 2.12 MBfirefox 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 AccountMIT 라이선스에 따라 릴리스된 소스 코드