diff --git a/_includes/version-check.html b/_includes/version-check.html index 7d9990da6..5370b0528 100644 --- a/_includes/version-check.html +++ b/_includes/version-check.html @@ -1,9 +1,21 @@ {% assign latest_release = site.github.releases | where:"prerelease",false | where:"draft",false | first %} + + + @@ -55,9 +67,16 @@ function compareVersion(a, b) { } var installedVersion = /version=([^&]+)/.exec(location)[1]; -var greenshotTag = {% if latest_release.tag_name %}"{{ latest_release.tag_name }}"{% else %}"Greenshot-Test-1.2.8.12"{% endif %}; +var greenshotTag = {% if latest_release.tag_name %}"{{ latest_release.tag_name }}"{% else %}"Greenshot-Test-1.2.9.112"{% endif %}; var releaseVersion = /.*(\d+\.\d+\.\d+\.\d+)/.exec(greenshotTag)[1]; var compare=compareVersion(releaseVersion, installedVersion); +var matchingBlogPost = release_blog_posts[installedVersion]; +if (matchingBlogPost) { + jQuery('#blog1').prop("href", matchingBlogPost); + jQuery('#blogPost1').slideToggle(); + jQuery('#blog2').prop("href", matchingBlogPost); + jQuery('#blogPost2').slideToggle(); +} if (compare >= 1) { jQuery('#oldVersion').slideToggle(); } else if (compare == 0) { diff --git a/_posts/2015-04-19-new-bugfix-release-with-an-important-change-for-picasa-users.markdown b/_posts/2015-04-19-new-bugfix-release-with-an-important-change-for-picasa-users.markdown index 0b921b638..4a35efdeb 100644 --- a/_posts/2015-04-19-new-bugfix-release-with-an-important-change-for-picasa-users.markdown +++ b/_posts/2015-04-19-new-bugfix-release-with-an-important-change-for-picasa-users.markdown @@ -3,8 +3,7 @@ layout: post status: publish published: true title: ! 'New Bugfix Release with an Important Change for Picasa Users' - - +release_version: 1.2.6.7 tags: - 1.2 - bugfix 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 index dea71fd7c..047c8a660 100644 --- 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 @@ -3,8 +3,7 @@ layout: post status: publish published: true title: ! 'Latest bugfix release resolves problems with Imgur upload and performance' - - +release_version: 1.2.8.12 tags: - 1.2 - bugfix diff --git a/_posts/2016-12-19-our-present-for-you-greenshot-129.markdown b/_posts/2016-12-19-our-present-for-you-greenshot-129.markdown index 0b01c4cec..038cc12ec 100644 --- a/_posts/2016-12-19-our-present-for-you-greenshot-129.markdown +++ b/_posts/2016-12-19-our-present-for-you-greenshot-129.markdown @@ -2,6 +2,7 @@ layout: post status: publish published: true +release_version: 1.2.9.103 title: ! 'Our present for you: Greenshot 1.2.9 brings a lot of improvements and fixes' tags: - 1.2 diff --git a/_posts/2016-12-31-happy-newyear-greenshot-129-bugfix.markdown b/_posts/2016-12-31-happy-newyear-greenshot-129-bugfix.markdown new file mode 100644 index 000000000..30575b843 --- /dev/null +++ b/_posts/2016-12-31-happy-newyear-greenshot-129-bugfix.markdown @@ -0,0 +1,38 @@ +--- +layout: post +status: publish +published: true +release_version: 1.2.9.112 +title: ! 'Happy new year: Greenshot 1.2.9 bugfix release' +tags: +- 1.2 +- bugfix +- release +--- +So the year 2016 has come to an end, to celebrate the start of a brand new year we have a little present for you: +We bring you a bugfix release for the bugs found in Greenshot 1.2.9.103 (released at the 19th of december). + +You can see the full changelog below. So just go ahead, [download](/downloads/) the last Greenshot release for 2016 and have a great 2017! + +Yours with best wishes for 2017, + +the Greenshot team + + +*Release notes for Greenshot 1.2.9.112-9bc62ac RELEASE* + +|Ticket|Description| +|:-----|:------------| +|[BUG-2065](https://greenshot.atlassian.net/browse/BUG-2065)|OverflowException in the editor| +|[BUG-2077](https://greenshot.atlassian.net/browse/BUG-2077)|It's not possible to disable the update check| +|[BUG-2080](https://greenshot.atlassian.net/browse/BUG-2080)|Exception when opening the context menu| +|[BUG-2089](https://greenshot.atlassian.net/browse/BUG-2089)|Greenshot crashes when hotkey registration fails and OneDrive is not installed| +|[BUG-2091](https://greenshot.atlassian.net/browse/BUG-2091)|Greenshot .zip version has wrong log configuration| +|[FEATURE-992](https://greenshot.atlassian.net/browse/FEATURE-992)|When reusing the editor, it is not brought to the front| +|[FEATURE-995](https://greenshot.atlassian.net/browse/FEATURE-995)|Paste images inside Greenshot editor to the current cursor location| +|[FEATURE-998](https://greenshot.atlassian.net/browse/FEATURE-998)|Opening last capture in explorer should select/jump to the file| +|[FEATURE-1000](https://greenshot.atlassian.net/browse/FEATURE-1000)|Set default focus on the OK-button in the Greenshot quality dialog| + +Translations modified: + +* Nederlands by Stephan Paternotte \ No newline at end of file