Updated change log.

This commit is contained in:
mcored 2013-12-05 07:11:20 +08:00
parent d90a200ea8
commit e8dcc69355
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,10 @@
ShareX 8.4.0 - 2013-11-20
ShareX 8.4.1 - 2013-12-05
* Added Gist text uploader support
* Torn image effect now supports sides customization
* Improved update checker with a fallback mechanism in case updater fails
ShareX 8.4.0 - 2013-11-20
This update is focused on performance improvements and features additions to image effects and watermark. These changes break backward compatibility. Therefore image effects and watermark settings will be reset.

View file

@ -221,6 +221,12 @@ public void LoadSettings(UploadersConfig uploadersConfig)
atcGistAccountType.SelectedAccountType = Config.GistAnonymousLogin ? AccountType.Anonymous : AccountType.User;
chkGistPublishPublic.Checked = Config.GistPublishPublic;
if (OAuth2Info.CheckOAuth(Config.GistOAuth2Info))
{
oAuth2Gist.Status = "Login successful.";
oAuth2Gist.LoginStatus = true;
}
#endregion Text uploaders
#region File uploaders