forked from stfc/SciBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
34 lines (24 loc) · 1.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
========== Version 1.2.0 ==========
New Features and Minor Changes:
- Adds support for multi-sprite Goals and BeeBots: #51
- Add a display for commands programmed into the BeeBot: #39
- Introduce Component, ComponentGroup, Icon and IconGroup classes to reduce
duplication of code: #32, #33, #36, #44
- Add support for Python 3.6, drop support for Python 3.4 and 3.5: #37, #46
Patches, Bug Fixes and Documentation Changes:
- Fix bugs in Goal and GoalGroup equality testing: #28
- Improve test cases: #30, #38
- Add documentation explaining what an incompatible/breaking API change is: #31
- Document when the Point class should be used and make changes where that
documentation is not followed: #48
- Rework .gitignore to be generic with exceptions: #47
========== Version 1.1.0 ==========
New Features and Minor Changes:
- Add a Stop Button that behaves like the BeeBot Stop Button
Patches, Bug Fixes and Documentation Changes:
- Change the Board class to throw exceptions rather than exiting on a size mismatch
- Add Travis CI testing and coverage monitoring
- Replace the text on Buttons with arrows
- Change the default scenario license to reflect the new main repository
- Add an example ScenarioWriter and a README explaining how to use it
- Tweak logo position for narrower scenarios