Releases: ItayCohen-Prog/CodexWinBar
Releases · ItayCohen-Prog/CodexWinBar
Release list
CodexWinBar 1.1.18
v1.1.18 CodexWinBar 1.1.18
CodexWinBar 1.1.17
v1.1.17 CodexWinBar 1.1.17
CodexWinBar 1.1.16
v1.1.16 CodexWinBar 1.1.16
CodexWinBar 1.1.15
v1.1.15 CodexWinBar 1.1.15
CodexWinBar 1.1.14
v1.1.14 CodexWinBar 1.1.14
CodexWinBar 1.1.13
v1.1.13 CodexWinBar 1.1.13
CodexWinBar 1.1.12
v1.1.12 CodexWinBar 1.1.12
CodexWinBar 1.1.11
v1.1.11 CodexWinBar 1.1.11
CodexWinBar 1.1.10
v1.1.10 CodexWinBar 1.1.10
CodexWinBar 1.1.9
What's new
- Places CodexWinBar after Windows taskbar start-side content such as Weather/Widgets instead of covering it.
- Adds Settings -> General -> App updates, so updates remain reachable even when the taskbar widget cannot be clicked.
- Adds --settings to open Settings directly.
- Preserves CodexWinBar OAuth credentials across upgrades in an update-safe per-user directory.
- Makes the one-line installer detect install, update, repair, and downgrade cases. Rerun it over any existing version; do not uninstall first.
- Corrects provider/setup copy: Codex and Claude use browser OAuth built into CodexWinBar. Codex CLI, Claude Code, and Codex Desktop are not installation requirements.
Update
Run this once from PowerShell. It updates or repairs the existing installation in place and preserves sign-ins and settings:
irm https://codexwinbar.webivize.com | iex
From v1.1.8 onward, future updates are also available at Settings -> General -> App updates. If the widget is inaccessible:
& "$env:LOCALAPPDATA\CodexWinBar\current\CodexWinBar.exe" --settings
Setup SHA-256: f2c5342719450828e2e94fc2965962263ba4049866753546654190caad06ee03
If Hostinger resets the connection
The normal command above is preferred. If Windows PowerShell reports "The underlying connection was closed" before the installer starts, use this IPv4 fallback against the same CodexWinBar subdomain:
$s = curl.exe -4 -fsSL https://codexwinbar.webivize.com/install.ps1; iex ($s -join [Environment]::NewLine)
This only changes how the small installer script is fetched; the script still downloads and checksum-verifies the official GitHub release asset.