Skip to content

Commit 59b6113

Browse files
author
Mich
committed
v1.1 is up, updated .md's
1 parent ae6a6ae commit 59b6113

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,20 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
1212
- Read/write ".txt" data logs,
1313
- many more...
1414
---
15-
<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/v1.0/QtSerialMonitor_1.1_win_x64.zip" download>Download QtSerialMonitor_v1.1_win_x64</a>
15+
<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/1.1/QtSerialMonitor_1.1_win_x64.zip" download>Download QtSerialMonitor_v1.1_win_x64</a>
1616
-
1717
---
1818

1919
**Work in progress:**
2020

21-
- "What’s this ?" popups for less obvious widgets and an introduction text/html doc displayed in the main text browser on first run.
21+
- "What’s this ?" popups for less obvious widgets and an introduction
22+
text/html doc displayed in the main text browser on first run.
2223

23-
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view and a simple 3D scene containing an object rotating accordingly to received roll, pitch and yaw values, visualizing the sensor's orientation)
24+
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view
25+
and a simple 3D scene containing an object rotating accordingly to received roll,
26+
pitch and yaw values, representing the sensor's orientation)
27+
28+
- Improvements, fixes etc.
2429

2530
----
2631

@@ -34,4 +39,4 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
3439
- "Voltage: 1.23 (tabulator) Output: 4.56"
3540
- "1.23 4.56" (Graph 0 and Graph 1)
3641

37-
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.
42+
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.

docs/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,21 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
1111
- Printer support, ability to save graph as image,
1212
- Read/write ".txt" data logs,
1313
- many more...
14-
---
15-
<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/v1.0/QtSerialMonitor_1.1_win_x64.zip" download>Download QtSerialMonitor_v1.1_win_x64</a>
14+
15+
<a href="https://github.com/mich-w/QtSerialMonitor/releases/download/1.1/QtSerialMonitor_1.1_win_x64.zip" download>Download QtSerialMonitor_v1.1_win_x64</a>
1616
-
1717
---
1818

1919
**Work in progress:**
2020

21-
- "What’s this ?" popups for less obvious widgets and an introduction text/html doc displayed in the main text browser on first run.
21+
- "What’s this ?" popups for less obvious widgets and an introduction
22+
text/html doc displayed in the main text browser on first run.
2223

23-
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view and a simple 3D scene containing an object rotating accordingly to received roll, pitch and yaw values, visualizing the sensor's orientation)
24+
- 3D Orientation Demo - for IMU testing (user will be able to toggle between chart view
25+
and a simple 3D scene containing an object rotating accordingly to received roll,
26+
pitch and yaw values, representing the sensor's orientation)
27+
28+
- Improvements, fixes etc.
2429

2530
----
2631

@@ -34,4 +39,4 @@ Universal serial monitor with data plotting capabilities, based on [Qt](https://
3439
- "Voltage: 1.23 (tabulator) Output: 4.56"
3540
- "1.23 4.56" (Graph 0 and Graph 1)
3641

37-
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.
42+
* Application uses QtSettings functionality and stores a simple .ini file on the hard drive in which it keeps its settings. Under Windows, the file should be located in *C:\ProgramData\QtSerialMonitor*. The settings are saved each time the app closes.

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef CONFIG_H
22
#define CONFIG_H
33

4-
#define VERSION "1.0"
4+
#define VERSION "1.1"
55
#define CHANGELOG_TEXT ""
66

77
#endif // CONFIG_H

0 commit comments

Comments
 (0)