From 63bee7150950ecc0c94649e4cb14f274cc6661f9 Mon Sep 17 00:00:00 2001 From: Vimox Shah <10022243+vimoxshah@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:40:36 +0530 Subject: [PATCH] Point the cask at 1.1.1 and refresh the offline demo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cask still pinned 1.1.0 and its checksum, so `brew install --cask tokenflow` kept handing out the build with all five defects in it. Version and sha256 now name the v1.1.1 release. The checksum was not copied from the published .sha256 file and trusted: the DMG was downloaded, hashed locally, and the two compared — brew verifies this hash, so a wrong one fails the install outright. The demo page advertised 1.1.0 in its embedded bundle, and its dataHome carried the absolute path of the machine that generated it — including the username — on a page served publicly from GitHub Pages. Regenerated from a throwaway store under /tmp, so the published bundle names no home directory. Same shape as before (60 days, ~1.8k synthetic records, 1.5 MB) rather than the current 160-day default, which would have doubled the page weight for a cosmetic fix. Still flagged "demo": true, still labelled DEMO DATA in the UI, and rendered to confirm it before publishing. Co-Authored-By: Claude Opus 5 (1M context) --- Casks/tokenflow.rb | 4 ++-- site/demo/index.html | 23 ++++++++++++++++++++--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Casks/tokenflow.rb b/Casks/tokenflow.rb index c71c3b1..1a283ff 100644 --- a/Casks/tokenflow.rb +++ b/Casks/tokenflow.rb @@ -1,6 +1,6 @@ cask "tokenflow" do - version "1.1.0" - sha256 "e560ff35518a0a4033564dc67eb19e4faec0eee6ead09ebd0bd71a6115e07cc8" + version "1.1.1" + sha256 "60fd7f5ce48e694af823394c63fbade8785f0ebe617fa606279e1888c7f2837c" url "https://github.com/vimoxshah/tokenflow/releases/download/v#{version}/TokenFlow-#{version}.dmg" name "TokenFlow" diff --git a/site/demo/index.html b/site/demo/index.html index 3c8f301..d5fa33e 100644 --- a/site/demo/index.html +++ b/site/demo/index.html @@ -684,9 +684,9 @@

Tokenflow