Skip to content

Releases: kolinger/rd-usb

1.18.0

14 Oct 14:19
Compare
Choose a tag to compare
  • Updated graph to use newer version of amCharts 5 library - this should improve graph performance and fix rendering issues
  • Added CSV import

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.

1.17.2

12 Aug 17:51
Compare
Choose a tag to compare
  • Reduced CPU overhead
  • Fixed --data-dir
  • Added longer periods for sampling interval
  • Improved wording in Setup tab

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.

1.17.0

12 Aug 15:25
Compare
Choose a tag to compare
  • Added new Setup options (Auto connect, Timeout and Retry on error) intended for use-cases where persistent connection between rd-usb and USB meter is desired, these options should help to reconnect even after USB meter was disconnected for longer periods of time, available in Setup tab
  • Added new CLI option --data-dir, for details see readme

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.

1.16.2

10 May 15:06
Compare
Choose a tag to compare
  • Fixed data table pagination (thanks to @Znevna)

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.

1.16.1

29 Mar 14:05
Compare
Choose a tag to compare
  • Fixed redirects when --prefix is used

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.

1.16.0

29 Mar 12:41
Compare
Choose a tag to compare
  • Added ability to use reverse proxy with path prefix - for example https://domain/rd-usb, this is controlled by new CLI parameter --prefix /rd-usb (available only for web server application)

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.

1.15.1

29 Mar 09:06
Compare
Choose a tag to compare
  • Fixed issues with reverse proxies (reverse proxies can be used to provide HTTPS)

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.

1.15.0

09 Feb 15:39
Compare
Choose a tag to compare
  • Added ability to disable GPU acceleration for rendering via --disable-gpu command line flag (this may be workaround for visual bugs).

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.

1.14.1

09 Feb 13:29
Compare
Choose a tag to compare
  • Fixed crash / infinite loading for new installations (regression since 1.13.0).

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.

1.14.0-beta

10 Jan 08:41
Compare
Choose a tag to compare
1.14.0-beta Pre-release
Pre-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.