Skip to content

Commit c4224e0

Browse files
ralyodioclaude
andcommitted
release: v0.2.22 — sidebar/options brand-logo uses emblem, not wordmark lockup
The v0.1.27 branding pass wrongly swapped these brand-logo <img>s from favicon.svg to logo.svg (the full TRONBROWSER wordmark lockup). At the sidebar's 20px size next to the "TronBrowser" text label that lockup was squished and redundant. Revert both the AI sidebar (sidepanel.html) and the options page header back to the emblem (icons/favicon.svg). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0aa2c66 commit c4224e0

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

apps/desktop/extensions/ai-sidebar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "TronBrowser",
4-
"version": "0.2.21",
4+
"version": "0.2.22",
55
"description": "TronBrowser — privacy-first, AI-native. Branded new tab, private search, CoinPay login, and a bring-your-own-keys AI sidebar.",
66
"icons": {
77
"16": "icons/icon-16.png",

apps/desktop/extensions/ai-sidebar/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</style>
5050
</head>
5151
<body>
52-
<img src="icons/logo.svg" alt="TronBrowser" class="brand-logo" />
52+
<img src="icons/favicon.svg" alt="TronBrowser" class="brand-logo" />
5353
<h1>Settings</h1>
5454

5555
<h2>Account</h2>

apps/desktop/extensions/ai-sidebar/sidepanel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<img src="icons/logo.svg" alt="TronBrowser" class="brand-logo" />
11+
<img src="icons/favicon.svg" alt="TronBrowser" class="brand-logo" />
1212
<span class="brand">Tron<span class="accent">Browser</span></span>
1313
<span id="provider" class="provider"></span>
1414
<button id="settings" title="Settings"></button>

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/desktop",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "Desktop shell for the TronBrowser Chromium fork",
66
"type": "module",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/docs",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "Documentation site",
66
"type": "module",

apps/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/extensions",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "TronBrowser extension store — pay $1, list your MV3 extension (tronbrowser.dev/store)",
66
"type": "module",

apps/mobile/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "tronbrowserdev",
55
"owner": "profullstack",
66
"scheme": "tronbrowser",
7-
"version": "0.2.21",
7+
"version": "0.2.22",
88
"orientation": "portrait",
99
"userInterfaceStyle": "dark",
1010
"platforms": [

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/mobile",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "TronBrowser mobile (Expo / React Native) — Phase 2",
66
"type": "module",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/web",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "TronBrowser marketing site + web dashboard",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tronbrowser",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"private": true,
55
"description": "TronBrowser.dev — open-source, privacy-first, AI-native browser",
66
"packageManager": "pnpm@9.12.0",

0 commit comments

Comments
 (0)