Make the FCC logo background transparent (#1257)
Browse files## Problem
The FCC mark is enclosed by a dark rounded-square tile. The tile
prevents the symbol from blending naturally with README, desktop, tray,
and menu-bar backgrounds.
## Changes
| Before | After |
| --- | --- |
| The three branches and terminal sit on a fixed dark tile. | The
branches and terminal sit on a transparent canvas. |
| Packaged and README artwork include the outer background. | SVG, PNG,
ICO, ICNS, and theme-aware README artwork retain only the FCC symbol. |
| The package version is 4.12.7. | The package version is 4.12.8. |
- assets/free-claude-code-wordmark-dark.svg +0 -1
- assets/free-claude-code-wordmark-light.svg +0 -1
- pyproject.toml +1 -1
- src/free_claude_code/assets/app-icon.icns +2 -2
- src/free_claude_code/assets/app-icon.ico +2 -2
- src/free_claude_code/assets/app-icon.png +2 -2
- src/free_claude_code/assets/app-icon.svg +0 -1
- uv.lock +1 -1
assets/free-claude-code-wordmark-dark.svg
CHANGED
|
|
|
|
assets/free-claude-code-wordmark-light.svg
CHANGED
|
|
|
|
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "free-claude-code"
|
| 7 |
-
version = "4.12.
|
| 8 |
description = "Local proxy connecting coding agents to OpenAI-compatible AI providers"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.14.0"
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "free-claude-code"
|
| 7 |
+
version = "4.12.8"
|
| 8 |
description = "Local proxy connecting coding agents to OpenAI-compatible AI providers"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.14.0"
|
src/free_claude_code/assets/app-icon.icns
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55b7f21233557faaec825bf1017e30f11abf403f7915d71153a2c24b34336ba
|
| 3 |
+
size 90091
|
src/free_claude_code/assets/app-icon.ico
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
src/free_claude_code/assets/app-icon.png
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
src/free_claude_code/assets/app-icon.svg
CHANGED
|
|
|
|
uv.lock
CHANGED
|
@@ -620,7 +620,7 @@ wheels = [
|
|
| 620 |
|
| 621 |
[[package]]
|
| 622 |
name = "free-claude-code"
|
| 623 |
-
version = "4.12.
|
| 624 |
source = { editable = "." }
|
| 625 |
dependencies = [
|
| 626 |
{ name = "aiohttp" },
|
|
|
|
| 620 |
|
| 621 |
[[package]]
|
| 622 |
name = "free-claude-code"
|
| 623 |
+
version = "4.12.8"
|
| 624 |
source = { editable = "." }
|
| 625 |
dependencies = [
|
| 626 |
{ name = "aiohttp" },
|