Skip to content

V208

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 02:23
· 185 commits to master since this release

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