Skip to content

Releases: collin80/SavvyCAN

QT6 Development Build

05 Sep 01:05
Compare
Choose a tag to compare
QT6 Development Build Pre-release
Pre-release

Commits

  • dcaaacf: add support for SIG_VALTYPE_ (Guinea Wheek) #775
  • 080fc4d: Add support for reading Wireshark SocketCAN log format (Ben Evans) #790
  • 53c0dae: Update README.md (Collin Kidder)
  • 353e619: make qmake check Qt version (Sebastian Kuzminsky) #788
  • 7d2759f: Fix indentation issues. (Ben Evans) #790
  • d433c8e: signal makePrettyOutput: add a space between value and unit (Sebastian Kuzminsky) #800
  • 1b61ae6: Added/corrected timestamps for LAWICEL protocol. (Superwofy) #801
  • bc39109: Support for ext CAN IDs in wireshark files (Chavdar Kirov) #811
  • f769dd1: Fix timestamp in lawicel connection code (Collin Kidder)
  • d76d3af: Merge branch 'master' of github.com:collin80/SavvyCAN (Collin Kidder)
  • 1f5b16b: Rearrange new graph window so it fits on a 800 pixel tall screen (Collin Kidder)
  • 6d5bc49: Add a save function to ISO-TP decoder window (Collin Kidder)
  • 2b8c3a3: Add an application icon to Windows build (Collin Kidder)
  • d8c9e17: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (dependabot[bot]) #841
  • 2836977: Update build.yml (Collin Kidder)
  • 9ed478f: Slight change to GVRET driver (Collin Kidder)
  • 06bed25: Merge branch 'master' of github.com:collin80/SavvyCAN into QT6WIP (Collin Kidder)

Development Build

05 Sep 00:30
2836977
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • d8c9e17: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (dependabot[bot]) #841
  • 2836977: Update build.yml (Collin Kidder)

V213

24 Mar 02:01
Compare
Choose a tag to compare

Changes from V208 to V213:

  1. The data grid control now supports CAN-FD messages with up to 64 bytes.
  2. Improved visuals for data grid when DBC signal names are displayed.
  3. Fixed DBC related bugs
  4. Added support for CAN-FD DBC files
  5. It is now possible to set the number of data bytes to display per line in the main window (useful for 64 byte payloads)
  6. Fixes for display of OpenGL accelerated views when using MacOS
  7. The DBC signal editor now supports undo (CTRL-Z)
  8. Frame Info Window now has a bit change "heat map" which can be used to see which bits in a message change frequently.
  9. Frame Info Window now has a separate graph for each byte in the message (double click to expand one or shrink back)
  10. Playback window can now be set to only start sending when other traffic starts on the bus.
  11. Added a new window that allows two buses to forward to each other with filtering.

V208

30 Nov 02:23
Compare
Choose a tag to compare

At long last, a tagged release! There have been many changes since the V199 release!

Changes from V204 to V208:

  1. Updated help files
  2. Fixed some bugs in DBC code
  3. Added ability to read CANServer binary log files
  4. Support drag/drop files onto app icon
  5. Fixes to ISO-TP decoding
  6. Datagrid now can show signal names when doing DBC edits
  7. Added ability to set notch and expire intervals in sniffer
  8. Support for reading wireshark files
  9. Added preliminary support for lawicel devices (not great yet)
  10. UDS Scan window has been redone to make it more configurable
  11. Increased support for CAN-FD. It's not complete yet but some things support CAN-FD now
  12. Bisector window can now break frames along bus boundaries
  13. Graphing window can now respect bus number so the same ID but on multiple buses won't break things any longer.

Changes from V203 to V204:

  1. Now graphs of signals with DBC value tables will be annotated with the value strings and brackets
  2. The graphing window can be opened multiple times now with different graphs in each window
  3. Graphing of multiplexed signals should be correct now
  4. DBC signals are utilized if available in the Frame Data Analysis window to give more analysis
  5. The File Comparison window will now also use DBC signals to compare signal differences between the two sides. This is currently slow and poorly done. But, it works.
  6. PCAN version 1.3 files are now supported for loading

Changes from V201 to V203:

  1. Added ability to load Tesla AP Snapshots. How you would get those is up to you.
  2. Several bug fixes for file loading
  3. Huge changes to graphing interface to support many different visualization modes
  4. Ability to filter main CAN frame view by bus
  5. Support for extended multiplexing (in DBC files)
  6. Bug fixes for fuzzing window, overwrite mode

Changes from V199 to V201

  1. VERY large changes to DBC interface.
  2. Now loaded DBC files that were loaded when the program was exited will be loaded when it is restarted
  3. GMLAN filtering support
  4. The entire way the DBC file is presented is entirely new now. The DBC is presented as a treeview with icons
  5. It is now possible to search for DBC signals and messages by name and ID
  6. Help files are now just HTML files
  7. Bugfixes to a few different file format loads (CANAlyzer for one)
  8. Large changes and bug fixes to ISO-TP / UDS decoder. It actually works now.
  9. Backend is now more compatible with QCanBusFrame and potentially is better geared toward CAN-FD support (though CAN-FD is not supported properly yet)
  10. Added text boxes to Fuzzing window so the values can more easily be set and viewed
  11. Fixes for Sniffer Window
  12. Changed to logarithmic view for bit counts in Frame Details Window. This makes it far easier to see the distribution.
  13. Added a special CAN driver that allows for tunneling CAN traffic over MQTT back and forth to SavvyCAN

Release build (V199.1)

09 Aug 11:16
Compare
Choose a tag to compare

Win32Test

09 Aug 00:15
Compare
Choose a tag to compare
Win32Test Pre-release
Pre-release

A test copy of SavvyCAN V199 built for 32 bit WIndows. It has been tested to be functional.

Version 197

15 Apr 00:21
Compare
Choose a tag to compare

Fixes and improvements to overwrite mode
Add automatic determination of file format while loading (still a bit beta quality)
Various fixes to exiting program and opening windows
The new graph window now shows which signal you used when setting up the graph
Better support for pseudo sending when no buses are actually set up

V196

31 Mar 01:55
Compare
Choose a tag to compare
V196 Pre-release
Pre-release

Fixed loading of some file formats, add CANOpen Magic file format, changed formatting of Comparator window a bit, fixed coloring issues with DBC signals, reverted timestamp change from V195 because it broke things on Windows 10

V161

02 Jan 22:59
Compare
Choose a tag to compare
V161 Pre-release
Pre-release

Massive overhaul of connection system to support multiple interfaces simultaneously as well as socketcan devices on linux. Added a few more screens (mostly specialized).

July 12, 2015

13 Jul 00:36
Compare
Choose a tag to compare

Now has full DBC editing support. Additional options have been added to be able to quickly set and use frame filtering.