Skip to content

Commit 670afc0

Browse files
committed
bump to version 0.3.0
1 parent b45378a commit 670afc0

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
All notable changes to the `Serial Monitor` crate will be documented in this file.
44

5-
# Unreleased
5+
# Unreleased 0.3.0
66

7-
* ...
7+
### Added:
8+
9+
* Color-picker for curves
10+
* Automatically reconnect when device becomes available again (only after unplugging)
11+
* minor bug fixes
812

913
## 0.2.0 - 09.03.2024 - New Design, Improved Performance
1014

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serial-monitor-rust"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Linus Leo Stöckli"]
66
description = "Serial Monitor and Plotter written in rust."
@@ -32,7 +32,7 @@ serialport = { git = "https://github.com/serialport/serialport-rs", features = [
3232
name = "Serial Monitor"
3333
identifier = "com.hacknus.serial_monitor"
3434
icon = ["./icons/install.png"]
35-
version = "0.2.1"
35+
version = "0.3.0"
3636
copyright = "Copyright (c) hacknus 2023. All rights reserved."
3737
category = "Developer Tool"
3838
short_description = "Serial Monitor and Plotter written in rust."
@@ -46,5 +46,5 @@ dbg-name = false
4646
name = "Serial Monitor"
4747
no-build = false
4848
output = "target/wix/SerialMonitorInstaller.msi"
49-
version = "0.2.1"
49+
version = "0.3.0"
5050
license = "GPL-3.0"

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ Features:
2929
- [X] Saves the configuration for the serial port after closing and reloads them automatically upon selection
3030
- [X] Option to save raw data to file
3131
- [X] Use keyboard shortcuts (ctrl-S to save data, ctrl-shift-S to save plot, ctrl-X to clear plot)
32+
- [X] Automatic reconnect after device has been unplugged
33+
- [X] Color-picker for curves
3234
- [ ] Allow to select (and copy) more than just the displayed raw traffic (also implement ctrl + A)
3335
- [ ] Smarter data parser
3436
- [ ] make serial print selectable and show corresponding datapoint in plot
3537
- [ ] COM-Port names on Windows (display manufacturer, name, pid or vid of device?)
36-
- [ ] make side panel and plot/serial prompt be resizeable (snappy?)
3738
- [ ] current command entered is lost when navigating through the history
3839
- [ ] command history is currently unlimited (needs an upper limit to prevent huge memory usage)
3940
- [ ] data history is currently unlimited (needs an upper limit to prevent huge memory usage)

0 commit comments

Comments
 (0)