-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG.txt
107 lines (90 loc) · 3.35 KB
/
CHANGELOG.txt
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
v0.9.7
- fix minimap automatic resize
- add local # global variable scope
- add instanciation in object blocks (see servomotor as example)
- modify Arrowhead to use instances
- fix arabic RTL workspace
v0.9.6
- embed Block Factory
- add Draw.io + Gaphor diagrams import
v0.9.5
- auto indentation in Monaco code editor
- add pick & place block function
- add save & open blocks from local file
- replace Blockly's official backpack plugin by mine, refactor of Fustyles' one: https://github.com/fustyles/webduino/blob/master/LinkIt7697/MyBackpack
v0.9.4
- add Papyrus SysML configuration file import for auto configuration
- add toolbox autoclose or not option
- add content-highlight plugin switch
v0.9.3
- add new boards automatic installation
- add categories filter thanks to blocks definition
- add 'kwids' keyword in URL to use automatic categories filter
- add UI theme choice
- add Monaco code editor theme choice
v0.9.2
- open file distant with url argument in URL
- add NTP blocks
- fix console monitor bug
v0.9.1
- fix toolbox shrink/expand function
- add Grove WiFi UART blocks
- add Grove DHT blocks
- add serial monitor
v0.9.0
- change structure: simplify by adding all definition files in same folder
- automatic typing for variables
- add backpack plugin
- add higlight content plugin
- [WIP] add minimap
- responsive spaces
- move undo/redo buttons on workspace
- shrink toolbox
- skill level choice to design user interface
- add Arrowhead framework control for network boards
- use SVG file from /media/ for toolbox categories
- add conversion tool text <-> binary
- add colors conversion tool
- add conversion blocks to send data in SenML format
- add WebSerial API
v0.8.1
- finish text blocks translation in Arudino code
- add sketch name field to save file (WIP: filled when open a file)
v0.8.0
- modify UI to add menus for less used commands
- add HackCable
- add Blockly2HTML
- add BlockFactory
- toolbox disassembled in different JSON (road to 0.9)
v0.7.8
- enhance URL argument to get configuration Papyrus through Arrowhead
- no refresh ! Board selection refresh workspace & toolbox without need of reload all page, and lost parameters.
- reset button enhanced
v0.7.7 2020-10-31
- upate Blockly core to v3.20200924.3
- lateral settings panel add categories available: click to select for toolbox
- if URL argument (toolboxids) exists, only this categories are selectable ; if no argument then all categories from js definition toolbox can be selectable
v0.7.6 2020-10-15
- fix UI bugs
- add toolbox sorting through list in URL (index.html?toolboxids=SERVO)
- COM port selection is inside list COM port modal
v0.7.5, 2020-10-07
- upate Blockly core to v3.20200924.2
- bug fix on screenshot
v0.7.4, 2020-09-12
- change UI to simplify use, everything is under 'setup' icon top right
- no more board select in dropdown list, but merged with board modal information
v0.7.3, 2020-07-06
- change prompt to custom-dialog from Blockly, Electron compatible
- bug fix on all reset button
- bug fix on all new/open/save
- bug fix on fullscreen button
v0.7.2, 2020-07-03
- update blockly core to v3.20200625.1
- add comment on workspace
- add serial board communication category
- add shield X-NUCLEO-IKS01A3 temperature & humidity function
v0.7.1, 2020-06-24
- add button switchable readonly option in Ace Editor
- fix last translation
- WIP flat design + white everywhere for contrats enhancement