Skip to content

Releases: roffe/txlogger

v2.1.7

12 Jan 20:28

Choose a tag to compare

  • Added "Edit Parameters" dialog for Trionic 8 under Diagnostics menu. Allowing you to change VIN, E85%, Top Speed, Oil Quality, Diagnostic Type, Tank Type, Convertible, SAI, High Output, BioPower and ClutchStart
  • Fixed a possible crash in the combined logplayer

v2.1.6

14 Dec 10:33

Choose a tag to compare

  • Added all maps from "Manual tuning" in T5suite
  • Added all maps from "Tuning" in T7suite
  • Fixed small graphical discrepancy where the shadow around windows would be 2 pixels off
  • Updated txbridge firmware to 1.1.1 which includes write support for Trionic 5
  • Fixed a bug where the working directory would be changed when opening file via dialogs on Windows
  • txbridge firmware updated so it uses the slow write to ram method for Trionic 5 that should work with engine running

v2.1.5

01 Dec 21:30

Choose a tag to compare

  • Added numbers on the gauges in the dashboard to look more like real gauges
  • Fixed axis information for tryck_mat_a! in ecusymbol library where it would open tryck_mat! instead
  • Added a small device check and error out if trying to use J2534 or ELM327 adapters with Trionic 5
  • fixed a bug in the update checker where the update check would not be performed properly
  • Fixed a bug where you could rotate the 3d mesh of a map view when resizing a window overlaying it
  • Added dragable borders to all windows to make resizing easier
  • Added DTC reader for Trionic 5, 7 & 8. Found under the "Diagnostics" menu

v2.1.4

04 Nov 18:47

Choose a tag to compare

  • Symbollist now remembers the last selected preset per ECU.
  • Fixed a bug where logs loaded from menu would be stuck in the top left corner
  • Tweaked positioning when dragging and dropping log files in the main window
  • Created driver for PCAN adapters on Windows using the PEAK Basic API DLL. This enables T5 support with PCAN adapters.
  • Rewrote large parts of goCAN to have better error handling
  • Fixed a bug in the Kvaser Canlib implementation making it possible to move it out of the cangateway back into the main application
  • Fixed crash where app would not start it T7 ECU was selected and WBL was set to ECU Lambda source

v2.1.3

27 Oct 23:02

Choose a tag to compare

  • Added a check for updates dialogue that will show every second week.
  • Fixed a bug where the user defined log path would not be adhered to after changing it in settings
  • Bunch of more memory optimizations in dataloggers to lower GC pressure
  • Fixed a bug where the color blind mode was not applied on opening new maps
  • Rewrote settings dialogue to be easier to extend and maintain
  • Added support for saving T5 files

v2.1.2

18 Oct 02:45

Choose a tag to compare

  • rewrote cangateway to use named pipes on windows instead of unix sockets. This should ensure that cangateway is working even on early Windows 10 versions
  • fixed a race condition in goCAN that could cause missed canbus frames.