Skip to content

Releases: ItayCohen-Prog/CodexWinBar

CodexWinBar 1.1.18

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:46
158c17d
v1.1.18

CodexWinBar 1.1.18

CodexWinBar 1.1.17

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:36
b90c22a
v1.1.17

CodexWinBar 1.1.17

CodexWinBar 1.1.16

Choose a tag to compare

@github-actions github-actions released this 15 Jul 23:47
cc79349
v1.1.16

CodexWinBar 1.1.16

CodexWinBar 1.1.15

Choose a tag to compare

@github-actions github-actions released this 15 Jul 15:30
a816a1e
v1.1.15

CodexWinBar 1.1.15

CodexWinBar 1.1.14

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:23
v1.1.14

CodexWinBar 1.1.14

CodexWinBar 1.1.13

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:06
v1.1.13

CodexWinBar 1.1.13

CodexWinBar 1.1.12

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:45
v1.1.12

CodexWinBar 1.1.12

CodexWinBar 1.1.11

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:35
v1.1.11

CodexWinBar 1.1.11

CodexWinBar 1.1.10

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:27
v1.1.10

CodexWinBar 1.1.10

CodexWinBar 1.1.9

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:48
d48c736

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.