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
5 changes: 0 additions & 5 deletions .changeset/block-core-update-without-optimizer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-optimizer-health.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/preserve-planned-pv-export.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.9.1

### Patch Changes

- 3352ab0: Block in-app Core updates until the Compose optimizer sidecar is present and healthy. Legacy operator override files remain unchanged and the update error points to the migration guide.
- 3352ab0: Report the mathematical optimizer as degraded when its worker cannot answer a compatible handshake or the active plan uses the Go fallback, and show the fallback reason in the dashboard and system status.
- 3352ab0: Preserve planned PV export when live surplus replaces a later grid charge, honor the configured arbitrage spread, and limit early charging to the later grid-funded energy it can replace.

## 1.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftw",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"type": "module",
"description": "FTW — local-first home energy coordination. Version metadata only; the runtime is Go and the mathematical planner is Python/CVXPY.",
Expand Down