From 75277ead848bfd3c840b55441ddae9446d888a2f Mon Sep 17 00:00:00 2001 From: jklingen Date: Thu, 19 Nov 2015 22:30:04 +0100 Subject: [PATCH] Added latest blog post --- ...problems-imgur-upload-performance.markdown | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _posts/2015-11-18-latest-bugfix-release-resolves-problems-imgur-upload-performance.markdown diff --git a/_posts/2015-11-18-latest-bugfix-release-resolves-problems-imgur-upload-performance.markdown b/_posts/2015-11-18-latest-bugfix-release-resolves-problems-imgur-upload-performance.markdown new file mode 100644 index 000000000..047b4f565 --- /dev/null +++ b/_posts/2015-11-18-latest-bugfix-release-resolves-problems-imgur-upload-performance.markdown @@ -0,0 +1,46 @@ +--- +layout: post +status: publish +published: true +title: ! 'Latest bugfix release resolves problems with Imgur upload and performance' + +categories: +- releases +tags: +- 1.2 +- bugfix +- release +comments: [] + +--- +

We have recently published another bugfix release, fixing two annoying problems many of you might have encountered during the last days.

+ +

These two major issues are fixed by the latest update, you can download it from our downloads page. By the way: please be sure to always download Greenshot from our official website, which is http://getgreenshot.org/. A lot of platforms offer downloads of free and open source software as well, but there have been several cases of installer files being corrupted or bundled with malware. So: always get greenshot from getgreenshot.org :)

+

Here is the complete changelog for the bugfix release:

+ + + 1.2.8.12-cab854b RELEASE + There were some major issues with the authenticated (non anonymous) uploads to Imgur. + After contacting Imgur they told us that their old API was deprecated or disabled, unfortunately this was not communicated. + Although we are working hard on Greenshot 1.3, where we changed most of the Imgur code already, we can't release it. + We did see a need to fix the imgur uploads, so in this release we quickly updated the Imgur API. + This should resolve a lot of tickets that were reported to us. + + Additionally our website http://getgreenshot.org is hosted by sourceforge and they seem to have a lot of stability problems. + Due to these problems a bug in the Greenshot update check manifested itself and causes Greenshot to get slow or even stop responding. + In this version we fix the bug in the update check, and we are also working on a solution for the instability with our website. + + Here is the list of chances: + + Bugs Resolved: + + BUG-1527 / BUG-1848 / BUG-1850 / BUG-1851 / BUG-1859 : Greenshot stops responding, hangs or crashes + BUG-1843 / BUG-1844 / BUG-1846 : Imgur problems with authenticated uploads + BUG-1864: Imgur link wasn't copied to the clipboard + + Features: + + FEATURE-896: Use Imgur with HTTPS (with changing the Imgur API from V2 to V3 this was already required for the upload anyway.)