mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Updated for the 1.2.9.127 release.
This commit is contained in:
parent
439a45c059
commit
eba7f85d5e
2 changed files with 81 additions and 4 deletions
|
@ -2,21 +2,26 @@
|
|||
|
||||
<script language="JavaScript">
|
||||
var release_blog_posts = new Array();
|
||||
{% if latest_release.tag_name %}
|
||||
{% for post in site.posts %}
|
||||
{% if post.release_version %}
|
||||
release_blog_posts["{{post.release_version}}"] = "{{post.url}}";
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
release_blog_posts["1.2.9.129"] = "/2017/01/28/129-bug-bash/";
|
||||
{% endif %}
|
||||
|
||||
</script>
|
||||
|
||||
<div id="currentVersion" class="alert alert-success collapse" role="alert">
|
||||
<i class="fa fa-check-circle"></i> You installed the most recent version of Greenshot.
|
||||
<div id="blogPost1" class="collapse">You can read more about this version <a id="blog1" href="">here</a>.</div>
|
||||
<div id="blogPost1" class="collapse">More information about this version can be read <a id="blog1" href="">here</a>.</div>
|
||||
</div>
|
||||
<div id="oldVersion" class="alert alert-danger collapse" role="alert">
|
||||
<i class="fa fa-exclamation-triangle"></i> <strong>You are not using the newest Greenshot version.</strong><br/>
|
||||
<div id="blogPost2" class="collapse">You can read more about the Greenshot version you installed <a id="blog2" href="">here</a>.</div>
|
||||
You might want to download the newest version, which is {{ latest_release.tag_name }}, from <a href="/downloads/">here</a>. Make sure to always get Greenshot from <a href="http://getgreenshot.org/">getgreenshot.org</a>.
|
||||
<div id="blogPost2" class="collapse">More information about this version can be read <a id="blog2" href="">here</a>.</div>
|
||||
You might want to download the newest version, which is {{ latest_release.tag_name }}, from <a href="/downloads/">here</a>. Also always make sure to get Greenshot from <a href="http://getgreenshot.org/">getgreenshot.org</a>, .
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
@ -67,7 +72,7 @@ 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.9.112"{% endif %};
|
||||
var greenshotTag = {% if latest_release.tag_name %}"{{ latest_release.tag_name }}"{% else %}"Greenshot-Test-1.2.9.129"{% endif %};
|
||||
var releaseVersion = /.*(\d+\.\d+\.\d+\.\d+)/.exec(greenshotTag)[1];
|
||||
var compare=compareVersion(releaseVersion, installedVersion);
|
||||
var matchingBlogPost = release_blog_posts[installedVersion];
|
||||
|
|
72
_posts/2017-01-28-129-january-bug-bash.markdown
Normal file
72
_posts/2017-01-28-129-january-bug-bash.markdown
Normal file
|
@ -0,0 +1,72 @@
|
|||
---
|
||||
layout: post
|
||||
status: publish
|
||||
published: true
|
||||
release_version: 1.2.9.129
|
||||
title: Greenshot 1.2.9 January Bug Bash
|
||||
tags:
|
||||
- 1.2
|
||||
- bugfix
|
||||
- release
|
||||
---
|
||||
Good news everyone!
|
||||
|
||||
Today we present you the result of our January Greenshot [Bug Bash](https://en.wikipedia.org/wiki/Bug_bash).
|
||||
In 28 days we fixed 24 bugs, to make this possible we invested around 60 hours of development time.
|
||||
We would like to thank all people for taking time to report bugs, without we wouldn't be able to know about them.
|
||||
Especially the people who reported bugs and were available for questions & testing have
|
||||
our utmost gratitude, without them we would not haven been able to fix this amount of bugs in such a short time.
|
||||
|
||||
You can find the complete list of all changes below.
|
||||
|
||||
Some special notes for people coming from Greenshot 1.2.8 (or older):
|
||||
|
||||
* For Jira plug-in users:
|
||||
* As Atlassian dropped the SOAP API, the Jira plug-in now uses the REST API. This was introduced with Jira 5.x, but the oldest version we were able to test against is 6.1.3 so we can't garantee it works for anything older
|
||||
* To make it possible to keep using the Jira plug-in we used code which was due in Greenshot 2.0, this is why **the Jira plug-in now needs .NET 4.5**
|
||||
* We changed the behavior of the effect buttons: left mouse click directly applies and the right mouse click brings up the settings first.
|
||||
|
||||
And last but not least, we reached a total of 37 languages with our latest addition: [Taqbaylit](https://en.wikipedia.org/wiki/Kabyle_language)
|
||||
|
||||
P.S.
|
||||
In case you missed it, we now also have an [OSX version of Greenshot](/2017/01/10/mac-os-launch/).
|
||||
|
||||
|
||||
Happy ~~sc~~greenshotting,<BR/>
|
||||
Your Greenshot team
|
||||
|
||||
|
||||
*Release notes for Greenshot 1.2.9.129-569de71 RELEASE*
|
||||
|
||||
List of bugs fixed:
|
||||
|
||||
| Ticket | Description |
|
||||
| --- | --- |
|
||||
| [BUG-2051](https://greenshot.atlassian.net/browse/BUG-2051) | Scroll-lock button not usable as hotkey |
|
||||
| [BUG-2056](https://greenshot.atlassian.net/browse/BUG-2056) | Cannot export to external command Paint.NET if .greenshot format is used |
|
||||
| [BUG-2081](https://greenshot.atlassian.net/browse/BUG-2081) | Canvas resize (Ctrl + / Ctrl -) only works via numpad keys |
|
||||
| [BUG-2093](https://greenshot.atlassian.net/browse/BUG-2093) | Shadow effects not rendering correctly on Windows 10 |
|
||||
| [BUG-2095](https://greenshot.atlassian.net/browse/BUG-2095) | 'Save as' doesn't remember last saved directory (after restart) |
|
||||
| [BUG-2097](https://greenshot.atlassian.net/browse/BUG-2097) | Window border is not captured on Windows 10 |
|
||||
| [BUG-2102](https://greenshot.atlassian.net/browse/BUG-2102) | InvalidOperationException when selecting a color |
|
||||
| [BUG-2104](https://greenshot.atlassian.net/browse/BUG-2104) | Speechbubble can't be used after copy/paste |
|
||||
| [BUG-2105](https://greenshot.atlassian.net/browse/BUG-2105) | Window border is not captured on Windows 10 |
|
||||
| [BUG-2108](https://greenshot.atlassian.net/browse/BUG-2108) | Capture last region doesn't work |
|
||||
| [BUG-2109](https://greenshot.atlassian.net/browse/BUG-2109) | Double-click on textbox causes NullReferenceException |
|
||||
| [BUG-2111](https://greenshot.atlassian.net/browse/BUG-2111) | Drag and Drop image file on editor doesn't work |
|
||||
| [BUG-2114](https://greenshot.atlassian.net/browse/BUG-2114) | Storage location reset to default if not available during start |
|
||||
| [BUG-2115](https://greenshot.atlassian.net/browse/BUG-2115) | Error while trying to upload screen shot to Jira |
|
||||
| [BUG-2116](https://greenshot.atlassian.net/browse/BUG-2116) | MemberAccessException when opening the color dialog |
|
||||
| [BUG-2119](https://greenshot.atlassian.net/browse/BUG-2119) | Crash on editing (dragged line) |
|
||||
| [BUG-2120](https://greenshot.atlassian.net/browse/BUG-2120) | Greenshot Editor Canvas Changed to White Screen |
|
||||
| [BUG-2121](https://greenshot.atlassian.net/browse/BUG-2121) | NullReferenceException when moving text |
|
||||
| [BUG-2122](https://greenshot.atlassian.net/browse/BUG-2122) | Jira Plugin: Crash when uploading to Jira |
|
||||
| [BUG-2124](https://greenshot.atlassian.net/browse/BUG-2124) | Flickr plugin generates wrong image link |
|
||||
| [BUG-2125](https://greenshot.atlassian.net/browse/BUG-2125) | Send to OneNote does not work |
|
||||
| [BUG-2126](https://greenshot.atlassian.net/browse/BUG-2126) | MemberAccessException during un-DropShadow of Ellipse |
|
||||
| [FEATURE-992](https://greenshot.atlassian.net/browse/FEATURE-992) | When reusing the editor, it is not brought to the front (fix) |
|
||||
| [FEATURE-998](https://greenshot.atlassian.net/browse/FEATURE-998) | Opening last capture in explorer should select/jump to the file (fix) |
|
||||
|
||||
Changes:
|
||||
|
||||
* Added [Taqbaylit](https://en.wikipedia.org/wiki/Kabyle_language) as a new language.
|
Loading…
Add table
Add a link
Reference in a new issue