Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #73

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Small fixes #73

wants to merge 5 commits into from

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ddd2ee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: add a reconnect failure delay

    There are TCP timeouts, but in situations where it fails instantly there would otherwise be no delay.
    (E.g. firewall rejection, or when in flight mode.)
    Istador committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0a18f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9318a96 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix: don't crash when changing the language (only when offline)

    This change only makes it work when in offline/airplane mode.
    When connected to a server it still crashes.
    Likely due to a different part of the code.
    
    Thanks to https://github.com/piplup55 for pointing out to me that this worked in old versions.
    I then tested a few older builds and found out that it started to not work with version `v1.1.0`.
    Using `git bisect` I was able to find out that commit 34691af introduced the issue.
    Istador committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d3dcc7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abebfba View commit details
    Browse the repository at this point in the history