Skip to content

Releases: devjoe/truly

Truly 0.1.1 Preview 10

Pre-release

Choose a tag to compare

@devjoe devjoe released this 29 Jun 14:02

Truly 0.1.1 Preview 10 is a GitHub preview release for testers.

Highlights:

  • Improves Facebook sponsored post detection for English Ad metadata labels.
  • Adds regression coverage for group-page heads-up placement.
  • Makes the Facebook live audit tolerate quiet low-risk heads-up rows.
  • Uses gemma4:e4b as the default model hint for Ollama and OpenAI-compatible endpoints.

Install:

  1. Download truly-extension-0.1.1-3841e321bd10.zip.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. Choose Load unpacked and select the unzipped extension folder.

This is still an early preview. Chrome Web Store distribution remains separate from this GitHub release.

Truly 0.1.1 Preview 9

Truly 0.1.1 Preview 9 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 27 Jun 10:37

Truly 0.1.1 Preview 9

Preview 9 focuses on model setup reliability, release hardening, and Chrome Web Store-compatible package versioning.

Changes

  • Keeps Ollama and OpenAI-compatible endpoint/model drafts separate in both Pre-reading prompt and Summary / deep reading settings.
  • Updates local model placeholders to a portable gemma-4-e4b-it-4bit default for OpenAI-compatible endpoints.
  • Reduces sponsored-post false positives by removing author-level sponsored memory.
  • Hardens development/release build boundaries so development-only reload hooks are excluded from submitted packages.
  • Bumps the Chrome package version to 0.1.1 because Chrome Web Store requires manifest.version to increase for each uploaded package.

Install

Download truly-extension-0.1.1-7bdb3a06170c.zip, unzip it, open chrome://extensions, enable Developer mode, and load the unzipped folder.

Truly 0.1.0 Preview 9

Truly 0.1.0 Preview 9 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 27 Jun 09:23

Truly 0.1.0 Preview 9

Preview 9 focuses on model setup reliability and release hardening.

Changes

  • Keeps Ollama and OpenAI-compatible endpoint/model drafts separate in both Pre-reading prompt and Summary / deep reading settings.
  • Updates local model placeholders to a portable gemma-4-e4b-it-4bit default for OpenAI-compatible endpoints.
  • Reduces sponsored-post false positives by removing author-level sponsored memory.
  • Hardens development/release build boundaries so the dev reload shortcut cannot leak into release packages.

Install

Download truly-extension-0.1.0-71333d3f014b.zip, unzip it, open chrome://extensions, enable Developer mode, and load the unzipped folder.

Truly 0.1.0 Preview 8

Truly 0.1.0 Preview 8 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 24 Jun 06:16

Truly 0.1.0 Preview 8

Preview 8 hardens the Chrome extension release boundary before replacing the
Chrome Web Store draft package.

Highlights

  • Removes production dev-reload localhost probes from the service worker.
  • Adds release bundle auditing for built dist/ and packaged extension ZIPs.
  • Gates the development reload shortcut to dev builds only.
  • Hardens the SSR cache bridge validation path.
  • Defaults OpenAI-compatible API keys to session-only storage and keeps debug
    snapshots redacted.
  • Renames the release artifact builder to release:preview and adds a
    separate CWS package/preflight flow.

Install For Testing

  1. Download truly-extension-0.1.0-37029fbf2def.zip.
  2. Unzip it locally.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. Choose "Load unpacked" and select the unzipped extension folder.

Build

  • Commit: 37029fbf2def
  • Version name: 0.1.0 Preview 8
  • Build report: build-report.md
  • Source package: truly-source-0.1.0-37029fbf2def.zip

Truly 0.1.0 Preview 7

Truly 0.1.0 Preview 7 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 22 Jun 20:10

Truly 0.1.0 Preview 7 is the first Chrome Web Store submission candidate.

The same extension package has been submitted to Chrome Web Store as an
Unlisted item and is pending review.

Install

For manual preview testing before the Chrome Web Store item is approved:

  1. Download truly-extension-0.1.0-ac9c68535675.zip from this release.
  2. Unzip the file.
  3. Open chrome://extensions in desktop Chrome.
  4. Enable Developer mode.
  5. Choose Load unpacked.
  6. Select the unzipped extension folder.

Do not install the source zip unless you want to inspect or build the code.

Set Up

After installation, open the extension Options page.

  • Start with Chrome built-in Gemini Nano when it is available.
  • Use Ollama or another compatible local/private endpoint if Gemini Nano is
    unavailable or too slow on your device.

Model setup guide:
https://github.com/devjoe/truly/blob/main/docs/model-setup.md

Try

  • Open a supported Facebook reading surface in desktop Chrome.
  • Check whether compact reading hints appear near supported posts.
  • Expand a hint to inspect the one-sentence summary and reading reminders.
  • Open the side panel to inspect context, follow-up questions, claim signals,
    and manual handoff actions.

Feedback form: https://trulyreader.org/feedback/

Notes

  • This preview provides reading assistance, not authoritative truth.
  • Supported social feed surfaces may change as websites update their layout.
  • Model quality and speed depend on the selected model source.
  • This package was produced from a clean release build and does not include the
    local development reload command.

Build Report

  • Version: 0.1.0
  • Version name: 0.1.0 Preview 7
  • Commit: ac9c685
  • Recommended tag: v0.1.0-preview.7
  • Extension zip: truly-extension-0.1.0-ac9c68535675.zip
  • Source zip: truly-source-0.1.0-ac9c68535675.zip

Truly 0.1.0 Preview 6

Truly 0.1.0 Preview 6 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 17 Jun 09:49

Truly 0.1.0 Preview 6

This Preview keeps the same early tester installation flow and improves model
setup guidance for private endpoints.

Changes

  • Add API key support for OpenAI-compatible endpoints.
  • Clarify model setup guidance for local and LAN model servers.
  • Document oMLX usage as a general OpenAI-compatible endpoint and explicitly
    recommend installing oMLX with --with-grammar for reliable structured
    output.

Install

  1. Download truly-extension-0.1.0-60ae92f2252f.zip.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. Click Load unpacked and choose the unzipped folder.

Notes

  • This is a prerelease for friends and testers.
  • If you use an OpenAI-compatible endpoint that needs authentication, enter the
    API key in Truly Options before using Test and Save.
  • oMLX users should install with grammar support, for example:
    brew reinstall jundot/omlx/omlx --with-grammar.

Truly 0.1.0 Preview 5

Truly 0.1.0 Preview 5 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 16 Jun 16:03

Truly 0.1.0 Preview 5

This is an early preview for friends and testers who are comfortable installing an unpacked Chrome extension.

What changed

  • Hide the Traditional Chinese subtitle in English Options UI.
  • Prefetch visible reading briefs after analysis so opening Deeper Reading can feel faster.
  • Keep preview release metadata guarded against tag reuse.

Install

  1. Download truly-extension-0.1.0-daa5a515ec5a.zip.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Turn on Developer mode.
  5. Click Load unpacked and choose the unzipped folder.

Notes

  • This is a preview build, not a Chrome Web Store release.
  • If Chrome says the extension already exists, remove the older unpacked copy first, then load this one.

Truly 0.1.0 Preview 4

Truly 0.1.0 Preview 4 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 16 Jun 10:16

Truly 0.1.0 Preview 4

Preview 4 improves model setup diagnostics for reading hints, especially when an
Ollama or OpenAI-compatible endpoint responds but does not return the format
Truly needs.

What changed

  • Adds a Copy diagnostics action for reading-hint model test failures.
  • Shows a short model response excerpt when the endpoint responds with an
    unusable format.
  • Clarifies model setup troubleshooting for Ollama-compatible endpoints.

Install

  1. Download truly-extension-0.1.0-6acbdac20b1e.zip.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Turn on Developer mode.
  5. Choose Load unpacked and select the unzipped folder.

This is still a preview build for friends and testers. If a model test fails,
copy the diagnostics text and share it with the issue report.

Truly 0.1.0 Preview 3

Truly 0.1.0 Preview 3 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 16 Jun 05:38

This Preview refresh fixes Gemini Nano readiness checks and simplifies popup status copy.

Install

  1. Download truly-extension-0.1.0-5ba8105aa457.zip.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Turn on Developer mode.
  5. Choose Load unpacked and select the unzipped folder.

Changes

  • Use real Gemini Nano smoke tests from the Options page instead of availability-only checks.
  • Fix Gemini Nano Tier B image smoke testing with a valid probe image.
  • Add the live availability result to Gemini Nano smoke responses.
  • Simplify popup readiness messages.
  • Document that chrome://on-device-internals/ is advisory; Truly uses Prompt API availability plus smoke tests as the runtime source of truth.

Verification

  • npm run check:ollama-cloud-capabilities
  • npm run check:public
  • npm run build
  • Release metadata verified as 0.1.0 Preview 3 -> v0.1.0-preview.3

Truly 0.1.0 Preview 2

Truly 0.1.0 Preview 2 Pre-release
Pre-release

Choose a tag to compare

@devjoe devjoe released this 15 Jun 19:09

Truly 0.1.0 Preview 2

This preview improves model setup checks for testers.

  • Detects whether selected Ollama / Ollama Cloud models can handle image input.
  • Shows clearer warnings when a model can summarize text but cannot analyze images.
  • Adds model setup notes for image-aware models.
  • Adds an optional live smoke test for Ollama vision models.

Use truly-extension-0.1.0-1e12395a6c22.zip for manual Chrome installation.