Skip to content

Commit 28d5238

Browse files
committed
Merge branch 'main' into dev
2 parents d34148d + 7a074c6 commit 28d5238

File tree

5 files changed

+117
-2
lines changed

5 files changed

+117
-2
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## 0.3.0 (2024-12-25)
2+
3+
### 🚀 Features
4+
5+
- **repo:** upgrade to angular 19 ([b8700f5](https://github.com/robsonos/spie/commit/b8700f5))
6+
- **spie:** create data delimited event ([7cc4bba](https://github.com/robsonos/spie/commit/7cc4bba))
7+
- **spie-ui:** restructure app to add support to plotter view ([42b7495](https://github.com/robsonos/spie/commit/42b7495))
8+
- **spie-ui:** add error handling to auto updated event ([b16954b](https://github.com/robsonos/spie/commit/b16954b))
9+
- **spie-ui:** add web worker for plotter ([6ed71cf](https://github.com/robsonos/spie/commit/6ed71cf))
10+
- **spie-ui:** improve plotter chart ([ed31765](https://github.com/robsonos/spie/commit/ed31765))
11+
- **spie-ui:** add @angular/material ([921738d](https://github.com/robsonos/spie/commit/921738d))
12+
- **spie-ui:** add more baud rates ([950ec9e](https://github.com/robsonos/spie/commit/950ec9e))
13+
- **spie-ui:** improve scrollbackLength logic ([2da0911](https://github.com/robsonos/spie/commit/2da0911))
14+
- **spie-ui:** add terminal option to use Readline parser ([350d823](https://github.com/robsonos/spie/commit/350d823))
15+
- **spie-ui:** finish plotter feature ([0a33b8f](https://github.com/robsonos/spie/commit/0a33b8f))
16+
17+
### ❤️ Thank You
18+
19+
- Robson Oliveira dos Santos @robsonos
20+
21+
## 0.2.0 (2024-12-02)
22+
23+
24+
### 🚀 Features
25+
26+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
27+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
28+
- **spie-ui:** update theme ([2b3391b](https://github.com/robsonos/spie/commit/2b3391b))
29+
30+
### 🩹 Fixes
31+
32+
- **spie:** add app name to notifications ([fb6017a](https://github.com/robsonos/spie/commit/fb6017a))
33+
- **spie-ui:** standardise UI ([12e3a8a](https://github.com/robsonos/spie/commit/12e3a8a))
34+
- **spie-ui:** rename connection component for clarity ([8f577ed](https://github.com/robsonos/spie/commit/8f577ed))
35+
36+
### ❤️ Thank You
37+
38+
- Robson Oliveira dos Santos @robsonos
39+
140
## 0.1.0 (2024-11-19)
241

342

apps/spie-ui/CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 0.3.0 (2024-12-25)
2+
3+
### 🚀 Features
4+
5+
- **spie-ui:** finish plotter feature ([0a33b8f](https://github.com/robsonos/spie/commit/0a33b8f))
6+
- **spie-ui:** add terminal option to use Readline parser ([350d823](https://github.com/robsonos/spie/commit/350d823))
7+
- **spie-ui:** improve scrollbackLength logic ([2da0911](https://github.com/robsonos/spie/commit/2da0911))
8+
- **spie-ui:** add more baud rates ([950ec9e](https://github.com/robsonos/spie/commit/950ec9e))
9+
- **spie:** create data delimited event ([7cc4bba](https://github.com/robsonos/spie/commit/7cc4bba))
10+
- **spie-ui:** add @angular/material ([921738d](https://github.com/robsonos/spie/commit/921738d))
11+
- **spie-ui:** improve plotter chart ([ed31765](https://github.com/robsonos/spie/commit/ed31765))
12+
- **spie-ui:** add web worker for plotter ([6ed71cf](https://github.com/robsonos/spie/commit/6ed71cf))
13+
- **repo:** upgrade to angular 19 ([b8700f5](https://github.com/robsonos/spie/commit/b8700f5))
14+
- **spie-ui:** add error handling to auto updated event ([b16954b](https://github.com/robsonos/spie/commit/b16954b))
15+
- **spie-ui:** restructure app to add support to plotter view ([42b7495](https://github.com/robsonos/spie/commit/42b7495))
16+
17+
### ❤️ Thank You
18+
19+
- Robson Oliveira dos Santos @robsonos
20+
21+
## 0.2.0 (2024-12-02)
22+
23+
24+
### 🚀 Features
25+
26+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
27+
28+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
29+
30+
- **spie-ui:** update theme ([2b3391b](https://github.com/robsonos/spie/commit/2b3391b))
31+
32+
33+
### 🩹 Fixes
34+
35+
- **spie-ui:** standardise UI ([12e3a8a](https://github.com/robsonos/spie/commit/12e3a8a))
36+
37+
- **spie-ui:** rename connection component for clarity ([8f577ed](https://github.com/robsonos/spie/commit/8f577ed))
38+
39+
40+
### ❤️ Thank You
41+
42+
- Robson Oliveira dos Santos @robsonos
43+
144
## 0.1.0 (2024-11-19)
245

346

apps/spie-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.3.0",
33
"name": "spie-ui"
44
}

apps/spie/CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 0.3.0 (2024-12-25)
2+
3+
### 🚀 Features
4+
5+
- **spie-ui:** finish plotter feature ([0a33b8f](https://github.com/robsonos/spie/commit/0a33b8f))
6+
- **spie:** create data delimited event ([7cc4bba](https://github.com/robsonos/spie/commit/7cc4bba))
7+
- **spie-ui:** add @angular/material ([921738d](https://github.com/robsonos/spie/commit/921738d))
8+
- **repo:** upgrade to angular 19 ([b8700f5](https://github.com/robsonos/spie/commit/b8700f5))
9+
- **spie-ui:** restructure app to add support to plotter view ([42b7495](https://github.com/robsonos/spie/commit/42b7495))
10+
11+
### ❤️ Thank You
12+
13+
- Robson Oliveira dos Santos @robsonos
14+
15+
## 0.2.0 (2024-12-02)
16+
17+
18+
### 🚀 Features
19+
20+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
21+
22+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
23+
24+
25+
### 🩹 Fixes
26+
27+
- **spie:** add app name to notifications ([fb6017a](https://github.com/robsonos/spie/commit/fb6017a))
28+
29+
30+
### ❤️ Thank You
31+
32+
- Robson Oliveira dos Santos @robsonos
33+
134
## 0.1.0 (2024-11-19)
235

336

apps/spie/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.3.0",
33
"name": "spie"
44
}

0 commit comments

Comments
 (0)