Skip to content

Releases: lhanks/tubar-releases

Tubar Extension v0.6.1 — New Tab CSP fix

16 Jun 02:43

Choose a tag to compare

Patch release fixing the New Tab page under Manifest V3 CSP.

Fixed

  • New Tab search box now works. The search handler had been an inline <script> in the New Tab page, which MV3's extension CSP (script-src 'self') refuses — the console logged a CSP violation and pressing Enter did nothing. The handler now lives in the bundled module, so it runs and the box searches Google as intended. (TUBAR-066)

This is the build that resolves the Chrome Web Store v0.6.0 review rejection. Sideload: download the zip, unzip, then chrome://extensions → Developer mode → Load unpacked → pick the unzipped folder.

Tubar Extension v0.6.0 — full Tubar rebrand + inline auth

13 Jun 13:32

Choose a tag to compare

Tubar Extension v0.6.0

A big release — the extension is fully rebranded and gains a real icon picker, card rows, and reordering, on top of a stack of toolbar/dropdown fixes.

Highlights

  • Ember Terminal rebrand. Popup, manager, and options pages moved to the Tubar palette + monospace type (JetBrains Mono bundled), with a » header. All remaining raindrop vocabulary and visual metaphors are gone. (TUBAR-029, TUBAR-060)
  • Full FontAwesome icon picker. All 3,772 FontAwesome icons are now searchable when choosing a bookmark/folder icon. (TUBAR-054)
  • Card display mode for dropdown rows — shows name + description, not just the title. (TUBAR-059)
  • Reorder from the context menu — Move up/down inside dropdowns, Move left/right on the bar. (TUBAR-049)
  • Inline log in / sign up in the popup — no more Open-Settings dead-end. (TUBAR-030)
  • Manage button moved into the popup top bar. (TUBAR-052)
  • Tier rebrand Personal/Pro → Pro/Max, with a plan badge on the toolbar pill + icon. (#67)

Fixed

  • Popup keyboard zone-nav no longer swallows Tab / / / arrow keys while typing in form fields. (TUBAR-061)
  • Toolbar padding offset survives sites that clobber the page body (e.g. GitHub) — pages no longer slide under the toolbar. (TUBAR-053, TUBAR-058)
  • Favicon picks in the bookmark icon dialog now actually apply. (TUBAR-057)
  • Dropdowns and sub-dropdowns no longer clip at the right viewport edge; context menus are clamped to the viewport. (TUBAR-055, TUBAR-056)
  • "New sub-folder" no longer leaves the dropdown closed (drill-down toggle race). (TUBAR-051)
  • Expanded folder bookmarks no longer vanish after adding a sub-folder (fetch resilience). (TUBAR-048)
  • Drag-and-drop: drop-into-folder shows instantly, drag-out-of-folder and stale/slow moves fixed; redraw storms and render flash eliminated. (TUBAR-038, TUBAR-039, TUBAR-041)

Under the hood

  • New adapter domain model (TubarFolder / TubarBookmark / TubarAdapter) with TubarCloudAdapter + RaindropAdapter behind an adapter selector. (TUBAR-027)

Install: download tubar-extension-v0.6.0.zip, unzip, then in chrome://extensions enable Developer mode → Load unpacked → select the unzipped folder (or reload if already installed).

Tubar Extension v0.5.1 — folder delete fix

08 Jun 21:01

Choose a tag to compare

Tubar Extension v0.5.1

Fixed

  • Deleting a folder now works. Folder (and bookmark) deletes were failing with a server 400 because the request advertised a JSON body it didn't send. Fixed — bodyless requests no longer send a Content-Type: application/json header. (TUBAR-025)
  • Clearer locked message. When your vault is locked, creating a folder now tells you to click the Tubar icon and unlock, instead of showing a raw LOCKED. (TUBAR-026)

Also included (first public build of the v0.5.x line)

  • Bundle hardening for the Chrome Web Store (console output stripped from the shipped build). (v0.5.0)

Install: download tubar-extension-v0.5.1.zip, unzip, then in chrome://extensions enable Developer mode → Load unpacked → select the unzipped folder (or reload if already installed).

Tubar v0.4.0

06 Jun 12:11

Choose a tag to compare

Tubar v0.4.0

New

  • Native signup & login in the extension — create or log into a Tubar Cloud account with email + password right from the Options page. Your encryption key is derived and unwrapped on-device; your password never leaves your browser.

Fixes

  • No more double toolbar when dragging a folder into another folder.
  • Shift-drag a folder now only repositions it — it never drops into a folder.

Install

  1. Download tubar-extension-v0.4.0.zip below and unzip it.
  2. Open chrome://extensions, turn on Developer mode.
  3. Load unpacked and pick the unzipped folder.

Tubar Extension v0.2.0 — native zero-knowledge

23 May 20:15

Choose a tag to compare

Phase 3 release — the extension is now a native zero-knowledge Tubar client.

What's new

  • Tubar Cloud account type. Add an account against tubar.app (or stage.tubar.app) — no more typing a base URL.
  • Zero-knowledge encryption. All bookmark + collection content is encrypted on your device before it leaves. The server stores opaque ciphertext only.
  • Two ways to connect a Tubar account:
    • Log in with Tubar — opens tubar.app/connect, derives your key locally, hands it to the extension via an in-browser content-script bridge (the key never transits a URL).
    • Paste key — drop your token + private key JWK directly into the options page.
  • Cipher Overflow brand applied — new logo (the » overflow chevron), JetBrains Mono, dark palette.
  • Tubar-native .tubar-toolbar-config marker with adopt-legacy migration — your pinned toolbar follows you to Tubar.
  • Continues to work unchanged with raindrop.io accounts.

Install (load unpacked)

  1. Download tubar-extension-v0.2.0.zip, unzip.
  2. chrome://extensions → Developer mode on → Load unpacked → pick the unzipped folder.
  3. Options → Add account → Tubar Cloud (or Raindrop.io / Self-hosted as before).

Known gaps

  • File-upload bookmarks aren't supported on Tubar accounts yet (raindrop.io accounts still work).
  • Chrome Web Store listing pending review — load-unpacked for now.

Source: https://github.com/lhanks/tubar · Cloud: https://tubar.app

Tubar Extension v0.1.0

23 May 13:48

Choose a tag to compare

First public build of the Tubar browser extension (Chrome, MV3).

Install: download tubar-extension-v0.1.0.zip, unzip, then chrome://extensions → Developer mode → Load unpacked → select the folder. See the README.

  • Browser-bar bookmark UI across every tab
  • Multi-account (Tubar cloud + self-hosted + raindrop.io import)
  • Zero-knowledge encryption (Mode A default; Mode B bring-your-own-key on Pro)

Cloud: https://tubar.app · Source: https://github.com/lhanks/tubar