From e8dcc69355af4f85851b0e52db2eb7c0255dc02d Mon Sep 17 00:00:00 2001 From: mcored Date: Thu, 5 Dec 2013 07:11:20 +0800 Subject: [PATCH] Updated change log. --- Docs/VersionHistory.txt | 8 +++++++- UploadersLib/GUI/UploadersConfigFormGUI.cs | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Docs/VersionHistory.txt b/Docs/VersionHistory.txt index f7f1fd72c..db82fd4c9 100644 --- a/Docs/VersionHistory.txt +++ b/Docs/VersionHistory.txt @@ -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. diff --git a/UploadersLib/GUI/UploadersConfigFormGUI.cs b/UploadersLib/GUI/UploadersConfigFormGUI.cs index 367f10fea..8428c0ecd 100644 --- a/UploadersLib/GUI/UploadersConfigFormGUI.cs +++ b/UploadersLib/GUI/UploadersConfigFormGUI.cs @@ -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