Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog for 1.58.0/1.58.1 #14815

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
- [task] added task related context keys [#14757](https://github.com/eclipse-theia/theia/pull/14757)
- [vsx-registry] added logic to load plugin readme from file system [#14699](https://github.com/eclipse-theia/theia/pull/14699)

<a name="breaking_changes_1.58.1">[Breaking Changes:](#breaking_changes_1.58.1)</a>

- [electron] It is now mandatory to bundle the Theia backend in Electron applications due to an updated dependency [#14781](https://github.com/eclipse-theia/theia/pull/14781) [#14812](https://github.com/eclipse-theia/theia/pull/14812). In case you are still using the non-bundled variant: Regenerate your webpack.config.js and adjust the entry point in the package.json of your Electron application. See [here](#breaking_changes_1.39.0) for more information.

## 1.57.0 - 12/16/2024

- [ai] added initial support for MCP [#14598](https://github.com/eclipse-theia/theia/pull/14598)
Expand Down
Loading