diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed12f8bd6..5cb887daee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,82 @@ # Change Log +## [5.10.0](https://github.com/eclipse/che/tree/5.10.0) (2017-05-10) +[Full Changelog](https://github.com/eclipse/che/compare/5.9.0...5.10.0) + +**Pull requests merged:** +- Change doc's links. [5033](https://github.com/eclipse/che/pull/5033) +- Apply possibility copy and paste in the terminal by "Ctrl + C" and "Ctrl + V". Combination "Ctrl + C" works to copy only in case if you selected some text in the terminal, otherwise it sends stop signal for current running process in the terminal. [5012](https://github.com/eclipse/che/pull/5012) +- Add stack description into ready-to-go widgets. [5010](https://github.com/eclipse/che/pull/5010) +- [UD] Fixed the select dropbox options to fit menu width. [4983](https://github.com/eclipse/che/pull/4983) +- [UD] truncated long stack description in Stack library by adding '...'[4982](https://github.com/eclipse/che/pull/4982) +- Ffix a problem with saving commands [4955](https://github.com/eclipse/che/pull/4955) +- Add possibility to access external resources in docker image build phase of workspace start if Che is deployed in environment behind the proxy. [4948](https://github.com/eclipse/che/pull/4948) +- [UD] fixed text overlapping on Configure Actions on Factory details page.[4944](https://github.com/eclipse/che/pull/4944) +- Remove redundant action for creating js file [4943](https://github.com/eclipse/che/pull/4943) +- Improve error logging on ws agent start. [4937](https://github.com/eclipse/che/pull/4937) +- Make copy file operation more informative. [4926](https://github.com/eclipse/che/pull/4926) +- Handle file remove operation in recent item list. [4924](https://github.com/eclipse/che/pull/4924) +- Close the editor if the file was removed after external operation. [4911](https://github.com/eclipse/che/pull/4911) +- Removed generating of outdated analitycs rel for factories. [4909](https://github.com/eclipse/che/pull/4909) +- Prevent duplicating project in application context after rename operation [4889](https://github.com/eclipse/che/pull/4889) + +## [5.9.0](https://github.com/eclipse/che/tree/5.9.0) (2017-04-26) +[Full Changelog](https://github.com/eclipse/che/compare/5.8.0...5.9.0) + +**Pull requests merged:** +- fix problem with permissions in /projects [4904](https://github.com/eclipse/che/pull/4904) +- Added ability to set namespace caption, empty message, function for retrieving organization additional info. [4895](https://github.com/eclipse/che/pull/4895) +- [UD] fixed bug when templates list was not shown for existing workspace. [4893](https://github.com/eclipse/che/pull/4893) +- [UD] updated restriction in UD for port range to be 0-65535.[4892](https://github.com/eclipse/che/pull/4892) +- [UD] fixed "Close" icon on "Remove machine" popup.[4890](https://github.com/eclipse/che/pull/4890) +- [UD] changed wrong button text on "Edit the command" popup.[4887](https://github.com/eclipse/che/pull/4887) +- Fixed dockerfile parser in order to correctly parse instructions which contain line breaks and ampersands.[4881](https://github.com/eclipse/che/pull/4881) +- Correctly detect installed java version [4870](https://github.com/eclipse/che/pull/4870) +- Moves che-plugin-machine-ext-client to IDE core. [4861](https://github.com/eclipse/che/pull/4861) +- Do not use debug log level as default when master debug mode is enabled. [4860](https://github.com/eclipse/che/pull/4860) +- Fixed path for aspnet-web-simple project to be the same as project name. [4859](https://github.com/eclipse/che/pull/4859) +- Moved publishing before account removed cascade event to manager instead of entity listener. [4856](https://github.com/eclipse/che/pull/4856) +- Fixes problems running exec-agent. [4845](https://github.com/eclipse/che/pull/4845) +- Improved logging for an agent that fails to start. [4834](https://github.com/eclipse/che/pull/4834) +- Fix a bug with restoring dimensions when refreshing the browser. [4829](https://github.com/eclipse/che/pull/4829) +- Fix docker output in case IDE initiate start workspace [4821](https://github.com/eclipse/che/pull/4821) +- Tomcat upgraded to 8.5.11 [4817](https://github.com/eclipse/che/pull/4817) +- [4802](https://github.com/eclipse/che/pull/4802) +- Show and hide dashboard navigation bar by IDE [4790](https://github.com/eclipse/che/pull/4790) +- Preview image files in dedicated browser tab [4782](https://github.com/eclipse/che/pull/4782) +- Language Server Protocol support ported to Eclipse LSP4J. [4765](https://github.com/eclipse/che/pull/4765) +- Introduced two maven modules for ws-agent minimum set of components that need to start workspace agent [4578](https://github.com/eclipse/che/pull/4578) +- Add WildFly Swarm stack to default assembly. [4544](https://github.com/eclipse/che/pull/4544) + +## [5.8.0](https://github.com/eclipse/che/tree/5.8.0) (2017-04-13) +[Full Changelog](https://github.com/eclipse/che/compare/5.7.0...5.8.0) + +**Pull requests merged:** +- Fix workspace master message routing via json rpc transport. [4798](https://github.com/eclipse/che/pull/4798) +- Fixed disappearing Duplicate/Remove Command buttons when width of the Commands Explorer is too small [4784](https://github.com/eclipse/che/pull/4784) +- Fixed restoring Commands Explorer active state on refreshing IDE [4773](https://github.com/eclipse/che/pull/4773) +- None [4767](https://github.com/eclipse/che/pull/4767) +- Removed outline from the Stop/Rerun buttons on the Commands toolbar [4766](https://github.com/eclipse/che/pull/4766) +- Fixed bug with opening/closing Processes dropdown list when Stop/Rerun button has been clicked [4764](https://github.com/eclipse/che/pull/4764) +- Fix maven build execution that kills Eclipse IDE when building Che [4762](https://github.com/eclipse/che/pull/4762) +- Fixed loading IDE when project has not valid JSON of some command [4755](https://github.com/eclipse/che/pull/4755) +- fix dependency version [4754](https://github.com/eclipse/che/pull/4754) +- `Preview` in context menu is not visible for non-html items. [4753](https://github.com/eclipse/che/pull/4753) +- Fix Maven dependency manangement: Use ${che.version} instead of ${project.version} to allow projects with different version to use Che dependencies.[4752](https://github.com/eclipse/che/pull/4752) +- code clean up after previous merge [4746](https://github.com/eclipse/che/pull/4746) +- Fixes several bugs related to _Execute Command_ buttons on _Commands_ toolbar [4745](https://github.com/eclipse/che/pull/4745) +- Added ability to delete workspace snapshots from Docker Hub. [4744](https://github.com/eclipse/che/pull/4744) +- Replaced IDE client message bus based services to JSON RPC based for the debugger functionality[4739](https://github.com/eclipse/che/pull/4739) +- Added new indexes to DB for faster searches and deletes. [4730](https://github.com/eclipse/che/pull/4730) +- Move CheConnectionClosedInformer to the ide-app module [4726](https://github.com/eclipse/che/pull/4726) +- Improved name generation for duplicate stack. [4722](https://github.com/eclipse/che/pull/4722) +- [UD] fixed bugs in CheHttpBackend[4716](https://github.com/eclipse/che/pull/4716) +- Fixed SSH agent launch error when host security prevents a user from seeing container root's processes. [4708](https://github.com/eclipse/che/pull/4708) +- Fixed NPE in file watcher service that appeared to happen in some rare cases [4691](https://github.com/eclipse/che/pull/4691) +- Replaced IDE client message bus based services to JSON RPC based [4621](https://github.com/eclipse/che/pull/4621) +- Java Testing support Bug fixes and Enhancements [4481](https://github.com/eclipse/che/pull/4481) +- Added support for Language Server Protocol codeAction request. [4345](https://github.com/eclipse/che/pull/4345) + ## [5.7.0](https://github.com/eclipse/che/tree/5.7.0) (2017-04-06) [Full Changelog](https://github.com/eclipse/che/compare/5.6.0...5.7.0)