Skip to content

1.14.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@kolinger kolinger released this 10 Jan 08:41
· 56 commits to master since this release

This version doesn't change much from user perspective but contains significant internal change - things may break. Please report possible issues via Issues.

  • Added rounding to fixed number of decimal places (#24).
  • Removed confusing "current" placeholder (one thing from #19), actual session/measurement name is now used instead.
  • Changed how sessions/measurements work:
    • This allows to create multiple sessions with identical name.
      • This removes the need to change session name just to make different measurement.
      • This helps to fix some confusion but also removes previous unintended feature - it was possible to continue previous measurements. It was bug but also possible feature. This is now not possible. If this is problem for someone let me know via Issues.
    • With each session is recorded also type of meter used and timestamp.
      • No need to manually type date into session name. Should make navigating many sessions easier.

rd-usb-x.exe is lightweight CLI web server application (web browser of your choice is used as GUI)
rd-usb-install-x.exe is standalone application (embedded web browser is used as GUI)
rd-usb-source-x.zip are source codes intended for use together with python on non-Windows machines (see README for instructions)
See README for detailed information.