Doplnky pre prehliadač Firefox
  • Rozšírenia
  • Témy vzhľadu
    • Pre Firefox
    • Slovníky a jazykové balíky
    • Stránky ostatných prehliadačov
    • Doplnky pre Android
Prihlásiť sa
Ikona doplnku

História doplnku Diogel - 8 verzií

Diogel Autor: threenine.io

Doplnok zatiaľ nie je ohodnotený
Hodnotenie: 0 z 5
5
0
4
0
3
0
2
0
1
0
História doplnku Diogel - 8 verzií
  • So starými verziami buďte opatrní! Tieto verzie sú zobrazené za účelom testovania a referencie.Vždy by ste mali používať najnovšiu verziu doplnku.

  • Najnovšia verzia

    Verzia 0.0.19

    Vydaná 19. máj 2026 - 4,26 MB
    Funguje s: firefox verzia 115.0 a novšia
    Version v0.0.19

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť Firefox a získať rozšírenie
    Stiahnuť súbor
  • Staršie verzie

    Verzia 0.0.18

    Vydaná 15. apr 2026 - 4,26 MB
    Funguje s: firefox verzia 115.0 a novšia
    Version 0.0.18-3690444

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.17

    Vydaná 30. mar 2026 - 4,22 MB
    Funguje s: firefox verzia 115.0 a novšia
    🩹 Fixes
    Update publish workflows with proper action versions and validation (81e4c35)
    Prevent AccountDropdown from redirecting away from approval popup (ec629cd)
    Improve SignerApproval layout in popup (7edd042)
    Remove broken type imports from content-script.ts (8b8dec0)
    🏡 Chore
    release: V0.0.16 (130c000)
    Improve code formatting, update primary color variable, and adjust Quasar dark mode configuration (d49b74b)
    Add typography styles and update color variables for consistent theming across components (7d33064)
    Update button styles and introduce brand-specific classes for consistent design (fae7eb5)
    Update button styles and introduce brand-specific classes for consistent design (c3b7f33)
    Update card styles, improve ProfileView layout, and refine SCSS structure for consistent design (ddf4148)
    Remove unnecessary inline style from ExtensionWindowHeader component (5101a86)
    Make header logo dynamic based on Quasar dark mode toggle (1c43f93)
    Add header assets for light and dark modes (aa6d32d)
    Update AccountDropdown UI and add standardized select dropdown styles (d967462)
    Add smooth transitions, skeleton loaders, and accessibility-focused animations for interactive components (06b8616)
    Refactor bridge definitions and improve type safety across content script and background handlers (5abfc2c)
    Add centralized error handling with ErrorCode enums and metadata, refactor vault service responses for consistency (8df09b7)
    Add BridgeAction type import to improve type safety in content script (5e451e8)
    Add Web Crypto API mocks for unit tests, update Vitest config with setup file, and enhance vault tests with crypto operations (768c8c5)
    Bump package version to 0.0.16 in package-lock.json (ebd2571)
    Update import paths for bridge types to fix relative path resolution in background and content scripts (6d90e0d)
    Add background.ts with types for background script and NIP-07 interface definitions (1eeff24)
    Refactor auto-lock mechanism into a dedicated service, update background interactions for improved modularity (7c8489c)
    Refactor vault operations into dedicated handlers and update background.ts to use typed interfaces for improved modularity (49aab4a)
    Refactor permission handling into a dedicated module and update background.ts to use standardized permission checks (a74fe8e)
    Add Firefox-specific build command to package.json (4ae95d0)
    Fix type casting for private key in background.ts to align with nostr-tools usage (7bf157a)
    Add NIP-07 handleGetPublicKey handler and integrate with bridge approvals in background.ts (d0a6751)
    Add handleSignEvent NIP-07 handler and refactor nostr.signEvent logic for modularity and error handling (5eb4440)
    Add i18n support for theme and auto-lock labels in settings and refactor to use localized strings (eebaf31)
    Update Node.js version in .nvmrc to v24.14.0 and add placeholder section in README (e7ee973)

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.16

    Vydaná 21. mar 2026 - 4,2 MB
    Funguje s: firefox verzia 115.0 a novšia
    🚀 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)

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.15

    Vydaná 16. mar 2026 - 4,2 MB
    Funguje s: firefox verzia 115.0 a novšia
    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

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.14

    Vydaná 9. mar 2026 - 4,2 MB
    Funguje s: firefox verzia 115.0 a novšia

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.13

    Vydaná 3. mar 2026 - 2,12 MB
    Funguje s: firefox verzia 115.0 a novšia
    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

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
  • Verzia 0.0.11

    Vydaná 18. feb 2026 - 2,13 MB
    Funguje s: firefox verzia 109.0 a novšia

    Zdrojový kód je k dispozícii v rámci licencie Licencia MIT

    Stiahnuť súbor
Prejsť na domovskú stránku Mozilly

Doplnky

  • O nás
  • Blog o doplnkoch pre Firefox
  • Workshop tvorby rozšírenia
  • Centrum pre vývojárov
  • Pravidlá pre vývojárov
  • Komunitný blog
  • Fórum
  • Nahlásiť chybu
  • Pokyny pre recenzentov

Prehliadače

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Súkromie
  • Cookies
  • Právne informácie

Ak nie je uvedené inak, obsah tejto stránky je dostupný pod licenciou Creative Commons Attribution Share-Alike License v3.0 alebo jej akejkoľvek vyššej verzie.