|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v3.2.0 (16/06/2020) |
| 4 | + |
| 5 | +#### Enhancements: |
| 6 | + |
| 7 | +- [**enhancement**] Add wait for treeitem after expand in tests [#197](https://github.com/eclipse/gemoc-studio/pull/197) |
| 8 | +- [**enhancement**][**refactoring**] Improve default Engine addon launch conf tab [#193](https://github.com/eclipse/gemoc-studio/pull/193) |
| 9 | +- [**enhancement**] Add automatic creation of missing source folders [#179](https://github.com/eclipse/gemoc-studio/pull/179) |
| 10 | +- [**enhancement**] Remove event manager from feature.xml [#177](https://github.com/eclipse/gemoc-studio/pull/177) |
| 11 | + |
| 12 | +#### Bug Fixes: |
| 13 | + |
| 14 | +- [**bug**] Example's metaprog entry fixed [#209](https://github.com/eclipse/gemoc-studio/pull/209) |
| 15 | +- [**bug**] Fix xdsmlFilePath attribute in plugin.xml [#196](https://github.com/eclipse/gemoc-studio/pull/196) |
| 16 | +- [**bug**] Fix method getEntry of DslImpl [#186](https://github.com/eclipse/gemoc-studio/pull/186) |
| 17 | +- [**bug**] autosrc: set java compliance to 1.8 [#182](https://github.com/eclipse/gemoc-studio/pull/182) |
| 18 | +- [**bug**][**bump**] Stop ALE engine on error [#176](https://github.com/eclipse/gemoc-studio/pull/176) |
| 19 | +- [**bug**] Do not wait for discovery update site availability check in tests [#173](https://github.com/eclipse/gemoc-studio/pull/173) |
| 20 | + |
| 21 | +#### Refactorings |
| 22 | + |
| 23 | +- [**refactoring**] Move commons to gemoc-studio-modeldebugging git repository [#200](https://github.com/eclipse/gemoc-studio/pull/200) |
| 24 | +- [**refactoring**] Move JavaEngine to its own dedicated git repository [#199](https://github.com/eclipse/gemoc-studio/pull/199) |
| 25 | +- [**refactoring**] Uses new generic Context and RunConfiguration classes from execution framework [#198](https://github.com/eclipse/gemoc-studio/pull/198) |
| 26 | +- [**refactoring**] Use general extension point + nature and builder refactoring [#185](https://github.com/eclipse/gemoc-studio/pull/185) |
| 27 | + |
| 28 | +#### Version upgrades |
| 29 | + |
| 30 | +- [**bump**][**releng**] Change Timesquare updatesite [#195](https://github.com/eclipse/gemoc-studio/pull/195) |
| 31 | +- [**bump**] Bump to Sirius 6.1.3 [#194](https://github.com/eclipse/gemoc-studio/pull/194) |
| 32 | +- [**bump**] Bump ALE to latest version [#184](https://github.com/eclipse/gemoc-studio/pull/184) |
| 33 | +- [**bump**] Bump GEMOC Studio to 3.2.0 [#174](https://github.com/eclipse/gemoc-studio/pull/174) |
| 34 | + |
| 35 | +#### Release Engineering |
| 36 | + |
| 37 | +- [**releng**] Fix machine-id of the jenkins docker image [#205](https://github.com/eclipse/gemoc-studio/pull/205) |
| 38 | +- [**releng**] Deploy GEMOC artefacts to maven repository (repo.eclipse.org) [#204](https://github.com/eclipse/gemoc-studio/pull/204) |
| 39 | +- [**releng**] Add OCLInEcore to the GEMOC Studio [#188](https://github.com/eclipse/gemoc-studio/pull/188) |
| 40 | +- [**releng**] Improve test video recording [#190](https://github.com/eclipse/gemoc-studio/pull/190) |
| 41 | +- [**releng**] Tycho 1.5 and p2 dependencies optimisation [#189](https://github.com/eclipse/gemoc-studio/pull/189) |
| 42 | +- [**releng**] Use custom docker image for building the studio on the CI [#187](https://github.com/eclipse/gemoc-studio/pull/187) |
| 43 | +- [**releng**] Improved docker image for local build [#181](https://github.com/eclipse/gemoc-studio/pull/181) |
| 44 | +- [**releng**] Remove deprecated update site [#180](https://github.com/eclipse/gemoc-studio/pull/180) |
| 45 | +- [**releng**] Merge products and updatesite projects [#175](https://github.com/eclipse/gemoc-studio/pull/175) |
| 46 | + |
| 47 | +--- |
| 48 | + |
3 | 49 | ## v3.2.0-20191216 (16/12/2019)
|
4 | 50 |
|
5 | 51 | #### Enhancements:
|
|
0 commit comments