Skip to content

Commit

Permalink
prep release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Jan 30, 2020
1 parent d41bcf1 commit 3c1e787
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
1 change: 0 additions & 1 deletion .idea/artifacts/CLionArduinoPlugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/artifacts/plugin_utils_jar.xml

This file was deleted.

13 changes: 4 additions & 9 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

### Version History
- [TO DO](#to-do)
- [1.5.1](#151)
- [1.5.0](#150)
- [1.5.2](#152)
- [1.4.6](#146)
- [1.4.4](#144)
- [1.4.2](#142)
Expand Down Expand Up @@ -37,19 +36,15 @@
* [ ] [Allow setting ARDUINO_SDK_PATH as environment variable]
* [ ] [Support for ESP32 using Arduino libs]
* [ ] [Include directories when setting up the library. Added Servo_RECURSE.]
* [ ] Fix: add logic to allow for absolute additional library paths
* [ ] Fix: add logic to allow for absolute additional library paths
[ArduinoCMakeListsTxtBuilder.kt: Line 213](https://github.com/vsch/CLionArduinoPlugin/blob/master/src/com/vladsch/clionarduinoplugin/generators/cmake/ArduinoCMakeListsTxtBuilder.kt#L213)
* [ ] Add: documentation for Windows installation to readme
* [ ] Fix: update for latest flexmark-java lib 0.60.0

### 1.5.1

* Fix: add fixes for [#22, Open Existing Project files]

### 1.5.0
### 1.5.2

* Fix: [#22, Open Existing Project files], unhandled windows path thanks to
[@JedrzejczykRobert](https://github.com/JedrzejczykRobert)
* Fix: update for latest flexmark-java lib 0.60.0

### 1.4.6

Expand Down
Binary file added dist/CLionArduinoPlugin.1.5.2.zip
Binary file not shown.
9 changes: 2 additions & 7 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,13 @@
<p><strong>*</strong> This plugin is a fork of <a href="https://github.com/francoiscampbell/CLionArduinoPlugin">Original CLionArduinoPlugin</a> written by Francois Campbell.</p>
]]></description>

<version>1.5.1</version>
<version>1.5.2</version>

<change-notes><![CDATA[
<h3>1.5.1</h3>
<ul>
<li>Fix: add fixes for <a href="https://github.com/vsch/CLionArduinoPlugin/issues/22">#22, Open Existing Project files</a></li>
</ul>
<h3>1.5.0</h3>
<h3>1.5.2</h3>
<ul>
<li>Fix: <a href="https://github.com/vsch/CLionArduinoPlugin/issues/22">#22, Open Existing Project files</a>, unhandled windows path thanks to
<a href="https://github.com/JedrzejczykRobert">@JedrzejczykRobert</a></li>
<li>Fix: update for latest flexmark-java lib 0.60.0</li>
</ul>
<h3>1.4.6</h3>
<ul>
Expand Down

0 comments on commit 3c1e787

Please sign in to comment.