diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e29a088d5bbe..e564aeb13b9f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log ## October 2022 +- Fix 'gp open' command to open files in JetBrains Client instead of the backend IDE ([#14182](https://github.com/gitpod-io/gitpod/pull/14182)) - [@felladrin](https://github.com/felladrin) +- Check out the correct branch when opening a prebuild for a commit that is also the latest HEAD of the context branch ([#14019](https://github.com/gitpod-io/gitpod/pull/14019)) - [@nVitius](https://github.com/nVitius) +- Update JetBrains Backend Plugin to work with EAP IDEs v223.7126 ([#13990](https://github.com/gitpod-io/gitpod/pull/13990)) - [@felladrin](https://github.com/felladrin) - A bit faster IDE startup ([#14111](https://github.com/gitpod-io/gitpod/pull/14111)) - [@sagor999](https://github.com/sagor999), [@utam0k](https://github.com/utam0k) - [installer]: print the installer version to the kots-install script ([#14120](https://github.com/gitpod-io/gitpod/pull/14120)) - [@MrSimonEmms](https://github.com/MrSimonEmms) - reliably close Workspaces which fail to start for whatever reason ([#13831](https://github.com/gitpod-io/gitpod/pull/13831)) - [@geropl](https://github.com/geropl)