Skip to content

Tags: not-nullptr/Aerochat

Tags

v0.2.3-NOTREALLY-ACTUALLYv0.2.4STR

Toggle v0.2.3-NOTREALLY-ACTUALLYv0.2.4STR's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
fix: AEROCHAT_RC definitions in installer

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

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
chore: Drop RC1 branding from installer v0.2.3

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

v0.2.2-NOTREALLY-ACTUALLYv0.2.3RC1

Toggle v0.2.2-NOTREALLY-ACTUALLYv0.2.3RC1's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
fix: Installer version misunderstanding

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

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
chore: Bump version to 0.2.2

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

v0.2.1-hotfix2-tag

Toggle v0.2.1-hotfix2-tag's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
fix: Creation of local AppData Aerochat folder (voice chat error)

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

v0.2.1-hotfix1

Toggle v0.2.1-hotfix1's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
chore: Update Tomodachi Collection banner colour

At Rain's request. She neglected to mention it last time.

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

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
chore: Bump version to 0.2.1

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

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
fix: Upgrading and uninstalling local installs

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

v0.0.1.3

Toggle v0.0.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
kawapure isabella lulamoon
chore: Bump version to 0.0.1.2

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

v0.0.1.2

Toggle v0.0.1.2'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>