Skip to content

Commit 2176fa1

Browse files
committed
v0.8.14
1 parent bdc84e9 commit 2176fa1

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

docs/dev/releases_note.md

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,92 @@
33
## v0.8.14
44
Changes from v0.8.13 to v0.8.14:
55

6-
6+
7+
* [opt]:opt ui window
8+
* [bug]:fix diag append, must has transform attribute
9+
* [opt]:opt tooltip time
10+
* [feat]:gragh from lin database ok
11+
* [feat]:add setSignal script api
12+
* [opt]:opt ldf parse compatibility
713
---
814

915
## v0.8.13
1016
Changes from v0.8.12 to v0.8.13:
1117

12-
18+
19+
* [bug]:fix key event not off
20+
* [feat]:add lin
21+
* [feat]:add lin-tp
22+
* [feat]:add uds over lin
23+
* [feat]:add trace pause/play
24+
* [feat]:add lin ia
25+
* [opt]:add ldf parse space and error lines display
1326
---
1427

1528
## v0.8.12
1629
Changes from v0.8.11 to v0.8.12:
1730

18-
31+
32+
* [feat]:add LDF database feature
1933
---
2034

2135
## v0.8.11
2236
Changes from v0.8.10 to v0.8.11:
2337

24-
38+
39+
* [feat]:add pnpm ability to cli
40+
* [feat]:add ldfParse code
41+
* [bug]:fix can-ia data length!=2 issue
2542
---
2643

2744
## v0.8.10
2845
Changes from v0.8.9 to v0.8.10:
2946

30-
47+
48+
* [bug]:fix enum export issue
49+
* [feat]:add script OnKey feature
50+
* [feat]:add node serialport lib support
3151
---
3252

3353
## v0.8.9
3454
Changes from v0.8.8 to v0.8.9:
3555

36-
56+
57+
* [bug]:fix cli seq doesn't close
3758
---
3859

3960
## v0.8.8
4061
Changes from v0.8.7 to v0.8.8:
4162

42-
63+
64+
* [cli]:init first cli version, support seq command
65+
* [feat]:add cli seq ability
66+
* [opt]:opt can uds cc speed
67+
* [bug]:fix s can input issue
68+
* [bug]:fix eid can't input issue
4369
---
4470

4571
## v0.8.7
4672
Changes from v0.8.6 to v0.8.7:
4773

48-
74+
75+
* [example]: add doip and doip_sim_entity examples
76+
* [feat]:add doip feature
77+
* [bug]:fix peak sja1000 support issue
78+
* [opt]:opt error form dec to hex
4979
---
5080

5181
## v0.8.6
5282
Changes from v0.8.5 to v0.8.6:
5383

54-
84+
85+
* [bug]:fix sa.node lock issue
5586
---
5687

5788
## v0.8.5
5889
Changes from v0.8.4 to v0.8.5:
5990

60-
91+
92+
* [feat]:opt release note display
93+
* [feet]: add portable zip release
94+
* [feat]: add load dll interface, see [https://app.whyengineer.com/examples/secure_access_dll/readme.html](https://app.whyengineer.com/examples/secure_access_dll/readme.html)

tools/release_note.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ async function make_release_note_all() {
3838
)
3939

4040
for (let log of logs.stdout.split('\n')) {
41-
42-
log=log.replace('*', '')
43-
console.log(log)
4441
if (/^\s*\*\s+\[(.*?)\]:/.test(log)) {
4542
//if log contains https://, we need to replace it with [link](https://), use regex
4643
log=log.replace(/(https:\/\/\S+)/g, '[$1]($1)')

0 commit comments

Comments
 (0)