Skip to content

Tags: not-nullptr/Aerochat

Tags

v0.0.1.1

Toggle v0.0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
fix: Proper error handling for invalid stored tokens

Previously, Aerochat would just crash whenever a token is invalid. This
would cause issues in some cases, such as a user transferring their
configuration from another account or system, or a developer forgetting to
clean up build artifacts when publishing releases (:P). In these cases, the
application would simply refuse to open because of an unhandled exception
at startup.

Now, the case is handled clearly to the user. They are informed of why they
are logged out and then taken to the login screen so they can
reauthenticate.

For bonus points, I added a warning dialog for rare edge cases where the
Data Encryption API isn't supported, including older operating systems and
non-Windows operating systems (perhaps old versions of Wine?).

Signed-off-by: Isabella <kawapure@gmail.com>

v0.0.1.0

Toggle v0.0.1.0's commit message
forgor

v0.0.0.9

Toggle v0.0.0.9's commit message
chore: move message processing onto a bg thread

v0.0.0.8

Toggle v0.0.0.8's commit message
fix shit

v0.0.0.7

Toggle v0.0.0.7's commit message
dfoijoasdjfajfopsifjasodjsdfoijasoijasdfoijasdfopaisjfaspodi

v0.0.0.6

Toggle v0.0.0.6's commit message
feat: new scenes and ads (thx discord community!!)

v0.0.0.5

Toggle v0.0.0.5's commit message
feat: new scenes and ads (thx discord community!!)

v0.0.0.4

Toggle v0.0.0.4's commit message
feat: emoji

v0.0.0.3

Toggle v0.0.0.3's commit message
feat: add credits for scenes

v0.0.0.2

Toggle v0.0.0.2's commit message
hacky fix for scene crash