Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
附加元件圖示

PureWolf - Local TELA services for DERO 版本紀錄 - 15 個版本

PureWolf - Local TELA services for DERO 作者: arcanesphere

目前沒有評分
0 顆星,滿分 5 顆星
5
0
4
0
3
0
2
0
1
0
PureWolf - Local TELA services for DERO 版本紀錄 - 15 個版本
  • 小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。

  • 最新版本

    版本 2.0.1

    發行於 2026年6月30日 - 56.54 KB
    適用於 firefox 142.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載 Firefox 並安裝擴充套件
    下載檔案
  • 較舊版本

    版本 2.0.0

    發行於 2026年6月30日 - 56.7 KB
    適用於 firefox 142.0 與更新版本
    Version 2.0.0 — Major update with HyperGnomon integration, redesigned UI, and faster TELA discovery.

    New:
    - HyperGnomon engine — replaced custom TELA discovery with HyperGnomon's FastSync for reliable ~10s app detection
    - Server Status redesign — 3 cards (Network, TELA Apps, Sync) with click-to-expand daemon details, tip age tracking, persistent uptime
    - TELA app count now shows 110 indexed apps with live status
    - KITT scanner — animated progress bar during SCID loading

    Improved:
    - Search — Top Rated is default sort, free-text search (no dero:// required), retry button on failure, cached results across page navigation, unloaded ratings show "—" instead of "0"
    - Bookmarks — inline popover replaces browser prompt(), confirmation dialog before removing bookmarks, inline label editing, auto-connect on Load
    - Settings — auto-save all changes, toggle switches replace checkboxes, tag chip input for hidden extensions
    - Help page — 5 grouped sections with code-block copy button
    - About page — 4 grouped sections with credits and resource links

    Fixed:
    - CORS issues with native helper on localhost
    - 2-second re-render loop on dashboard
    - DERO address length check for ratings parsing
    - Star icon vertical centering in bookmark inputs
    - Popover positioning with blurred header backgrounds

    Removed:
    - Chrome browser support (Firefox only going forward)
    - Dead code: ~65 lines of unused scanner/status functions

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.0.1

    發行於 2026年6月25日 - 53.44 KB
    適用於 firefox 142.0 與更新版本
    PureWolf connects Firefox to a local native service for the DERO Homomorphic Encryption Blockchain, enabling TELA app browsing, blockchain search, and node management directly from your browser.

    Features:

    Browse and load TELA decentralized apps (dApps) by SCID or dURL
    Connect to any DERO daemon node (local or remote)
    Monitor blockchain sync progress in real time
    Search indexed TELA apps with ratings and metadata
    Bookmark favorite nodes and SCIDs
    Dark/light theme toggle
    Requirements: A local native helper application (purewolf-native) must be installed — see the GitHub release for your platform.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 1.0.0

    發行於 2026年6月25日 - 53.33 KB
    適用於 firefox 142.0 與更新版本
    PureWolf connects Firefox to a local native service for the DERO Homomorphic Encryption Blockchain, enabling TELA app browsing, blockchain search, and node management directly from your browser.

    Features:

    Browse and load TELA decentralized apps (dApps) by SCID or dURL
    Connect to any DERO daemon node (local or remote)
    Monitor blockchain sync progress in real time
    Search indexed TELA apps with ratings and metadata
    Bookmark favorite nodes and SCIDs
    Dark/light theme toggle
    Requirements: A local native helper application (purewolf-native) must be installed — see the GitHub release for your platform.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.70

    發行於 2026年4月14日 - 47.79 KB
    適用於 firefox 140.0 與更新版本
    v0.9.70
    Fix: shard reconstruction

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.55

    發行於 2026年3月7日 - 48.05 KB
    適用於 firefox 140.0 與更新版本
    PureWolf v0.9.55 — Changelog

    Native & Sync
    - Fixed sync progress bar stuck at 0.0% — now shows animated indeterminate bar during Gnomon fastsync since block progress is not available until completion
    - Fixed sync percentage calculation — after fastsync, progress is now relative to the gap being closed (e.g. 343 blocks = 0→100%) instead of comparing against the full chain height of 6.7M blocks
    - Fixed sync complete firing too early — added indexed > 0 guard to prevent false completion trigger before indexing has actually started
    - Gnomon now reads LastIndexedHeight and ChainHeight directly from the indexer struct instead of querying the database, which always returned 0 during fastsync

    Search
    - Fixed duplicate SCIDs appearing on refresh — load token cancellation system ensures stale loads self-cancel when a newer load starts
    - Fixed search results empty after sync — loadSearchSCIDs now correctly triggers after sync completes
    - SCID results now load directly on click by default — clicking a name, URL or SCID in search results immediately loads it

    Settings
    - Added Direct Load SCIDs toggle — controls whether clicking a search result loads it immediately or just fills the SCID input
    - Toggle saves instantly on change, no Save button required
    - Fixed settings not persisting — saveSettings was writing to localStorage before reading the checkbox value, saving stale data
    - Fixed loadSettings — directLoad restore was inside a conditional block that silently skipped when no default node was set
    - Save and Reset buttons now grouped inside the Default Node setting where they belong

    UI
    - Fixed duplicate onMessage listener — two listeners were registered, causing double handling of every native message
    - Fixed resetSyncProgress missing — was called in multiple places but never defined, causing silent errors on disconnect
    - syncStartHeight now resets on disconnect and reconnect so relative progress bar starts correctly each session

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.50

    發行於 2026年3月7日 - 47.46 KB
    適用於 firefox 140.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.41

    發行於 2026年2月24日 - 46.98 KB
    適用於 firefox 140.0 與更新版本
    Bug fix: <pre><code> didn't break on page end.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.40

    發行於 2026年2月24日 - 46.94 KB
    適用於 firefox 140.0 與更新版本
    UI / Status Indicators

    Replaced all emoji status indicators (🟢 🔴 ⏳) with CSS-controlled status dots across dashboard.js and popup.js
    Added four dot states: connected (green pulse), pending (amber fast pulse), warning (amber static), error (red static)
    Sync label now shows dot + text: "Not syncing", "X% syncing...", "Synced"
    Native status in popup now uses dots for Running / Disconnected / Stopped / Reconnecting states

    Styling

    Full CSS overhaul to match dark tech aesthetic: near-black backgrounds, cyan accent (#00d4ff), green success (#00ff88), glowing borders and button hovers
    Buttons converted to outlined style (transparent background, colored border, fills on hover)
    Nav items now uppercase with letter-spacing
    Setting labels styled as accent-colored uppercase headers
    SCID SVG icons now render in accent color
    Scrollbar slimmed to 6px, thumb turns accent color on hover
    Sidebar logo repositioned to the right via margin-left: auto and order: 3
    Search bar made sticky on scroll in the search page

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.31

    發行於 2026年2月22日 - 46.83 KB
    適用於 firefox 140.0 與更新版本
    Change the install link to the native release on github

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.3

    發行於 2026年2月22日 - 46.83 KB
    適用於 firefox 140.0 與更新版本
    There are a lot fixes and changes, mainly to the backend.
    The applications in open-source:
    https://github.com/ArcaneSphere/PureWolf-Browser-Extension

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.9.0

    發行於 2026年2月10日 - 44.42 KB
    適用於 firefox 140.0 與更新版本
    UI updates

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.8.1

    發行於 2026年2月7日 - 41.41 KB
    適用於 firefox 140.0 與更新版本
    Updated the README and the extension help page for the new way of installing the native package.

    The curl installer is a streaming installer, so it downloads and sets up everything in one go, with no temporary files needed

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.8.0

    發行於 2026年2月6日 - 41.41 KB
    適用於 firefox 140.0 與更新版本
    Major internal upgrade: the native messaging backend has been fully rewritten in Go, replacing the previous Python implementation.
    This improves performance, reduces resource usage, and provides a more stable bridge between PureWolf and local TELA / Gnomon services.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 0.5.1

    發行於 2026年1月27日 - 43.39 KB
    適用於 firefox 142.0 與更新版本

    原始碼依照 MIT License 條款釋出

    下載檔案
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

下載

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新編譯版本

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

社群

  • Connect
  • Contribute
  • Developer

追蹤

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。