From ad31249e8843d8a05a6aa387550196d60d7d34f7 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 17 Mar 2026 02:09:51 +0000 Subject: [PATCH] =?UTF-8?q?fix(kon):=20remove=20all=20Ramble=20references?= =?UTF-8?q?=20=E2=80=94=20titles,=20exports,=20copy,=20version=20bump=20to?= =?UTF-8?q?=20v1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app.css | 2 +- src/app.html | 2 +- src/lib/components/ModelDownloader.svelte | 2 +- src/lib/pages/FilesPage.svelte | 2 +- src/lib/pages/SettingsPage.svelte | 2 +- src/lib/utils/export.js | 2 +- src/routes/viewer/+page.svelte | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app.css b/src/app.css index 9a91735..16cf2bc 100644 --- a/src/app.css +++ b/src/app.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=Instrument+Serif:ital@0;1&display=swap'); @import "tailwindcss"; -/* === Ramble Design Tokens === */ +/* === Kon Design Tokens === */ @theme { /* Surfaces — warm layered depth */ --color-bg: #0f0e0c; diff --git a/src/app.html b/src/app.html index 1f1ba19..5dbf136 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ - Ramble + Kon %sveltekit.head% diff --git a/src/lib/components/ModelDownloader.svelte b/src/lib/components/ModelDownloader.svelte index 051be3f..dafd77f 100644 --- a/src/lib/components/ModelDownloader.svelte +++ b/src/lib/components/ModelDownloader.svelte @@ -65,7 +65,7 @@

Download Whisper Model

- Ramble needs the {modelSize} model to transcribe speech. + Kon needs the {modelSize} model to transcribe speech.

{modelInfo[modelSize]?.size ?? "?"} · {modelInfo[modelSize]?.accuracy ?? "?"} accuracy · 100% offline diff --git a/src/lib/pages/FilesPage.svelte b/src/lib/pages/FilesPage.svelte index be5930f..8881a65 100644 --- a/src/lib/pages/FilesPage.svelte +++ b/src/lib/pages/FilesPage.svelte @@ -129,7 +129,7 @@ const url = URL.createObjectURL(blob); const a = document.createElement("a"); a.href = url; - a.download = `ramble-file-${new Date().toISOString().slice(0, 10)}.${ext}`; + a.download = `kon-file-${new Date().toISOString().slice(0, 10)}.${ext}`; a.click(); URL.revokeObjectURL(url); } diff --git a/src/lib/pages/SettingsPage.svelte b/src/lib/pages/SettingsPage.svelte index 0352d6a..84bc130 100644 --- a/src/lib/pages/SettingsPage.svelte +++ b/src/lib/pages/SettingsPage.svelte @@ -627,7 +627,7 @@ {/each} -

Ramble v0.2 · Powered by whisper.cpp · Built by CORBEL Ltd

+

Kon v1.0 · Powered by whisper.cpp · Built by CORBEL Ltd

diff --git a/src/lib/utils/export.js b/src/lib/utils/export.js index efec217..0d736a0 100644 --- a/src/lib/utils/export.js +++ b/src/lib/utils/export.js @@ -59,7 +59,7 @@ function toHTML(text, segments) { -Ramble Transcript +Kon Transcript