We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ea6d1 commit 7ba98f4Copy full SHA for 7ba98f4
docs/dev/releases_note.md
@@ -1,11 +1,19 @@
1
# EcuBus-Pro Release Notes
2
3
+## v0.8.17
4
+Changes since v0.8.16:
5
+
6
7
+* [bug]:fix windows drag resize bug
8
+* [feat]:add example readme mermaid support
9
+* [feat]:add hex parse/write script ability
10
+---
11
12
## v0.8.16
-Changes from v0.8.16 to v0.8.15:
13
+Changes from v0.8.15 to v0.8.16:
14
15
16
* [opt]:opt cani channel choose
-* [feat]:add toomoss can/can-fd support
17
---
18
19
## v0.8.15
package.json
@@ -1,6 +1,6 @@
{
"name": "ecubuspro",
- "version": "0.8.16",
+ "version": "0.8.17",
"description": "EcuBus-Pro",
"main": "./out/main/index.js",
"author": "[email protected]",
0 commit comments