Skip to content

Releases: roffe/txlogger

Nightly Build

Nightly Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:23

Automated build from develop at 72eedb3.

v2.1.9

Choose a tag to compare

@github-actions github-actions released this 05 May 20:13
2.1.9

v2.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Mar 12:35

Development is now done on Linux as i've decided to permanently ditch Windows once and for all. There will still be Windows builds

  • Linux Drewtech Mongoose GM II driver, it's a highly experimental driver from reverse engineering their binary protocol enabling logging of T7 & T8 on linux

Known issues:

  • d2xx OBDLink ftdi driver does not work for OBDLink devices on Linux so do not use

v2.1.7

Choose a tag to compare

@github-actions github-actions released this 12 Jan 20:28
  • 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

Choose a tag to compare

@github-actions github-actions released this 14 Dec 10:33
  • 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

Choose a tag to compare

@github-actions github-actions released this 01 Dec 21:30
  • 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

Choose a tag to compare

@github-actions github-actions released this 04 Nov 18:47
  • 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

Choose a tag to compare

@github-actions github-actions released this 27 Oct 23:02
  • 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

Choose a tag to compare

@github-actions github-actions released this 18 Oct 02:45
  • 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.