Releases: lic-nz/Malone
Releases · lic-nz/Malone
v0.9.7
What's new
Bug fixes
- Fix TLS connection to GitHub, required to prevent the app from crashing on startup when it checks for updates
- Updated .NET Framework from version 4.5 to 4.6.1
- Older versions of TLS are no longer supported by GitHub: https://blog.github.com/2018-02-23-weak-cryptographic-standards-removed/
v0.9.6
What's new
Autorefresh (#84)
Background service to keep OAuth tokens topped up. Thanks @lianwanggit!
v0.9.5
v0.9.4
v0.9.2
What's new
Add access token for GitHubUpdateManager (#80)
You can now add a Personal access token
to get around GitHub API rate limiting (see Help with updating Malone for details).
%LocalAppData%\Malone\config\config.json
will persist between Malone updates:
{
"GitHubPersonalAccessToken": "Token goes here"
}
v0.9.1
What's new
Bug fixes
- Add Collection window title fixed.
- No longer creates a collection if the name is empty, as it would not be visible in the list.
v0.9.0
What's new
Collections (#71)
First cut; looks functional but could do with some UX improvements.
Thanks @jayxx1234!