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

Releases: wouterdebie/locast2tuner

v0.3.11

28 Aug 18:42
Compare
Choose a tag to compare

0.3.11

This release adds some better logging for login errors. In general error handling and reporting needs to be much better, but this is at least something.

Thanks to all the wonderful sponsors that donated since the last release! Since I added sponsoring to my account last week, I've received $260!
Once Github pays out, I'll donate the money and give everybody an update on which organizations received donations. Thanks to all the people
who have donated so far, because all of the money donated will go towards organizations that support women and underprivileged children in STEM education.

v0.3.10

26 Aug 21:51
Compare
Choose a tag to compare

This release adds an aarch64 Debian/Ubuntu build that can be used on arm64 deployments.

Also, thanks to the follwoing amazing $50 sponsors: @tharris9d and @hdmllr!

All of the money donated will go towards organizations that support women and underprivileged children in STEM education.

v0.3.9

26 Aug 18:40
Compare
Choose a tag to compare

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.

v0.3.8

26 Aug 15:44
Compare
Choose a tag to compare

Upload binaries to github release

v0.3.6

26 Aug 00:51
Compare
Choose a tag to compare
  • Fix login issue after captcha change on locast.org

v0.3.5

23 Aug 18:56
Compare
Choose a tag to compare

v0.3.4

23 Aug 13:39
Compare
Choose a tag to compare
  • Move to action-rs/toolchain for linux builds

    Rather than relying on static Docker images for building Linux
    binaries, we now use action-rs/toolchain. This makes for much better
    upgrade of Rust, without having to rebuild and redeploy images.

    Before, deb packages were built with musl as static binaries, but since
    musl on arm7 is involved, both debian packages are now dynamicly linked.
    The amd64 static binary is built with musl and is statically linked.

v0.3.3

22 Aug 17:05
Compare
Choose a tag to compare

This release fixes bug with zipcode display when using IP. Since the addition of override_cities we keep track of the zip code that is used to
connect. However, in the case where no override is made, there is no zip code to keep track of.

v0.3.2

22 Aug 02:42
Compare
Choose a tag to compare

Update default tuner count to 16

This release actually updates the default tuner count from 3 to
16. Previously only the documentation was updated, but not the
implementation.

v0.3.1

22 Aug 02:00
Compare
Choose a tag to compare
  • Fix override_zipcodes bug. #90