Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

v0.3.9

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 18:40
· 10 commits to main since this release

This release fixes two bugs:

  • Only succeed login on HTTP 200 code to make sure there is data to parse. Before, login was considered succesfull on a HTTP 200-299 return code, but that doesn't always mean there's data to parse in order to grab the login token. This is now much stricter and login only succeeds at HTTP 200.
  • Make multiplex required for remap and remap_file. remap and remap_file now require multiplex to be set, since otherwise neither will work. This means that locast2tuner will error if this multiplex isn't on.