1
0
mirror of https://github.com/greenshot/greenshot.git synced 2025-03-12 05:25:25 -07:00

fixed missing quote in link tag

This commit is contained in:
jklingen 2016-12-21 22:57:57 +01:00
parent d6ff12b37e
commit 1e2774b871
5 changed files with 5 additions and 5 deletions

@ -15,5 +15,5 @@ tags: []
<li>Speaking of .NET: it is well known that applications developed on top of the .NET framework often need some extra memory, this is a trade-off one has to consider. As always, there are pros and contras.</li>
</ol>
<p>By now, you probably have an idea that we have had our share of investigation regarding memory usage, we also have optmized a lot. And you can be sure that we are constantly having an eye on it, looking out for possible room for further improvement, keeping the RAM in mind while changing and adding the code. So, general feature requests like "reduce memory footprint" are not likely to change our way of working, since we care about this anyway :)<br />
However, if you have strong indication that Greenshot does not free memory permanently, you should tell us more details about the circumstances. If you encounter a situation which lets memory usage grow more and more after repeatedly doing the same thing, maybe you have actually found a memory leak we are not yet aware of. In these cases, please <a href=/tickets/">let us know</a>, including <a href="/2013/02/07/constructive-feedback-is-always-welcome/">information about your system and an exact description how to reproduce the behavior</a>. We'll have a look at it.</li>
However, if you have strong indication that Greenshot does not free memory permanently, you should tell us more details about the circumstances. If you encounter a situation which lets memory usage grow more and more after repeatedly doing the same thing, maybe you have actually found a memory leak we are not yet aware of. In these cases, please <a href="/tickets/">let us know</a>, including <a href="/2013/02/07/constructive-feedback-is-always-welcome/">information about your system and an exact description how to reproduce the behavior</a>. We'll have a look at it.</li>
</ol>

@ -9,4 +9,4 @@ tags: []
<p>In case you are using Windows 8, you might see a message when starting Greenshot, saying "An app on your PC needs the following WIndows feature: .NET Framework 3.5 (includes .NET 2.0 and 3.0)". <a href="/faq/why-does-windows-8-suggest-to-install-earlier-net-versions-when-starting-greenshot/an-app-on-your-pc-needs-the-following-windows-feature-net-framework-3-5-includes-net-2-0-and-3-0/" rel="attachment wp-att-1028"><img src="/assets/wp-content/uploads/2013/10/an-app-on-your-pc-needs-the-following-windows-feature-.net-framework-3.5-includes-.net-2.0-and-3.0-300x231.png" alt="An app on your PC needs the following WIndows feature" width="300" height="231" class="alignleft size-medium wp-image-1028" /></a></p>
<p><strong>Just skip it.</strong> As far as we know, Greenshot is working fine with .NET 4.0.</p>
<p>Greenshot 1.x is built to run with .NET Framework version 2.0/3.5, and Windows simply does not know that it can be run on .NET 4.0 also, and thus asks whether to install version 3.5.</p>
<p>If, contrary to expectations, you encounter any errors with this setup, please <a href=/tickets/">let us know</a>.</p>
<p>If, contrary to expectations, you encounter any errors with this setup, please <a href="/tickets/">let us know</a>.</p>

@ -10,7 +10,7 @@ tags:
---
<p>We have just uploaded the first release candidate for Greenshot 1.2. It fixes some bugs of the prior version, but, far more important, adds some features that have been requested very often... most notably, the Greenshot 1.2 editor will finally draw speech bubbles / callouts, auto-incrementing labels and offer the possibility to resize the screenshot.</p>
<p>As usual, the disclaimer: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href=/tickets/">file a bug report</a> - thanks a lot.</p>
<p>As usual, the disclaimer: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href="/tickets/">file a bug report</a> - thanks a lot.</p>
<p>And, as usal, here is the complete change log - you can download the release candidate (version 1.2.1.2-RC1 - installer, ZIP or PortableApps version) from our <a href="/version-history/">version history</a>:<br />
<code><br />
All details to our tickets can be found here: https://greenshot.atlassian.net</p>

@ -17,7 +17,7 @@ tags:
<li>In region mode, the area to capture can now be selected using the keyboard: use arrow keys to move the cursor, then <kbd>Enter</kbd> to lock one corner of the region and - after moving the cursors on - hit <kbd>Enter</kbd> again at the opposite corner to capture the region</li>
</ul>
<p>See below for the complete changelog of the second release candidate, if you haven't seen the first one yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="/version-history/">version history</a> (1.2.2.43-RC2).</p>
<p><em>And, as usual, the disclaimer: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href=/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><em>And, as usual, the disclaimer: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href="/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><code><br />
Features:<br />
* Added the possibility to select the region to capture by using the keyboard, use the cursor keys to move the cursor (ctrl-key speeds up the movement) and the enter key to mark the start and ending.<br />

@ -13,7 +13,7 @@ tags:
<p>Most notable improvements are: torn edge and drop shadow settings are now stored and remembered next time, we have also improved the usability of the torn edge settings dialog. In the editor, the font family selection now displays its entries using the respective font so that it is easier to find the font you are looking for.<br />
We also got rid of several bugs, mostly related to the editor, e.g. the new speech bubble feature still had some flaws.</p>
<p>See below for the complete changelog of the third release candidate, if you haven't seen the previous ones yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a> and <a href="/2014/11/11/second-release-candidate-greenshot-1-2/">RC2</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="/version-history/">version history</a> (1.2.3.29-RC3).</p>
<p><em>Yeah, you know that already, but just to be sure: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href=/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><em>Yeah, you know that already, but just to be sure: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href="/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><code><br />
Features:<br />
* Greenshot now stores the settings of the torn edge & drop shadow effects<br />