You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+31
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,35 @@
1
1
# Deviot Release Notes
2
+
3
+
## Version 2.1.0 | 14 Aug 2017
4
+
5
+
#### New
6
+
* Text history in the "Send" Serial Monitor input panel (Issue: https://github.com/gepd/Deviot/issues/84)
7
+
* Deviot fala Portugues (Thanks to Alexandre Fernandes)
8
+
* Experimental feature to avoid wrong line number with ino files
9
+
10
+
#### Improvements
11
+
* Show a progress bar when the PlatformIO terminal is used
12
+
* Updated caption for "Clean Monitor" to avoid confusion when the quick panel use
13
+
* Updated shortcuts to avoid override sublime text hot keys in Linux and OSX (Issue: https://github.com/gepd/Deviot/issues/132)
14
+
* QuickPanel shorcut will be the same in all platforms (ctrl+alt+q)
15
+
* Rebuild the syntax file after add/remove an extra library folder
16
+
* Highlight improvements
17
+
* Changed the setup settings to a new file to make the plugin compatible with the sync plugin(s). This change will allow to exclude the deviot.ini file locate in Package/User/Deviot in the sync plugin (Issue: https://github.com/gepd/Deviot/issues/127)
18
+
* Bring back the persistence in the "send" input text (Issue: https://github.com/gepd/Deviot/issues/135)
19
+
* Improved the way to implement the phantom (create and hide)
20
+
21
+
#### Bugs
22
+
* Avoid to stop the message queue after use the first command in the platformIO terminal
23
+
* Search libraries in the extra library folder if it's set
24
+
* Show the list of examples instead of "Import Library" list
25
+
* Some Linux distro and OSX versions are not working well, when "pio" command is use. "plaformio" will be used instead.
26
+
* Make sure the serial port is in use before to remove it
27
+
* Check the last action when not IOT file is in the buffer
28
+
* When PlatformIO is already installed and accessible. The command won't be modified (Issue: https://github.com/gepd/Deviot/issues/133)
29
+
* Check and replace the old syntax file after load the plugin (Issue: https://github.com/gepd/Deviot/issues/133)
30
+
* Make sure to get the extension of the file in buffer (Issue: https://github.com/gepd/Deviot/issues/139)
31
+
* Force to initialize the sketch even if it already exitst in the temp folder when "Use PlatformIO Structure" is activated. The 'src_dir' flag will be add before compile/upload the sketch and removed after the task is finished (issue: https://github.com/gepd/Deviot/issues/137)
32
+
2
33
## Version 2.0.1 | 03 Jul 2017
3
34
* Improvement Syntax is created even if the PlatformIO setup fails (Issue: https://github.com/gepd/Deviot/issues/125)
4
35
* Improvement Force Sublime Text to assign deviot syntax when it's a IOT file (Issue: https://github.com/gepd/Deviot/issues/125)
0 commit comments