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.10.1"
".": "0.11.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented here by Release Please.

## [0.11.0](https://github.com/iHildy/opencode-synced/compare/v0.10.1...v0.11.0) (2026-09-23)


### Features

* Support OpenCode v2 alongside v1 with explicit dual entrypoints and safe sync tool commands ([#84](https://github.com/iHildy/opencode-synced/pull/84)).


### Bug Fixes

* Restore synced Git sessions on link and pull across machines ([#83](https://github.com/iHildy/opencode-synced/pull/83), [#51](https://github.com/iHildy/opencode-synced/issues/51)).
* Keep v2 sync status read-only and preserve valid MCP server overrides when another server lacks secrets ([#84](https://github.com/iHildy/opencode-synced/pull/84)).

### Security

* Pin the remaining GitHub Actions to immutable commits ([#82](https://github.com/iHildy/opencode-synced/pull/82)).

### Documentation

* Explain v1/v2 requirements, configuration keys, and the Node shell shim ([#84](https://github.com/iHildy/opencode-synced/pull/84)).

## [0.10.1](https://github.com/iHildy/opencode-synced/compare/v0.10.0...v0.10.1) (2026-08-31)


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": "opencode-synced",
"version": "0.10.1",
"version": "0.11.0",
"description": "Sync global opencode config across machines via GitHub.",
"author": {
"name": "Ian Hildebrand"
Expand Down
Loading