forked from taweili/ardublock
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog.txt
63 lines (41 loc) · 1.41 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
Changelog
========== Version 2.2.0 ==========
New Features and Minor Changes:
- Add an 'Erase Arduino Program' Button to the UI
Patches, Bug Fixes and Documentation Changes:
- Style improvements to 'Getting Started with ArduBlock' section of README.md
========== Version 2.1.1 ==========
Patches and Bug Fixes:
- Change website URL to point to STFC repository
========== Version 2.1.0 ==========
Minor Changes:
- Add Digital and Analog Hall Sensors
Patches and Bug Fixes:
- Standardize `pinMode(#, OUTPUT)` formatting
========== Version 2.0.2 ==========
Patches and Bug Fixes:
- Fix taweili#159 and arduino/Arduino#5454
========== Version 2.0.1 ==========
Patches and Bug Fixes:
- Remove servo block family
- Remove unneeded tinker.h import
- Change TinkerButtonBlock to be an AbstractTinkerReadDigitalBlock
========== Version 2.0.0 ==========
Major Changes:
Alter loop counters to be more pythonic (starting at 0)
Minor Changes:
Defines loop counters in the loop
Patches and Bug Fixes:
Tinker blocks in loops no longer generate functions
========== Version 1.1.0 ==========
Major Changes:
None
Minor Changes:
Add blocks to support FaireBot: https://www.youtube.com/watch?v=ru-OUyFdxc4
Re-add Tilt Switch block
Patches and Bug Fixes:
Fix of the'pin# bug' for Tilt Switch block
Re-add 'pin#' to LED block (instead of '#')
Rename 'Tests' to 'Logical Operators'
========== Version 1.0.0 ==========
First Release (of this fork)