tag:github.com,2008:https://github.com/gepd/Deviot/releasesRelease notes from Deviot2020-07-11T17:06:59Ztag:github.com,2008:Repository/47856861/v.2.2.32020-07-12T05:59:49ZDeviot v2.2.3<ul>
<li>Allow to install PIO with python3 <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/gepd/Deviot/commit/58f0e53ccd1269a358d3208163556a4de9465fa5/hovercard" href="https://github.com/gepd/Deviot/commit/58f0e53ccd1269a358d3208163556a4de9465fa5"><tt>58f0e53</tt></a></li>
<li>Library result is limited to 10 items per request instead of show all of them. Pagination buttons will be availables <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/gepd/Deviot/commit/3b81be5fc1bf8afd33dfd03ba93c5d8f76728ec8/hovercard" href="https://github.com/gepd/Deviot/commit/3b81be5fc1bf8afd33dfd03ba93c5d8f76728ec8"><tt>3b81be5</tt></a></li>
<li>Change User Agent to avoid PIO blocking <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/gepd/Deviot/commit/471037f7dfa94de52d7cb6dffb7d2a48492e8a82/hovercard" href="https://github.com/gepd/Deviot/commit/471037f7dfa94de52d7cb6dffb7d2a48492e8a82"><tt>471037f</tt></a></li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.2.22020-07-12T05:55:51ZDeviot v2.2.2<ul>
<li>Remove "*" from API library request <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/gepd/Deviot/commit/ad0c1c3427c687e52d0d555cd3650b2bf2b7c03b/hovercard" href="https://github.com/gepd/Deviot/commit/ad0c1c3427c687e52d0d555cd3650b2bf2b7c03b"><tt>ad0c1c3</tt></a></li>
<li>Fix error duplicating query in library request <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/gepd/Deviot/commit/9658a9cb6b88af569eb60774d94c063a10255947/hovercard" href="https://github.com/gepd/Deviot/commit/9658a9cb6b88af569eb60774d94c063a10255947"><tt>9658a9c</tt></a></li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.2.12018-07-18T15:34:57ZDeviot v2.2.1<h3>Minor update</h3>
<ul>
<li>Bug fix installing PlatformIO in virtualenv</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.2.02018-02-17T18:49:37ZDeviot v2.2.0<h4>New</h4>
<ul>
<li>New color status when the serial monitor is running</li>
<li>New file windows (Terminal, Monitor) will be opened in a new group at the right side</li>
</ul>
<h4>Improvements</h4>
<ul>
<li>Updated pyserial to 3.4</li>
<li>Added ".h" extension to the list of IOT files (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="277258507" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/202" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/202/hovercard" href="https://github.com/gepd/Deviot/issues/202">#202</a>)</li>
<li>Updated "Serial Port(s)" string to "Device(s)"</li>
<li>Added <code>< Previous</code> option in the list of examples (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="286489816" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/205" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/205/hovercard" href="https://github.com/gepd/Deviot/issues/205">#205</a>)</li>
<li>Open and show a message the first time the console is call (Issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="261708721" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/184" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/184/hovercard" href="https://github.com/gepd/Deviot/issues/184">#184</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="296387053" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/209" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/209/hovercard" href="https://github.com/gepd/Deviot/issues/209">#209</a>)</li>
<li>Automatically load the programmer preference from platformio.ini (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="296302671" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/208" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/208/hovercard" href="https://github.com/gepd/Deviot/issues/208">#208</a>)</li>
<li>Restored feature to show errors inline</li>
<li>Performance improvements</li>
</ul>
<h4>Bugs</h4>
<ul>
<li>Fixed bug fix not showing verbose mode in the upload output</li>
<li>Fixed bug selecting the serial baud rate when there is an option in the preferences file not stored in the list of baud rates. (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="264682007" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/190" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/190/hovercard" href="https://github.com/gepd/Deviot/issues/190">#190</a>)</li>
<li>Minor bug checking the "freeze sketch" option</li>
<li>Fixed bug installing pio developer version (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="276836294" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/201" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/201/hovercard" href="https://github.com/gepd/Deviot/issues/201">#201</a>)</li>
<li>Fix to avoid add wrong paths in the ENV variable (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="285096696" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/204" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/204/hovercard" href="https://github.com/gepd/Deviot/issues/204">#204</a>)</li>
<li>Fix issue reconnecting the serial monitor even if the upload failed (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="258235595" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/171" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/171/hovercard" href="https://github.com/gepd/Deviot/issues/171">#171</a>)</li>
<li>Avoid to ask for a port when the upload protocol is set (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="296302671" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/208" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/208/hovercard" href="https://github.com/gepd/Deviot/issues/208">#208</a>)</li>
<li>Fixed auto-scroll options not working in realtime</li>
<li>Fixed auto-clean option</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.1.62018-02-17T18:50:20ZDeviot v2.1.6<h4>New</h4>
<ul>
<li>New option 'platformio.ini untouch'. To remove any flag added by Deviot before compile or upload (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="243291283" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/137" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/137/hovercard" href="https://github.com/gepd/Deviot/issues/137">#137</a>)</li>
<li>New feature to "freeze" a sketch (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="258235301" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/170" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/170/hovercard" href="https://github.com/gepd/Deviot/issues/170">#170</a>)</li>
<li>New option to update an installed library (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="258302926" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/172" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/172/hovercard" href="https://github.com/gepd/Deviot/issues/172">#172</a>)</li>
<li>Deviot spricht Deutsch! <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="260372780" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/178" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/178/hovercard" href="https://github.com/gepd/Deviot/issues/178">#178</a></li>
</ul>
<h4>Improvements</h4>
<ul>
<li>Create a python.txt file in Packages/User/Deviot with the python paths for cases when python is installed in non standard path (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="254831152" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/159" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/159/hovercard" href="https://github.com/gepd/Deviot/issues/159">#159</a>)</li>
<li>Avoid to close the window buffer when the sketch is moved to the <code>src</code> folder</li>
<li>Show the port previously selected in the list of serial ports</li>
<li>Show the upload baudrate previously selected in the quick list</li>
<li>Minor tweaks in the console highlight</li>
<li>Show an <code>*</code> insted of <code>-</code> in the boards already selected, in the list of boards</li>
<li>Update the main menu after an update</li>
<li>Show baudrate, line endings and display mode serial monitor options in a Quick Panel.</li>
<li>Make PlatformIO telemetry disabled by default</li>
</ul>
<h4>Bugs</h4>
<ul>
<li>Deviot console always scroll (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="253167108" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/156" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/156/hovercard" href="https://github.com/gepd/Deviot/issues/156">#156</a>)</li>
<li>Bug fix to select examples in any directory level (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="184915312" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/82" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/82/hovercard" href="https://github.com/gepd/Deviot/issues/82">#82</a>)</li>
<li>Bug fix adding the <code>upload_speed</code> flag (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="261381265" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/183" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/183/hovercard" href="https://github.com/gepd/Deviot/issues/183">#183</a>)</li>
<li>Bug fixes in readconfig library</li>
<li>other minor improvements</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.1.52018-02-17T18:50:39ZDeviot v2.1.5<p><strong>Improvements</strong></p>
<ul>
<li>Updated Chinese Language (Thanks to @chkb123456)</li>
<li>Replaced the configparser by readconfig library to avoid remove comments (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="251357034" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/144" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/144/hovercard" href="https://github.com/gepd/Deviot/issues/144">#144</a>)</li>
<li>Alert the user when the plugin is updated</li>
<li>Better syntax assign to IOT files</li>
<li>Display the develop version in the status bar (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="256091915" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/164" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/164/hovercard" href="https://github.com/gepd/Deviot/issues/164">#164</a>)</li>
<li>Do not move the sketch if there is a symlink in the 'src' folder (issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="256103674" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/165" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/165/hovercard" href="https://github.com/gepd/Deviot/issues/165">#165</a>)</li>
<li>Remove extra library flag after compile/upload</li>
<li>Add programmer flags only when the firmware is uploading, and removing it when it finish</li>
</ul>
<p><strong>Bugs</strong></p>
<ul>
<li>Multiples fixes after renaming the package in the Package Control repository</li>
<li>Read platformio.ini after move the buffer to a new path (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="256103674" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/165" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/165/hovercard?comment_id=327986058&comment_type=issue_comment" href="https://github.com/gepd/Deviot/issues/165#issuecomment-327986058">#165 (comment)</a>)</li>
<li>Split syntax keywords in new lines to avoid make ST crash</li>
<li>Avoid remove flags in PIO structure projects</li>
<li>Serial Fix, to allow port names with non ascii characters</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.1.12018-02-17T18:50:59ZDeviot v2.1.1<h4>Bugs</h4>
<ul>
<li>Avoid to remove previous filters (src_filters) in platformio.ini</li>
<li>Add Arduino.h library at the beginning of the sketch to avoid errors when compiled (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="250317821" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/142" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/142/hovercard" href="https://github.com/gepd/Deviot/issues/142">#142</a>)</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.1.02017-08-17T03:56:53ZDeviot v2.1.0<h4>New</h4>
<ul>
<li>Text history in the "Send" Serial Monitor input panel (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="185929710" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/84" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/84/hovercard" href="https://github.com/gepd/Deviot/issues/84">#84</a>)</li>
<li>Deviot fala Portugues (Thanks to Alexandre Fernandes)</li>
<li>Experimental feature to avoid wrong line number with ino files</li>
</ul>
<h4>Improvements</h4>
<ul>
<li>Show a progress bar when the PlatformIO terminal is used</li>
<li>Updated caption for "Clean Monitor" to avoid confusion when the quick panel use</li>
<li>Updated shortcuts to avoid override sublime text hot keys in Linux and OSX (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="241622412" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/132" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/132/hovercard" href="https://github.com/gepd/Deviot/issues/132">#132</a>)</li>
<li>QuickPanel shorcut will be the same in all platforms (ctrl+alt+q)</li>
<li>Rebuild the syntax file after add/remove an extra library folder</li>
<li>Highlight improvements</li>
<li>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: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240483025" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/127" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/127/hovercard" href="https://github.com/gepd/Deviot/issues/127">#127</a>)</li>
<li>Bring back the persistence in the "send" input text (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="243164175" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/135" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/135/hovercard" href="https://github.com/gepd/Deviot/issues/135">#135</a>)</li>
<li>Improved the way to implement the phantom (create and hide)</li>
</ul>
<h4>Bugs</h4>
<ul>
<li>Avoid to stop the message queue after use the first command in the platformIO terminal</li>
<li>Search libraries in the extra library folder if it's set</li>
<li>Show the list of examples instead of "Import Library" list</li>
<li>Some Linux distro and OSX versions are not working well, when "pio" command is use. "plaformio" will be used instead.</li>
<li>Make sure the serial port is in use before to remove it</li>
<li>Check the last action when not IOT file is in the buffer</li>
<li>When PlatformIO is already installed and accessible. The command won't be modified (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="241983616" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/133" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/133/hovercard" href="https://github.com/gepd/Deviot/issues/133">#133</a>)</li>
<li>Check and replace the old syntax file after load the plugin (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="241983616" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/133" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/133/hovercard" href="https://github.com/gepd/Deviot/issues/133">#133</a>)</li>
<li>Make sure to get the extension of the file in buffer (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="249132563" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/139" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/139/hovercard" href="https://github.com/gepd/Deviot/issues/139">#139</a>)</li>
<li>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: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="243291283" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/137" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/137/hovercard" href="https://github.com/gepd/Deviot/issues/137">#137</a>)</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.0.12017-07-03T19:20:04ZDeviot v2.0.1<ul>
<li><strong>Improvement</strong> Syntax is created even if the PlatformIO setup fails (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240131988" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/125" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/125/hovercard" href="https://github.com/gepd/Deviot/issues/125">#125</a>)</li>
<li><strong>Improvement</strong> Force Sublime Text to assign deviot syntax when it's a IOT file (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240131988" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/125" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/125/hovercard" href="https://github.com/gepd/Deviot/issues/125">#125</a>)</li>
<li><strong>Improvement</strong> The console will print the error when installation fails</li>
<li><strong>Bug fix</strong> removing the preferences files who was making crashing Sublime Text</li>
<li><strong>Multiples Bug fixes</strong> installing PlatformIO in macOS (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240113425" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/124" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/124/hovercard" href="https://github.com/gepd/Deviot/issues/124">#124</a>)</li>
</ul>gepdtag:github.com,2008:Repository/47856861/v2.0.02017-07-02T20:18:22ZDeviot v2.0.0<ul>
<li>Plugin totally rewritten</li>
<li>New PlatformIO console</li>
<li>New Quick Panel, easy access to all deviot features</li>
<li>New Show error in a phantom window</li>
<li>New support for symlink</li>
<li>New serial port selection shows the full name of the port</li>
<li>New auto-clean serial monitor view (Serial Monitor > Auto-Clean)</li>
<li>New clean Serial Monitor option (Serial Monitor > Clean)</li>
<li>New show/hide the information of the status bar (Options > Show Information in the Status Bar) (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="198272624" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/100" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/100/hovercard" href="https://github.com/gepd/Deviot/issues/100">#100</a>)</li>
<li>New option to overwrite the the upload speed (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="239486565" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/122" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/122/hovercard" href="https://github.com/gepd/Deviot/issues/122">#122</a>)</li>
<li>New option to re-build the boards file when it's corrupted (Options > Rebuild Boards File)</li>
<li>New option to re-build the syntax and completions files (Options > Rebuild Syntax And Completions File)</li>
<li>New option to re-build the list of libraries if it's correcupted (Library Options > Rebuild Library List)</li>
<li>New Deviot parla Italiano (Thanks to Antonio Vivace)</li>
<li>New Deviot mówi po włosku (Thanks to Jacek Czarnecki)</li>
<li>New snippet 'inotem' to write setup and loop functions</li>
<li>Improvement mDNS service discovery is more reliable (Issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="202263849" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/103" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/103/hovercard" href="https://github.com/gepd/Deviot/issues/103">#103</a>)</li>
<li>Improvement OTA auth, removes the 'upload_flags' when no password is needed (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="234127089" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/116" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/116/hovercard" href="https://github.com/gepd/Deviot/issues/116">#116</a>)</li>
<li>Improvement the context menu is translated to the selected language</li>
<li>Improvement Language selection is shown in the Quick Panel</li>
<li>Improvement Change the plugin language do not needs to restart ST anymore</li>
<li>Improvement Better code highlight</li>
<li>Improvement search library with less than 4 charactes (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="194992708" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/97" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/97/hovercard" href="https://github.com/gepd/Deviot/issues/97">#97</a>)</li>
<li>Bug fix Not more errors when the sketch is moved to another path (Issue:<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="179368320" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/73" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/73/hovercard" href="https://github.com/gepd/Deviot/issues/73">#73</a>)</li>
<li>Bug fix to avoid remove 'upload_speed' when it was set manually (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="174696105" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/58" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/58/hovercard" href="https://github.com/gepd/Deviot/issues/58">#58</a>)</li>
<li>Bug fix listing library examples with deeper levels (Issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="184915312" data-permission-text="Title is private" data-url="https://github.com/gepd/Deviot/issues/82" data-hovercard-type="issue" data-hovercard-url="/gepd/Deviot/issues/82/hovercard" href="https://github.com/gepd/Deviot/issues/82">#82</a>)</li>
<li>Others minor bugs fixed</li>
</ul>gepd