Releases: DecwLK/Gecko
Releases · DecwLK/Gecko
Gecko v1.0.1
What's Changed
- PortViewElements are now ordered to minimize crossing of system conne… by @DecwLK in #198
- Delete images/gecko_interface.png by @DecwLK in #199
- improve performance when adding lots of elements by @DecwLK in #200
- allowed copy paste between variable blocks by @crissNb in #202
- Removed old comments. by @kassandraveress in #201
- remove view elements when element deleted by @DecwLK in #204
- checkstyle is now performed as gradle plugin; migration from self hos… by @crissNb in #203
- fix incomplete github action by @crissNb in #205
- reverse priorities by @DecwLK in #206
- zooming now possible with ctrl+mousewheel by @DecwLK in #207
- fix typo by @crissNb in #208
- fix variableBlock background offset when name too long by @DecwLK in #209
- System connection nullpointer by @DecwLK in #210
- fix region not being applied correctly when exporting by @DecwLK in #211
- kinds now applied correctly; priorities were right before reversing: … by @DecwLK in #212
Full Changelog: v1.0...v1.0.1
Gecko v1.0
What's Changed
- Code coverage tests by @crissNb in #105
- Added tests for model elements. by @kassandraveress in #106
- Test UI fixes by @crissNb in #107
- Zoom pan rewrite by @DecwLK in #124
- Arrows are great by @benjymin in #131
- Zoom pan rewrite by @DecwLK in #134
- Compulsory tests by @kassandraveress in #154
- UI improvements and other fixes. by @DecwLK in #156
- Several bug fixes and enhancements (region resizing, root system renaming, ...) by @benjymin in #165
- Pmd fixes by @crissNb in #166
- Origin/state state inconsistency by @crissNb in #167
- Fix some issues by @DecwLK in #168
- deselecting and systemconnection fix by @benjymin in #169
- restore rename root by @crissNb in #171
- Added regression tests for resolved issues in model and io. by @kassandraveress in #173
- equals for AbstractViewModelElement now compares subclasses by @benjymin in #175
- Added checks to prevent invalid connections in model and updated tests. by @kassandraveress in #174
- Inspector fixes by @crissNb in #177
- Edge sorting by @benjymin in #178
- better search window positioning by @crissNb in #180
- Small fixes by @DecwLK in #181
- make SystemConnectionCreatorTool more intuitive by @DecwLK in #183
- marquee tool fix by @benjymin in #184
- small focus fix by @DecwLK in #186
- Replaced magic numbers and strings. by @kassandraveress in #187
- Focus fix by @crissNb in #188
- restore localization and tooltips by @DecwLK in #189
- Various fixes2 by @crissNb in #190
- Small fixes2 by @DecwLK in #191
- fix region list not updating upon deletion by @crissNb in #192
- fixes regions not being removed in scenarios with many regions by @crissNb in #193
- make PositionableViewModelElementVisitor generic by @DecwLK in #195
- Cut copy paste rewrite by @BenKenobie31415 in #194
- Cut copy paste rewrite by @BenKenobie31415 in #196
Full Changelog: v0.1...v1.0
Gecko v0.1
Merge pull request #104 from DecwLK/resetFileOnImport Set file path to null after import.