Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.34"
".": "0.4.35"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.35](https://github.com/stuffbucket/maximal/compare/v0.4.34...v0.4.35) (2026-06-24)


### Features

* **shell:** warn to restart Claude Code when disabling routing on Windows ([c881305](https://github.com/stuffbucket/maximal/commit/c881305e69dd2af6b6e4dd76ae69f357b01acb20))
* Windows tray parity + god-rays site redesign (v0.4.35) ([1164d79](https://github.com/stuffbucket/maximal/commit/1164d7989a64d24af24814624824e6ae8bdb868e))
* Windows tray parity + god-rays site redesign (v0.4.35) ([#181](https://github.com/stuffbucket/maximal/issues/181)) ([1164d79](https://github.com/stuffbucket/maximal/commit/1164d7989a64d24af24814624824e6ae8bdb868e))


### Bug Fixes

* **auth:** prime models cache after device-flow sign-in ([#177](https://github.com/stuffbucket/maximal/issues/177)) ([8259883](https://github.com/stuffbucket/maximal/commit/8259883fdb35520b398bac11595289598191b458))
* **shell:** show splash only once the webview has painted ([6fdb0fc](https://github.com/stuffbucket/maximal/commit/6fdb0fcb17d2202fb901852a1ed619a25702a094))
* **shell:** windows startup notification — system tray + down arrow ([ba14174](https://github.com/stuffbucket/maximal/commit/ba14174c5bbade3c5fbd60f5b79e4befd64e157e))
* **windows:** correct Claude Desktop 3P dir to %LOCALAPPDATA% + fix detection ([f010499](https://github.com/stuffbucket/maximal/commit/f0104990b4f9b81f3f9f6f36d40d3fd8ba6c797d))
* **windows:** detect MSIX/Store Claude Desktop install ([aba5850](https://github.com/stuffbucket/maximal/commit/aba5850cedc8054d5475598c406e6453cd8ce3f1))

## [0.4.34](https://github.com/stuffbucket/maximal/compare/v0.4.33...v0.4.34) (2026-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@stuffbucket/maximal",
"version": "0.4.34",
"version": "0.4.35",
"description": "Local proxy that exposes GitHub Copilot as OpenAI- and Anthropic-compatible HTTP endpoints.",
"keywords": [
"proxy",
Expand Down