This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ption, which caused crash on startup. This will allow (in rare cases?) duplicate replays to appear in replays list
…ice. Do not print exception and stack tray to user if tray icon is not supported by platform.
Fix issue #80 (crash on startup)
- writes new replays to the db - refreshes after an update
we're not in a development environment where the database can change locally, so this is not needed
disable validation of migrations, disables checksum validations
Don't upload replays twice
My final tests suceeded, signing this up. There's a good chance we already fixed #81 with this release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release sign-off for version 2.0.1. Reply when confident this release is ready, @zhedar.
TODO:
Bump version to 2.0.1Verify state of #81Release notes
This is the release of version 2.0.1 This bugfix release fixes issues related to the new way we save statuses.
Issues fixed
2.0 doesn't start on Linux #80/CMD + Q & menu > quit uploader not working #81- 2.0.0 did not start on some systems due to an improper uniqueness check for files.Crash on startup, if replay files were removed manually #92- Crash on start if replay files were deleted.Don't upload replays twice #93- Some file states were not persisted properly and required a double pass through the uploader. Files were however only actually uploaded once.UNTAGGED- Fixed an issue where using both the jar and native package would flag the database as corrupted.