diff --git a/Docs/VersionHistory.txt b/Docs/VersionHistory.txt index 6b2d9929f..0daa857c8 100644 --- a/Docs/VersionHistory.txt +++ b/Docs/VersionHistory.txt @@ -1,5 +1,11 @@ -ShareX 9.0.1 +ShareX 9.1.0 +* Added gfycat file uploader support (thanks @Dinnerbone) +* Added new Capture menu item: Rectangle (Light) +* Custom domain support for Amazon S3 +* Drag-and-drop box now supports image and text too +* Added new After Upload task: Show QR window +* Added QR code generator to Tools menu * Customized task settings are now shown as workflows in main window ShareX 9.0.0 - 2014-05-16 diff --git a/ShareX/Properties/AssemblyInfo.cs b/ShareX/Properties/AssemblyInfo.cs index 18664c172..17db1a15d 100644 --- a/ShareX/Properties/AssemblyInfo.cs +++ b/ShareX/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")] -[assembly: AssemblyVersion("9.0.1")] -[assembly: AssemblyFileVersion("9.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("9.1.0")] +[assembly: AssemblyFileVersion("9.1.0")] \ No newline at end of file