File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ written by Hubert Denkmair <hubert@denkmair.de>
55
66## changelog
77
8- ### v0.1.4 unreleased
8+ ### v0.2.0 released 2016-01-24
99* docking windows system instead of MDI interface
1010* windows build
1111* windows PCAN-basic driver
Original file line number Diff line number Diff line change 1+ cangaroo (0.2.0-1) experimental; urgency=low
2+ * handle muxed signals in backend and trace window
3+ * can status window
4+ * bugfixes in setup dialog
5+ * do not try to extract signals from messages when DLC too short
6+ * fix windows build
7+ * windows PCAN-basic driver
8+ * show timestamps, log level etc. in log window
9+
10+ -- Hubert Denkmair <hubert@denkmair.de> Tue, 12 Jan 2016 21:35:00 +0200
11+
112cangaroo (0.1.3-1) experimental; urgency=low
213 * new can interface configuration GUI (missing a suid binary to actually set the config)
314 * use libnl-route-3 for socketcan device config read
@@ -8,7 +19,6 @@ cangaroo (0.1.3-1) experimental; urgency=low
819
920 -- Hubert Denkmair <hubert@denkmair.de> Tue, 12 Jan 2016 21:35:00 +0200
1021
11-
1222cangaroo (0.1.2-1) experimental; urgency=low
1323 * fix device re-scan ("could not bind" console message)
1424 * fix some dbc parsing issues (signed signals, ...)
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ void MainWindow::showAboutDialog()
405405 " cangaroo\n "
406406 " open source can bus analyzer\n "
407407 " \n "
408- " version 0.1.4 \n "
408+ " version 0.2.0 \n "
409409 " \n "
410410 " (c)2015-2016 Hubert Denkmair"
411411 );
You can’t perform that action at this time.
0 commit comments