Changelog update

This commit is contained in:
mcored 2014-04-30 10:46:00 +08:00
parent 6800f37d35
commit a125ba0989
2 changed files with 9 additions and 0 deletions

View file

@ -1,7 +1,12 @@
ShareX 8.7.2
* Added new After Capture task: Save thumbnail to file
* Support for all thumbnail types in Imgur
* HttpHomePathAutoAddSubFolderPath setting for FTP accounts
* Configurable Dropbox shareable URL types: default, shortened, and direct
* CLI Video Encoder configurations are now managed in Application Settings
* Support for secondary uploaders if primary uploaders fail
* Added Ruler to Tools menu
ShareX 8.7.1 - 2014-04-09

View file

@ -79,6 +79,10 @@ private void fileCheck_FileCheckCompleted(string result, bool cancelled)
{
btnStartHashCheck.Text = "Start";
txtResult.Text = result.ToUpperInvariant();
if (!string.IsNullOrEmpty(txtTarget.Text))
{
txtTarget.Text = txtTarget.Text.ToUpperInvariant();
}
}
private void txtResult_TextChanged(object sender, EventArgs e)