Skip to content
Open
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.43.1"
".": "0.44.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.44.0](https://github.com/windmill-labs/webmux/compare/v0.43.1...v0.44.0) (2026-07-29)


### Features

* switch a worktree to another profile after creation ([2c320ef](https://github.com/windmill-labs/webmux/commit/2c320ef08e133cc23523f27cc5049ce2fc704d68))
* switch a worktree to another profile after creation ([bc3b714](https://github.com/windmill-labs/webmux/commit/bc3b71427e7f3dd6b31bb1c8adb591564d8ae89b))


### Bug Fixes

* proxy per-project /<prefix>/api and /ws paths in vite dev ([5948448](https://github.com/windmill-labs/webmux/commit/594844886bb0b7acd86c40543eed171b92fe7e50))

## [0.43.1](https://github.com/windmill-labs/webmux/compare/v0.43.0...v0.43.1) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmux",
"version": "0.43.1",
"version": "0.44.0",
"description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
"type": "module",
"repository": {
Expand Down