forked from CodeGuild-co/PythonEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
78 lines (61 loc) · 2.14 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
0.1.0
-----
* Add "Experimental" background image.
* Update help pages to reflect the latest changes.
* Add awareness of versioning and related manifest when available.
* Add file load button with drag and drop capabilities.
0.0.10
------
* Fix outstanding block related gremlins (with tests).
0.0.9
-----
* Add zoom to blocks (thanks Carlos).
* Fix next-block on panic and reset blocks (thanks again Carlos).
* Fix GIT submodule misconfiguration (thanks again [again] Carlos).
* Disable code snippets when blockly is active.
* Update documentation as per the above changes.
0.0.8
-----
* Add blockly support (requires GIT sub-modules).
* Add config object containing translation strings.
* Add feature flags to the config object.
* Check for size of Python script before flashing (added tests for this too).
* Move editor instantiation to within the HTML.
* Updated help to include latest UI changes.
* Updated README in light of changes above.
0.0.7
-----
* If there's unsaved work, ask user for confirmation if moving away from editor.
* Add save button to download raw Python script.
* Add drag to load for Python scripts and hex files.
0.0.6
-----
* Remove TouchDevelop specific elements.
* Make a stand-alone version of the editor.
* Simplification of the UI.
* Add a "share" button to create a tiny URL to point at the current script.
* Use query strings to override the script name, comment and code.
* Update to the latest version of MicroPython:
- Various minor refactors.
- Audio
- Speech
- Radio
- input() builtin
* Documentation work / tidy up.
0.0.5
-----
* Update to the latest version of MicroPython:
- Various minor code refactors.
- More efficient ticker (reduces overhead of display update by 90%).
- Add builtin set and frozenset types (from core Python).
- Don't show SystemExit or KeyboardInterrupt exceptions on the display.
* Update bug in editor that caused the status icon not to update to cloud.
* Added test script here: https://stage.microbit.co.uk/hoqumw
* Revised button-press code to be simpler.
* Minor documentation updates.
0.0.4
-----
Initial tested public release.
0.1-0.3
-------
Private test versions.