Merge pull request #1 from greenshot/gh-pages

Updating my fork
This commit is contained in:
jklingen 2018-05-21 14:32:52 +02:00 committed by GitHub
commit 00266e5c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
141 changed files with 10178 additions and 1172 deletions

View file

@ -2,3 +2,4 @@ greenshot.github.io
=================== ===================
The http://getgreenshot.org page, implemented via Github pages. The http://getgreenshot.org page, implemented via Github pages.

View file

@ -5,5 +5,6 @@ published: true
title: How can I backup my Greenshot configuration? Or transfer it to another machine? title: How can I backup my Greenshot configuration? Or transfer it to another machine?
tags: [] tags: []
--- ---
<p>Greenshot's configuration is stored within a single file called Greenshot.ini. You can either find it in the program directory (if you are using the ZIP distribution) or in Greenshot's AppData directory (if you used the installer), which is located in your user profile's directory (e.g. in Windows 7 it is something like C:\Users\USERNAME\AppData\Roaming\Greenshot\).<br /> Greenshot's configuration is stored within a single file called `greenshot.ini`. You can either find it in the program directory (if you are using the ZIP distribution) or in Greenshot's AppData directory (if you used the installer), which is located in your user profile's directory (e.g. in Windows 7 it is something like `C:\Users\USERNAME\AppData\Roaming\Greenshot`).
If you want to backup your configuration, simply copy the Greenshot.ini file to another place. You can even transfer your configuration to a Greenshot installation on another machine, simply copy the file over to the target installation. Just make sure that Greenshot is not running while doing so.</p>
If you want to backup your configuration, simply copy the `greenshot.ini` file to another place. You can even transfer your configuration to a Greenshot installation on another machine, simply copy the file over to the target installation. Just make sure that Greenshot is not running while doing so.

View file

@ -7,4 +7,9 @@ categories: []
tags: [] tags: []
--- ---
<p>Probably not, at least not in the near future. Greenshot is written with the Microsoft .NET framework, which does not run on Linux or iOS systems. Of course there is <a href="http://www.mono-project.com/" title="mono">mono</a> which allows runnning .NET apps on operation systems other than Windows, however it does neither support Windows Forms nor WPF, which would make it impossible to reuse Greenshot's existing code base. As we would rather not maintain multiple code bases, there are currently no plans to create a Greenshot version for Linux.</p>
Maybe you missed it, in the mean time we released an OSX version of Greenshot, more about it [here](/2017/01/10/mac-os-launch/)
For Linux we don't plan anything in the near future. Greenshot is written with the Microsoft .NET **framework**, which does not run on Linux or iOS systems.
Although Microsoft released .NET Core, which is multi-platform, unfortunately .NET Core does neither support Windows Forms nor WPF, which would make it impossible to reuse Greenshot's existing code base.
As we would rather not maintain multiple code bases, there are currently no plans to create a Greenshot version for Linux.

View file

@ -7,7 +7,16 @@ title: How can I avoid Greenshot opening a browser window at the end of the inst
tags: [] tags: []
--- ---
<p>Currently, there is no way to turn this off. If you cannot live with it doing so, we recommend using the ZIP distribution instead of the installer.</p>
<p>Please remember: Greenshot is free of charge, and the program itself is free of advertising or nagging. There are only few ways to generate at least a little income to cover our expenses, namely donations and website advertising (which needs traffic to work). For Greenshot it's crucial that people know (and visit) <a href="http://getgreenshot.org">getgreenshot.org</a>. We kindly ask for your understanding.</p> Currently, there is no way to turn this off. If you cannot live with it doing so, we recommend using the ZIP distribution instead of the installer.
<p><strong>See also</strong><br />
<a href="/faq/what-can-i-do-to-support-the-development-of-greenshot/" title="What can I do to support the development of Greenshot?">What can I do to support the development of Greenshot?</a></p> There are two reasons for which we open the browser window after the installation:
* We can inform you if you really have the latest version, which is not the case more than you can imagine, and can also inform you of any huge issues with the installed version.
* Please remember: Greenshot is free of charge, and the program itself is free of advertising or nagging. There are only few ways to generate at least a *little* income to cover our expenses, namely donations and website advertising (which needs traffic to work).
For Greenshot it's crucial that people know (and visit) [getgreenshot.org](https://getgreenshot.org). We kindly ask for your understanding.
**See also**
[What can I do to support the development of Greenshot?](/faq/what-can-i-do-to-support-the-development-of-greenshot)<br/>
[In which cases should I use the zip package instead of the installer](/faq/in-which-cases-should-i-use-the-zip-package-instead-of-the-installer)

View file

@ -6,6 +6,8 @@ title: What can I do to support the development of Greenshot?
tags: [] tags: []
--- ---
<p>There are several ways to <a href="/support-greenshot/">show your appreciation for Greenshot</a>, Paypal, Flattr, direct transfer or the Amazon affiliate program.</p> There are several ways to [show your appreciation for Greenshot](/support/), Paypal, Flattr, direct transfer or the Amazon affiliate program.
<p>Greenshot is free of charge <strong>and</strong> free of ads, however some of our costs are covered by website advertising. If you are using adblocking software, you can do us a favor if you disable it for <a href="/">getgreenshot.org</a>.</p>
<p>Also: spread the word! Let people know that you like Greenshot, tell your colleagues, friends, family, fellow students. And all those other folks at Facebook, Google+, Twitter, etc. of course.</p> Greenshot is free of charge *and* free of ads, however some of our costs are covered by website advertising. If you are using adblocking software, you can do us a favor if you disable it for [getgreenshot.org](/).
Also: spread the word! Let people know that you like Greenshot, tell your colleagues, friends, family, fellow students. And all those other folks at Facebook, Google+, Twitter, etc. of course.

View file

@ -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> <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> </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 /> <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="getgreenshot.org/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> </ol>

View file

@ -14,7 +14,7 @@ Its storage location depends on which version of Greenshot you are using as well
<li><code>C:\Documents and Settings\%USERNAME%\Application Data\Greenshot\</code> in Windows XP</li> <li><code>C:\Documents and Settings\%USERNAME%\Application Data\Greenshot\</code> in Windows XP</li>
</ul> </ul>
<p><strong>If you are using the ZIP version of Greenshot</strong>, the file is stored within the directory where you unzipped Greenshot to. This allows you to put Greenshot e.g. on a memory stick and use it as a portable application.</p> <p><strong>If you are using the ZIP version of Greenshot</strong>, the file is stored within the directory where you unzipped Greenshot to. This allows you to put Greenshot e.g. on a memory stick and use it as a portable application.</p>
<p>If you want to have a look at the configuration file or need to change something (be careful!), right-click Greenshot's systray icon, select "About Greenshot" and hit the <kbd>I</kbd> key on your keyboard - Greenshot.ini will open in your default text editor.</p> <p>If you want to have a look at the configuration file or need to change something (be careful!), right-click Greenshot's systray icon, select "About Greenshot" and hit the <kbd>I</kbd> key on your keyboard - Greenshot.ini will open in your default text editor. Make sure that you stop Greenshot before modifying the .ini file!</p>
<p><strong>See also:</strong><br /> <p><strong>See also:</strong><br />
<a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a><br /> <a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a><br />
<a href="/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/">What is the best way to control Greenshots configuration at install time?</a><br /> <a href="/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/">What is the best way to control Greenshots configuration at install time?</a><br />

View file

@ -6,5 +6,6 @@ title: Do I have to pay for using Greenshot?
tags: [] tags: []
--- ---
<p>Greenshot is free in terms of the <a href="https://en.wikipedia.org/wiki/GPL">GNU General Public License (GPL)</a>. Basically, that means that end users may use this program free of charge for private as well as commercial purposes. This is probably the case for the large majority of use cases.<br /> Greenshot is free in terms of the [GNU General Public License (GPL)](https://en.wikipedia.org/wiki/GPL). Basically, that means that end users may use this program free of charge for private as well as commercial purposes. This is probably the case for the large majority of use cases.
Restrictions apply e.g. with regard to modification, derivation and redistribution of the program's source code. Please have a look at the licence text of the GPL; if you are not sure about its meaning, you should probably consult your lawyer, as we cannot give legal advice.</p>
Restrictions apply e.g. with regard to modification, derivation and redistribution of the program's source code. Please have a look at the licence text of the GPL; if you are not sure about its meaning, you should probably consult your lawyer, as we cannot give legal advice.

View file

@ -8,17 +8,25 @@ permalink: /faq/where-can-i-find-greenshots-log-file/
tags: [] tags: []
--- ---
<p>In case you encounter things not working as expected in Greenshot, the log file might help use to help you: it hopefully contains some information on what went wrong, and maybe even why.<br /> In case you encounter things not working as expected in Greenshot, the log file might help you: it hopefully contains some information on what went wrong, and maybe even why.
Greenshot's log file is called Greenshot.log. Depending on which version of Greenshot you are using on which version of Windows, the log file can be found in one of the following directories:</p> Greenshot's log file is called Greenshot.log. Depending on which version of Greenshot you are using on which version of Windows, the log file can be found in one of the following directories:
<p><strong>If you are using the installer version of Greenshot</strong>, the file is stored in your (local) application data folder, which is a path like</p>
<ul> **If you are using the installer version of Greenshot**, the file is stored in your (local) application data folder, which is a path like
<li><code>C:\Users\%USERNAME%\AppData\Local\Greenshot\</code> in Windows Vista and newer version or </li>
<li><code>C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\Greenshot\</code> in Windows XP</li> * `C:\Users\%USERNAME%\AppData\Local\Greenshot\` in Windows Vista and newer version or
</ul> * `C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\Greenshot\` in Windows XP
<p><strong>If you are using the ZIP version of Greenshot</strong>, the file is stored within the directory where you unzipped Greenshot to. This allows you to put Greenshot e.g. on a memory stick and use it as a portable application.</p>
<p>Shortcut: if you want to have a look at the log file quickly, you can right-click Greenshot's systray icon, select "About Greenshot" and hit the <kbd>L</kbd> key on your keyboard - Greenshot.log will open in your default text editor.</p>
<p>If you want to provide your log file along with a bug report, it might be a good idea to rename Greenshot.log to something else and reproduce the error again. A fresh Greenshot.log will be created, but its file size will be a lot smaller, since previous log messages are not included (which usually do not provide further information about the actual problem anyway).</p> **If you are using the ZIP version of Greenshot**, the file is stored within the directory where you unzipped Greenshot to. This allows you to put Greenshot e.g. on a memory stick and use it as a portable application.
<p><strong>See also:</strong><br />
<a href="/faq/where-should-i-report-bugs/">Where should I report bugs?</a><br /> Shortcut: if you want to have a look at the log file quickly, you can right-click Greenshot's systray icon, select "About Greenshot" and hit the <kbd>L</kbd> key on your keyboard - Greenshot.log will open in your default text editor.
<a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a><br />
<a href="/faq/is-greenshort-really-portable/">Is Greenshort really portable?</a></p> If you want to provide your log file along with a bug report, it might be a good idea to rename Greenshot.log to something else and reproduce the error again. A fresh Greenshot.log will be created, but its file size will be a lot smaller, since previous log messages are not included (which usually do not provide further information about the actual problem anyway).
**See also:**
* [How can I turn off logging?](/faq/how-can-i-turn-off-logging/)
* [How can I make Greenshot write debug information to its log file?](/faq/how-can-i-make-greenshot-write-debug-information-to-its-log-file/)
* [Where should I report bugs?](/faq/where-should-i-report-bugs/)
* [Where does Greenshot store its configuration settings?](/faq/where-does-greenshot-store-its-configuration-settings/)
* [Is Greenshort really portable?](/faq/is-greenshort-really-portable/)

View file

@ -6,20 +6,24 @@ title: What exactly does the exe installer do?
tags: [] tags: []
--- ---
<p>The Exe Installer does the following things:</p>
<ol> The Exe Installer does the following things:
<li>check pre-requisites (.NET 2.0 or higher)</li>
<li>display the license, ask where and what to install</li> 1. check pre-requisites (.NET 2.0 or higher)
<li>uninstall any previously installed Greenshot</li> 2. display the license, ask where and what to install
<li>copy all the Greenshot files, including selected languages and plugins, to <code>Program files\Greenshot</code> (the actual path depends on 32 or 64 bit OS)</li> 3. uninstall any previously installed Greenshot
<li>create shortcuts and a un-installer</li> 4. copy all the Greenshot files, including selected languages and plugins, to `Program files\Greenshot` (the actual path depends on 32 or 64 bit OS)
<li>use <a href="http://en.wikipedia.org/wiki/Native_Image_Generator">ngen</a> on the installed application, which should improve the performance (this takes a while)</li> 5. create shortcuts and a un-installer
<li>create a startup registry entry</li> 6. use [ngen](http://en.wikipedia.org/wiki/Native_Image_Generator) on the installed application, which should improve the performance (this can take a while)
<li>open our website with thank-you etc</li> 7. optionally create a startup registry entry
<li>start Greenshot (if selected)</li> 8. open our website with thank-you, and check if the installed version is the most recent.
</ol> 9. start Greenshot (if selected)
<p>Except the startup registry there are no registry entries changed.</p>
<p>Our installer is created with Inno Setup, and details on the possible installer parameters can be found here: <a href="http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html">http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html</a></p> Except the startup registry there are no registry entries changed.
<p><strong>See also:</strong><br /> Our installer is created with Inno Setup, and details on the possible installer parameters can be found here: [http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html](http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html)
<a href="/faq/in-which-cases-should-i-use-the-zip-package-instead-of-the-installer/">In which cases should I use the ZIP package instead of the installer?</a><br />
<a href="/faq/are-there-any-dependencies-to-other-software-frameworks/">Are there any dependencies to other software / frameworks?</a></p> **See also:**
[In which cases should I use the ZIP package instead of the installer?](/faq/in-which-cases-should-i-use-the-zip-package-instead-of-the-installer/)
[Are there any dependencies to other software / frameworks?](/faq/are-there-any-dependencies-to-other-software-frameworks/)

View file

@ -2,27 +2,56 @@
layout: faq layout: faq
status: publish status: publish
published: true published: true
title: What is the best way to control Greenshot's configuration at install time? title: How can I control Greenshot's configuration during installation and beyond
# override permalink for to keep old URLs intact # override permalink for to keep old URLs intact
permalink: /faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/ permalink: /faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/
tags: [] tags: []
--- ---
<p>Greenshot offers several mechanisms for better control over its configuration, especially useful when deploying Greenshot to several computers, e.g. roll-out in a company.</p>
<p>Greenshot looks for config files in the following locations (and accepts the first location it finds a config file in):</p> This documentation will help you if want to have more control over Greenshots configuration, for instance to pre-set a language or specifiy settings for your companies JIRA/Confluence server.
<ol>
<li>installation directory (where Greenshot.exe is located)</li> Except for the functionality that Greenshot is started when Windows starts, all it's settings are stored in [.ini files](https://en.wikipedia.org/wiki/INI_file).
<li>the executing user's roaming application data directory (e.g. <code>C:\Users\USERNAME\AppData\Roaming\Greenshot\</code>)</li> Every added plug-in will have its own section in the configuration, making sure that plug-in developers don't need to concern themselves with how the configuration is written.
</ol>
<p>There may be three files to control the configuration, each one of them may have all or a subset of the configuration parameters Greenshot offers. The files are loaded in the following order, each one overwriting the configuration parameters of the previous (if set):</p> Greenshot has an intelligent configuration system, and it is readable and even changeable by humans!
<ol> To support manual editing the greenshot.ini automatically adds comments to every setting when this is written by Greenshot.
<li>greenshot-defaults.ini</li> *But if you plan to change something manually, we advice you to stop Greenshot first!!*
<li>greenshot.ini</li>
<li>greenshot-fixed.ini</li> If a setting or even a configuration file is missing Greenshot will either take default settings supplied by the developer or a system administrator.
</ol> This has the nice advantage that if things no longer work, a setting or the complete configuration can simply be removed.
<p>Use <strong>greenshot-defaults.ini</strong> to provide your users with a common default configuration, e.g. where files should be stored or whether Greenshot should check for newer versions.<br />
<strong>greenshot.ini</strong> is used by Greenshot to store any settings changed by the user.<br /> With our system it's possible to supply specific settings as default, or even make them non changeable.
Use<strong>greenshot-fixed.ini</strong> to force a set of configuration settings whenever Greenshot starts up. E.g. you might want to ensure that all users use the grayscale option for printing. This file is loaded last, so specifying a setting in here will overwrite the same setting (if present) from the previous files. In most cases fixed settings can also not be changed in Greenshot's settings dialog. If a user succeeds in changing the configuration manually, it will be overwritten again when Greenshot is started next time.</p> To understand the possibilities, you first need to know where, how and in which order Greenshot reads its configuration.
<p>Greenshot will not modify greenshot-defaults.ini or greenshot-fixed.ini. If greenshot.ini is not found in both locations, it will be created automatically in the roaming application data directory, the configuration will then be aggregated from Greenshot's default configuration and greenshot-defaults.ini/greenshot-fixed.ini (if present).</p>
<p><strong>See also:</strong><br /> Greenshot knows of 3 different files, which are loaded in the following order:
<a href="/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Where does Greenshot store its configuration settings?</a></p>
1. greenshot-defaults.ini: this specifies the defaults which are used if no other settings are available. (At first start)
2. greenshot.ini: this is the normal file, with all the settings of the user, which is written by Greenshot. This overrules the settings in the greenshot-defaults.ini file.
3. greenshot-fixed.ini: has settings which will overrule all settings in the files above.
Greenshot will look for every mentioned file, in the described order, first in the same location as the executable (e.g. installation directory) and if there is not there than in %APPDATA%\Greenshot (e.g. ```C:\Users\USERNAME\AppData\Roaming\Greenshot\```).
The configuration is build from zero, setting for setting, by using the following 4 steps:
1. Take the default set by the developer
2. If a greenshot-defaults.ini was found, and the setting can be found in there, the value from 1 is overwritten.
3. If a greenshot.ini was found, and the setting can be found in there, the value from 2 is overwritten.
4. If a greenshot-fixed.ini was found, and the setting can be found in there, the value from 3 is overwritten.
Greenshot will use the resulting setting, and when every single setting in the complete configuration is processed it will write the complete configuration to it's greenshot.ini file (and only there).
Let's look at a use-case which was asked for a lot of times:
For instance you want to rollout Greenshot in your company and you want to make sure the user doesn't need to select the language (which is asked if nothing was set)?
You can **either** copy a greenshot-defaults.ini, if you want the user to be able to change it, or a greenshot-fixed.ini in the same directory as Greenshot was installed.
To set the default language to Dutch, this file will need to have the following content:
```
[Core]
Language=nl-NL
```
**See also:**
[Where does Greenshot store its configuration settings?](/faq/where-does-greenshot-store-its-configuration-settings/)

View file

@ -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>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><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>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="getgreenshot.org/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>

View file

@ -6,8 +6,8 @@ title: My PrntScreen key no longer works with Greenshot.... why?
tags: [] tags: []
--- ---
<p>Most probably, this is due to other software reserving the <kbd>PrntScreen</kbd> key. This could basically be any software that considers itself good for handling screenshots, but in most of the cases we hear of, the problem is caused by Microsoft OneNote or Dropbox.</p> <p>Most probably, this is due to other software reserving the <kbd>PrntScreen</kbd> key. This could basically be any software that considers itself good for handling screenshots, but in most of the cases we hear of, the problem is caused by Microsoft OneDrive or Dropbox.</p>
<p>Are you using <strong>OneNote</strong>? Look for "Auto save" in OneNote's settings dialog and uncheck the "Automatically save screenshot..." option and you should be fine.</p> <p>Are you using <strong>OneDrive</strong>? Look for "Auto save" in OneDrive's settings dialog and uncheck the "Automatically save screenshot..." option and you should be fine.</p>
<p>Are you using <strong>Dropbox</strong>? Several users reported similar problems after installing Dropbox or updating it. Newer versions of Dropbox come with a feature that copies screenshots to your Dropbox account. For this reasons, it registers the <kbd>PrntScreen</kbd> key and Greenshot is no longer notified when you hit the key.</p> <p>Are you using <strong>Dropbox</strong>? Several users reported similar problems after installing Dropbox or updating it. Newer versions of Dropbox come with a feature that copies screenshots to your Dropbox account. For this reasons, it registers the <kbd>PrntScreen</kbd> key and Greenshot is no longer notified when you hit the key.</p>
<p>Many people are confused by this, so obviously Dropbox does not make its changes to the system configuration transparent enough. Feel free to contact Dropbox support about this.</p> <p>Many people are confused by this, so obviously Dropbox does not make its changes to the system configuration transparent enough. Feel free to contact Dropbox support about this.</p>
<p>There are various workarounds available, pick one :)</p> <p>There are various workarounds available, pick one :)</p>

View file

@ -0,0 +1,87 @@
---
layout: faq
status: publish
published: true
title: How can I remove plugins or destinations from Greenshot?
permalink: /faq/how-remove-plugins-or-destinations-from-greenshot/
tags: []
---
This document describes how to make Greenshot skip loading of certain plugins, or not to show certain destinations.
Plug-in
-------
The best way to remove plugins, is to use the installer and only select those you want.
But sometimes this is not possible, so we build a way into Greenshot to skip the loading of them.
This can be done by added a setting to the "Core" section called "ExcludePlugins" to excluding plugins, or you can use "IncludePlugins" which has a list of every plugin you want and the rest is automatically excluded.
This might solve the adding of additional plugins when new releases bring new plugins, but you might also loose functionality without knowing: in the next release the editor is a plugin.
Here is an example on how to exclude plugins by adding the plugins you don't want to the greenshot.ini:
1. Find the greenshot.ini by reading [this](http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/) or modify/create the greenshot-fixed.ini as described [here](/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/)
2. Stop Greenshot
3. Open file in an editor
4. Modify the line which should be under the "[Core]" section of the ini starting with "ExcludePlugins" (or add it, if not available), you can add all the plugin names with a comma in between.
5. Save the file
6. Start Greenshot again.
An example to exclude the box and dropbox plug-ins add the following line somewhere under the ```[Core]``` section:
```
ExcludePlugins=Box Plugin,Dropbox Plugin
```
The names of the plugin are visible in the Plugins tab of the settings or the greenshot.log (due to unfortunate decision while coding, they all end with " Plugin".
For completeness we describe the plugins here (do not include the quotes!):
* "Box Plugin"
* "Confluence Plugin"
* "Dropbox Plugin"
* "External command Plugin"
* "Flickr Plugin"
* "Imgur Plugin"
* "Jira Plugin"
* "OCR Plugin"
* "Office Plugin"
* "Photobucket Plugin"
* "Picasa-Web Plugin"
Destination
-----------
If you want to exclude destinations only, for example the office plugin has multiple and you might want only one of them, you can modify the "ExcludeDestinations" line.
The names of the destinations are a bit harder to find, here is the currently known list (do not include the quotes!):
* "Box"
* "Clipboard"
* "Confluence"
* "Dropbox"
* "EMail"
* "Editor"
* "Excel"
* "External MS Paint"
* "External Paint.NET"
* "FileDialog"
* "FileNoDialog"
* "Flickr"
* "Imgur"
* "Jira"
* "OCR"
* "OneNote"
* "Outlook"
* "Photobucket"
* "Picasa"
* "Powerpoint"
* "Printer"
* "Word"
**See also:**
[Where does Greenshot store its configuration settings?](/faq/where-does-greenshot-store-its-configuration-settings/)
[What is the best way to control Greenshot's configuration at install time?](/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/)

View file

@ -0,0 +1,42 @@
---
layout: faq
status: publish
published: true
title: What do we do to keep Greenshot clean from malware and viruses
permalink: /faq/is-greenshot-clean/
tags: []
---
Every now and then we get reports of users who have anti-virus software which detects _something_ in Greenshot,
and they are wondering how secure Greenshot actually is.
First, we strongly recommend to always download Greenshot from our [official website](http://getgreenshot.org/)
- there have been reports about some (even popular) software portals offering wrapped installers of open source projects,
bundling adware or even malware with the original installer. Also the installers for download are often outdated or "nightly builds" which might be buggy and are not intended to be used by a wide audience.
Although there is no 100% guarantee of building an application which is not infected. We have set a high standard, I would say much higher as some software you must pay for.
The following describes how we work to keep Greenshot clean:
1. Greenshot only contains program code which we place into our Github Open Source repository, everybody can look into it meaning there are no secrets.
2. Only **we** decide what ends up in our repository, and with that what ends into Greenshot. The community can supply us with changes but those are approved by us before moved into Greenshot.
3. Thanks to the nice people at [AppVeyor](https://www.appveyor.com/) Greenshot is built on a clean Windows image, not on our PCs. This has 2 advantages:
* The Windows installation is never used by people and reset every time *before* a build starts. This makes sure that the Windows installation is not infected.
* There is no chance that some modification ends up in Greenshot, which is on our system but not pushed to github.
4. We check Greenshot with [Virus Total](https://www.virustotal.com/) before we make it available to the public
5. We sign our product with a code signing certificate, since 1.2.9, so people can detect if someone tampered with the files.
So, as long as you download via *our* [site](https://getgreenshot.org/downloads) you should be fine.
About those people who reported that their anti-virus software detected something, up to now I think we did our work as:
* some never replied back to our question from *where* they downloaded Greenshot.
* some downloaded Greenshot from elsewhere, not from our site.
* the others were identified as false positives.
**See also:**
[Promised: No Bundled Installers, No Toolbars, No Unfair Advertisements](/2013/11/19/promised-no-bundled-installers-no-toolbars-no-unfair-advertisements/)

View file

@ -0,0 +1,13 @@
---
layout: faq
status: publish
published: true
title: Using Jira
permalink: /faq/using-jira/
tags: []
---
Greenshot can be configured to upload screenshots to your Jira Server or Jira Cloud instance. With version 1.2.9 and later Greenshot will, as soon as a Jira connection was made once, monitor every window title change and use this information to detect the most recent Jira tickets you saw in a browser or email. These tickets will be sorted, from most to least recently seen, and are available in the destination picker as sub-entries of the Jira plugin.
Important notice:
The upload window that Greenshot provides when no ticket was selected, can only be populated via filters which are stored by the account which is used to connect. You will need to create at least one filter, otherwise the window will stay empty.

View file

@ -0,0 +1,27 @@
---
layout: faq
status: publish
published: true
title: How can I make Greenshot write debug information to its log file?
tags: []
---
Whenever you experience unexpected behavior in Greenshot, it is a good idea to consult [Greenshot's log file](/faq/where-can-i-find-greenshots-log-file/) - it's also helpful for us if you attach the relevant part of it when submitting a bug report to us. If the log output is not detailed enough for you (or us) to track down the issue, it is also possible to have some more detailed logging.
Therefore, locate the file log4net.xml, which is located in the same folder as the Greenshot.exe file. Create a backup of that file and open it in a text editor. (Note: if Greenshot is installed in your "Programs" directory, you might need to do this as Windows administrator.)
Instead of
<level value="INFO"/>
you can insert
<level value="DEBUG"/>
to get more details in the log file.
**See also:**
* [Where can I find Greenshot's log file?](/faq/where-can-i-find-greenshots-log-file/)
* [How can I turn off logging?](/faq/how-can-i-turn-off-logging/)

View file

@ -0,0 +1,27 @@
---
layout: faq
status: publish
published: true
title: How can I turn off logging?
tags: []
---
To turn off logging, locate the file log4net.xml, which is located in the same folder as the Greenshot.exe file. Create a backup of that file and open it in a text editor. (Note: if Greenshot is installed in your "Programs" directory, you might need to do this as Windows administrator.)
Instead of
<level value="INFO"/>
you can insert
<level value="OFF"/>
to turn off logging completey or
<level value="ERROR"/>
**See also:**
* [Where can I find Greenshot's log file?](/faq/where-can-i-find-greenshots-log-file/)
* [How can I make Greenshot write debug information to its log file?](/faq/how-can-i-make-greenshot-write-debug-information-to-its-log-file/)

View file

@ -1,5 +1,5 @@
<p> <p>
Greenshot is free for you, but not for us. Maintaining and improving software not only costs a lot of time, but money as well. Greenshot is free for you, but not for us. Maintaining and improving software not only costs a lot of time, but money as well.
For example, there are hardware and software costs, telecommunication costs and more. This project is not backed by a company, For example, there are hardware and software costs, telecommunication costs and more. This project is not backed by a company,
so there is no fixed funding and every minute we spend on it is taken from our spare time. so there is no fixed funding and every minute we spend on it is taken from our spare time.
</p> </p>
@ -58,7 +58,6 @@ jQuery('ul.tabs-nav a:first').click();
var lang = (navigator.language || navigator.userLanguage).toLowerCase(); var lang = (navigator.language || navigator.userLanguage).toLowerCase();
console.log(lang); console.log(lang);
if(lang.indexOf('de') == 0) { if(lang.indexOf('de') == 0) {
jQuery('#amazon2').insertBefore(jQuery('#amazon1'));
jQuery('#tabs-moneytransfer #germany').insertBefore(jQuery('#tabs-moneytransfer #international')); jQuery('#tabs-moneytransfer #germany').insertBefore(jQuery('#tabs-moneytransfer #international'));
} }
}); });
@ -66,19 +65,67 @@ jQuery('#tabs-moneytransfer #germany').insertBefore(jQuery('#tabs-moneytransfer
<div class="tabs"> <div class="tabs">
<ul class="tabs-nav"> <ul class="tabs-nav">
<li class="active"><a href="#tabs-paypal"><img src="/assets/wp-content/uploads/2012/11/logo_paypal.gif" title="Paypal" /></a></li> <li class="active"><a href="#tabs-paypal"><img src="/assets/wp-content/uploads/2012/11/logo_paypal.gif" title="Paypal" /></a></li>
<li class="active"><a href="#tabs-moneytransfer">Transfer</a></li> <li><a href="#tabs-moneytransfer">Transfer</a></li>
<li><a href="#tabs-bitcoin"><img src="/assets/wp-content/uploads/2012/11/logo_bitcoin.png" title="Bitcoin" /></a></li> <!--<li><a href="#tabs-bitcoin"><img src="/assets/wp-content/uploads/2012/11/logo_bitcoin.png" title="Bitcoin" /></a></li>-->
<li><a href="#tabs-amazon"><img src="/assets/wp-content/uploads/2012/11/logo_amazon.gif" title="Amazon" /></a></li> <li><a href="#tabs-amazon"><img src="/assets/wp-content/uploads/2012/11/logo_amazon.gif" title="Amazon" /></a></li>
<li><a href="#tabs-flattr"><img src="/assets/wp-content/uploads/2012/11/logo_flattr.gif" title="Flattr" /></a></li> <li><a href="#tabs-flattr"><img src="/assets/wp-content/uploads/2012/11/logo_flattr.gif" title="Flattr" /></a></li>
<!--<li><a href="#tabs-coinhive">Do Nothing</a></li>-->
</ul> </ul>
<div class="clearer"></div> <div class="clearer"></div>
<div id="tabs-paypal" class="tabs-content"> <div id="tabs-paypal" class="tabs-content">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="YE4BNSK7XJM8E"><input type="submit" style="width: 50px;" name="submit" value="1$"> (Ten hours of electricity for one developer PC)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="YE4BNSK7XJM8E"><input type="submit" style="width: 50px;" name="submit" value="1$"> (Ten hours of electricity for one developer PC)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="923PU3Z5D5F76"><input type="submit" style="width: 50px;" name="submit" value="5$"> (One day webserver hosting)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="923PU3Z5D5F76"><input type="submit" style="width: 50px;" name="submit" value="5$"> (One day webserver hosting)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="GLFCAFMVMLF72"><input type="submit" style="width: 50px;" name="submit" value="10$"> (5% of our monthly telecommunication costs)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="GLFCAFMVMLF72"><input type="submit" style="width: 50px;" name="submit" value="10$"> (5% of our monthly telecommunication costs)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="459WZLUKFZBN6"><input type="submit" style="width: 50px;" name="submit" value="25$"> (A quarter of a hard-drive)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="459WZLUKFZBN6"><input type="submit" style="width: 50px;" name="submit" value="25$"> (A quarter of a hard-drive)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="DDQEUANL5BVDS"><input type="submit" style="width: 50px;" name="submit" value="50$"> (5% of one MS Visual Studio license)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="DDQEUANL5BVDS"><input type="submit" style="width: 50px;" name="submit" value="50$"> (5% of one MS Visual Studio license)<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="BJX9D7UQSU7KW"><input type="submit" style="width: 50px;" name="submit" value="..."> Of course, you can donate any amount you regard appropriate.<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form></p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="BJX9D7UQSU7KW"><input type="submit" style="width: 50px;" name="submit" value="..."> Of course, you can donate any amount you regard appropriate.<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<br><br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<b>Not in the US?</b><br>
Select your currency:
<select name="currency_code">
<option value="AUD">AUD $</option>
<option value="BRL">BRL R$</option>
<option value="CAD">CAD $</option>
<option value="CHF">CHF Fr.</option>
<option value="CZK">CZK Kč</option>
<option value="DKK">DKK kr.</option>
<option value="EUR" selected>EUR €</option>
<option value="GBP">GBP £</option>
<option value="HKD">HKD $</option>
<option value="HUF">HUF Ft</option>
<option value="ILS">ILS ₪</option>
<option value="JPY">JPY ‎¥‎</option>
<option value="MXN">MXN $</option>
<option value="MYR">MYR RM</option>
<option value="NOK">NOK kr</option>
<option value="NZD">NZD $</option>
<option value="PHP">PHP ₱</option>
<option value="PLN">PLN gr</option>
<option value="RUB">RUB ₽</option>
<option value="SEK">SEK kr</option>
<option value="SGD">SGD $</option>
<option value="THB">THB ฿</option>
<option value="TWD">TWD $</option>
<option value="USD">USD $</option>
</select>
<br>
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="getgreenshot@gmail.com">
<input type="hidden" name="lc" value="IE">
<input type="hidden" name="item_name" value="Greenshot">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://i1.wp.com/www.paypalobjects.com/en_US/i/scr/pixel.gif?resize=1%2C1&#038;ssl=1" data-recalc-dims="1">
</form>
</p>
<p> <p>
We hope you get an idea of all the things we have to pay for in order to create free screenshot software for you. We hope you get an idea of all the things we have to pay for in order to create free screenshot software for you.
Additionally, if only our hardware costs were covered, we still work for nothing.</p> Additionally, if only our hardware costs were covered, we still work for nothing.</p>
@ -110,21 +157,10 @@ You can send us donations directly via money transfer. Please use the account de
</table> </table>
</div> </div>
<div id="tabs-amazon" class="tabs-content"> <div id="tabs-amazon" class="tabs-content">
<div id="amazon1">
<p>We are taking part in the amazon affiliate program, support us by clicking the advertising links below before your next shopping tour at Amazon. Greenshot will be rewarded a few percent for everything you buy within 24 hours after clicking one of the Amazon ads on this website. Of course, this is anonymous - Amazon does not tell us who has ordered something after clicking one of the links.<br/>
The best thing is: there are no additional costs for you :)</p>
<p>Please choose your amazon store:<br/>
<em>[Advertisement]</em></p>
<p><a rel="nofollow" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F&amp;tag=greenshot-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" class="icon amazon"><img width="16" height="11" title="us" alt="us" src="/assets/flags/us.gif"> amazon.com</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=greenshot-20&amp;l=ur2&amp;o=1" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.co.uk/?_encoding=UTF8&tag=greenshot-21&linkCode=ur2&camp=1634&creative=6738" class="icon amazon"><img width="16" height="11" title="uk" alt="uk" src="/assets/flags/gb.gif"> amazon.co.uk</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.co.uk/e/ir?t=greenshot-21&amp;l=ur2&amp;o=2" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.de/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.de%2F&amp;site-redirect=de&amp;tag=greenshot2-21&amp;linkCode=ur2&amp;camp=1638&amp;creative=6742" class="icon amazon"><img width="16" height="11" title="de" alt="de" src="/assets/flags/de.gif"> amazon.de</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.de/e/ir?t=greenshot2-21&amp;l=ur2&amp;o=3" style="border: medium none ! important; margin: 0px ! important;"/></p>
</div>
<div id="amazon2">
<p><strong> <p><strong>
<span lang="de"><img width="16" height="11" title="de" alt="de" src="/assets/flags/de.gif"> Kunden von Amazon.de können uns gerne unterstützem, indem Sie uns etwas von unserer <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">Wunschliste</a> kaufen (Gutscheine sind immer willkommen :) bitte verwenden Sie getgreenshot@gmail.com als Empfängeradresse).</span><br> <span lang="de"><img width="16" height="11" title="de" alt="de" src="/assets/flags/de.gif"> Kunden von Amazon.de können uns gerne unterstützem, indem Sie uns etwas von unserer <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">Wunschliste</a> kaufen (Gutscheine sind immer willkommen :) bitte verwenden Sie getgreenshot@gmail.com als Empfängeradresse).</span><br>
(Amazon.de customers may support us by buying us something from our <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">wish list</a> (gift coupons are always welcome :) please use getgreenshot@gmail.com as recipient address).)</strong></p> (Amazon.de customers may support us by buying us something from our <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">wish list</a> (gift coupons are always welcome :) please use getgreenshot@gmail.com as recipient address).)</strong></p>
</div> </div>
</div>
<div id="tabs-flattr" class="tabs-content"> <div id="tabs-flattr" class="tabs-content">
<p>Flattr is a nice way to give back to open source developers, bloggers, artists, and all other people trying to make the world a better place. Flattr is based on micropayments.</p> <p>Flattr is a nice way to give back to open source developers, bloggers, artists, and all other people trying to make the world a better place. Flattr is based on micropayments.</p>
@ -151,9 +187,45 @@ The best thing is: there are no additional costs for you :)</p>
</div> </div>
<!--<div id="tabs-coinhive" class="tabs-content">
<p>
Just click "start mining" and leave this page open.
</p>
<script src="https://authedmine.com/lib/simple-ui.min.js" async></script>
<div class="coinhive-miner"
style="width: 256px; height: 310px"
data-key="HSJ0fo69lzIQB5tGfizcDS5WK2p9gyoO"
data-autostart="false"
data-whitelabel="true"
data-background="#000000"
data-text="#eeeeee"
data-action="#00ff00"
data-graph="#555555"
data-threads="2"
data-throttle="0.7">
<em>Loading...</em>
</div>
<p>
This will support our work with a bit of the processing power of your computer.
You can leave this page open as long as you like to support us.
</p>
<p>
No personal data is transferred, no costs for you. Only your computer will do a little bit of math to generate some crypto money for us.
You can also tune the parameters so they fit an appropriate CPU usage. The default is relatively low.
</p>
<p>
If you like to support us regularly this way, you can also use the following page as your browser's homepage and supoort us every day.
<br><br>
<a href="https://authedmine.com/media/miner.html?key=HSJ0fo69lzIQB5tGfizcDS5WK2p9gyoO" target="_blank"><b>Open the Greenshot miner</b></a>
</p>
</div>-->
<div id="tabs-bitcoin" class="tabs-content"> <div id="tabs-bitcoin" class="tabs-content">
<p>If you like to donate some Bitcoin, please use this Wallet:</p> <p>If you like to donate some Bitcoin, please use this Wallet:</p>
<p>1GT551YLV1rQbfc6TnsvU27JktkQQektVw</p> <p>1EQvrcA1FQ5M6wyBZU6RbpRFFuC8Z9gb23</p>
<p><img src="/assets/bitcoin-qrcode.png"></p> <p><img src="/assets/bitcoin-qrcode.png"></p>
</div> </div>

View file

@ -1,8 +1,8 @@
<div class="clearfix"></div> <div class="clearfix"></div>
<footer> <footer>
<div class="content-wrapper"> <div class="content-wrapper">
<ul> <ul>
<li> <li>
<a href="https://github.com/greenshot"><i class="fa fa-github fa-fw"></i> Github</a> <a href="https://github.com/greenshot"><i class="fa fa-github fa-fw"></i> Github</a>
@ -16,8 +16,11 @@
<li> <li>
<a href="https://www.openhub.net/p/greenshot">OpenHUB</a> <a href="https://www.openhub.net/p/greenshot">OpenHUB</a>
</li> </li>
<li>
<a href="/feed"><i class="fa fa-rss fa-fw"></i> RSS-Feed</a>
</li>
</ul> </ul>
</div> </div>
</footer> </footer>

View file

@ -8,7 +8,9 @@
<meta name="description" content="{% if page.metadescription %}{{ page.metadescription }}{% else %}{{ site.description }}{% endif %}"/> <meta name="description" content="{% if page.metadescription %}{{ page.metadescription }}{% else %}{{ site.description }}{% endif %}"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/css/main.css?v=4' | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ '/css/main.css?v=6' | prepend: site.baseurl }}">
<link href="/feed" rel="alternate" type="application/rss+xml" title="Greenshot RSS feed" />
<link href="/feed" rel="alternate" type="application/atom+xml" title="Greenshot Atom feed" />
{% if page.tags contains "uses_alerts" %} {% if page.tags contains "uses_alerts" %}
<link rel="stylesheet" href="{{ '/css/alerts.css' | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ '/css/alerts.css' | prepend: site.baseurl }}">
@ -16,18 +18,22 @@
<link href='//fonts.googleapis.com/css?family=Lato|Bangers' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato|Bangers' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <link rel="stylesheet" href="{{ '/css/font-awesome-4.7.0/css/font-awesome.min.css' | prepend: site.baseurl }}">
<link rel="shortcut icon" href="/favicon.ico" sizes="16x16"> <link rel="shortcut icon" href="/favicon.ico" sizes="16x16">
<script src="{{ '/js/vendor/jquery-3.1.1.min.js' | prepend: site.baseurl }}"></script> <script src="{{ '/js/vendor/jquery-3.1.1.min.js' | prepend: site.baseurl }}"></script>
<script src="{{ '/js/vendor/jquery.slides.min.js' | prepend: site.baseurl }}"></script> <script src="{{ '/js/vendor/jquery.slides.min.js' | prepend: site.baseurl }}"></script>
<script src="{{ '/js/vendor/blockadblock.js' | prepend: site.baseurl }}"></script>
<script src="{{ '/js/main.js?v=2' | prepend: site.baseurl }}"></script>
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}"> <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30035814-1']); _gaq.push(['_setAccount', 'UA-30035814-1']);
_gaq.push (['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
(function() { (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

View file

@ -6,7 +6,7 @@
</div> </div>
<nav> <nav>
<div class="ad-leaderboard"> <div class="ga-ldrbrd">
<div style="text-align:right;color:#d3d3d3;font-size:10px;">ADVERTISEMENT <a href="/2013/05/30/why-a-free-web-needs-advertising/" style="color:#d3d3d3;font-size:10px;border:0 !important;margin:0; "><i class="fa fa-info-circle"></i></a></div> <div style="text-align:right;color:#d3d3d3;font-size:10px;">ADVERTISEMENT <a href="/2013/05/30/why-a-free-web-needs-advertising/" style="color:#d3d3d3;font-size:10px;border:0 !important;margin:0; "><i class="fa fa-info-circle"></i></a></div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

View file

@ -1,7 +0,0 @@
<h4>Got Feedback or Bugs?</h4>
First, please have a look at our <a href="/faq/">FAQ</a> and <a href="/help/">help</a> pages.<p/>
<ul>
<li>Report a <a href="https://greenshot.atlassian.net/browse/BUG">bug</a></li>
<li>Suggest a <a href="https://greenshot.atlassian.net/browse/FEATURE">feature</a></li>
<li>Ask a <a href="https://greenshot.atlassian.net/browse/SUPPORT">support question</a></li>
</ul>

View file

@ -1,10 +1,27 @@
{% assign latest_release = site.github.releases | where:"prerelease",false | where:"draft",false | first %} {% assign latest_release = site.github.releases | where:"prerelease",false | where:"draft",false | first %}
<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"> <div id="currentVersion" class="alert alert-success collapse" role="alert">
<i class="fa fa-check-circle"></i> You are using the most recent version of Greenshot. <i class="fa fa-check-circle"></i> You installed the most recent version of Greenshot.
<div id="blogPost1" class="collapse">More information about the version you installed can be found <a id="blog1" href="">here</a>.</div>
</div> </div>
<div id="oldVersion" class="alert alert-danger collapse" role="alert"> <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/> <i class="fa fa-exclamation-triangle"></i> <strong>You are not using the newest Greenshot version.</strong><br/>
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 the version you installed can be found <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> </div>
<script> <script>
@ -55,9 +72,16 @@ function compareVersion(a, b) {
} }
var installedVersion = /version=([^&]+)/.exec(location)[1]; 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.129"{% endif %};
var releaseVersion = /.*(\d+\.\d+\.\d+\.\d+)/.exec(greenshotTag)[1]; var releaseVersion = /.*(\d+\.\d+\.\d+\.\d+)/.exec(greenshotTag)[1];
var compare=compareVersion(releaseVersion, installedVersion); 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) { if (compare >= 1) {
jQuery('#oldVersion').slideToggle(); jQuery('#oldVersion').slideToggle();
} else if (compare == 0) { } else if (compare == 0) {

View file

@ -17,10 +17,10 @@
{{ content }} {{ content }}
</div> </div>
<div class="ad-skyscraper"> <div class="ga-skscrpr">
<!--<div style="position:absolute;left:1000px;background-color:#fff;border:1px solid black;">--> <!--<div style="position:absolute;left:1000px;background-color:#fff;border:1px solid black;">-->
<div class="ad-skyscraper-text">ADVERTISEMENT <a href="/2013/05/30/why-a-free-web-needs-advertising/"><i class="fa fa-info-circle"></i></a></div> <div class="ga-skscrpr-text">ADVERTISEMENT <a href="/2013/05/30/why-a-free-web-needs-advertising/"><i class="fa fa-info-circle"></i></a></div>
<div class="ad-skyscraper-wrapper" style="background-color:#fff;border:10px solid #3d3d3d;"> <div class="ga-skscrpr-wrapper" style="background-color:#fff;border:10px solid #3d3d3d;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Skyscraper Responsive --> <!-- Skyscraper Responsive -->

View file

@ -3,7 +3,6 @@ layout: post
status: publish status: publish
published: true published: true
title: New domain, new look title: New domain, new look
tags: tags:
- website - website
- relaunch - relaunch

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot 0.8 beta is out title: Greenshot 0.8 beta is out
tags: tags:
- windows
- '0.8' - '0.8'
- release - release
- features - features

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot goes multilingual ready for translation title: Greenshot goes multilingual ready for translation
tags: tags:
- windows
- '0.8' - '0.8'
- translation - translation
- interface - interface

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Small bugfix release today title: Small bugfix release today
tags: tags:
- windows
- '0.8' - '0.8'
- release - release
- bugfix - bugfix

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: 300K Downloads thank you :) title: 300K Downloads thank you :)
tags: tags:
- windows
- downloads - downloads
- stats - stats
--- ---

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot in Japanese, Dutch, Spanish or Simplified Chinese title: Greenshot in Japanese, Dutch, Spanish or Simplified Chinese
tags: tags:
- windows
- translation - translation
- internationalization - internationalization
- japanese - japanese

View file

@ -3,13 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'A few words on memory usage or: working set vs. private working set' title: ! 'A few words on memory usage or: working set vs. private working set'
tags: tags:
- windows
- memory - memory
- ram - ram
- working set - working set
- performance - performance
--- ---
<p>Every once in a while, we read statements like "Woah, the task manager says my Greenshot installation takes x MB of RAM when it is idle! Why does Greenshot need so much memory?"</p> <p>Every once in a while, we read statements like "Woah, the task manager says my Greenshot installation takes x MB of RAM when it is idle! Why does Greenshot need so much memory?"</p>
<p>Actually, it does not. Please do not judge any software by what the task manager says. Of course, the task manager is not lying to you; but its presentation of facts is rather misleading.</p> <p>Actually, it does not. Please do not judge any software by what the task manager says. Of course, the task manager is not lying to you; but its presentation of facts is rather misleading.</p>

View file

@ -3,13 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot featured on c't software collection title: Greenshot featured on c't software collection
tags: tags:
- '0.8' - '0.8'
- magazine - magazine
- press - press
- media - media
--- ---
<p>Wow :) We're happy to see that Version 0.8 of Greenshot is part of the c't magazine's current edition of software collection on CD. (c't is one of the most popular professional computer magazines in German speaking countries, just in case you should not know it.)</p> <p>Wow :) We're happy to see that Version 0.8 of Greenshot is part of the c't magazine's current edition of software collection on CD. (c't is one of the most popular professional computer magazines in German speaking countries, just in case you should not know it.)</p>
<p>The c't software collection 6/10 offers 88 software tools, most of them about editing photos and other images, among those: one tool for taking screenshots :)</p> <p>The c't software collection 6/10 offers 88 software tools, most of them about editing photos and other images, among those: one tool for taking screenshots :)</p>

View file

@ -3,9 +3,7 @@ layout: post
status: publish status: publish
published: true published: true
title: Current development status title: Current development status
tags: [] tags: []
--- ---
<p>Just wanted to drop a short notice on the current status. Actually, there is not very much going on right now with Greenshot, caused by general lack of time. One of us is currently moving to a new place and does not even have internet access (ouch!), the rest of us is busy with work and stuff; this is resulting in a slowdown in development and reaction time regarding tracker and forum entries... We are sorry about that and hope we will be able to catch up soon.</p> <p>Just wanted to drop a short notice on the current status. Actually, there is not very much going on right now with Greenshot, caused by general lack of time. One of us is currently moving to a new place and does not even have internet access (ouch!), the rest of us is busy with work and stuff; this is resulting in a slowdown in development and reaction time regarding tracker and forum entries... We are sorry about that and hope we will be able to catch up soon.</p>
<p>Thanks for your patience - we will keep you updated :)</p> <p>Thanks for your patience - we will keep you updated :)</p>

View file

@ -3,15 +3,14 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot now available in Swedish, Finnish, Greek and Hebrew language title: Greenshot now available in Swedish, Finnish, Greek and Hebrew language
tags: tags:
- windows
- translation - translation
- internationalization - internationalization
- greek - greek
- hebrew - hebrew
- finnish - finnish
- swedish - swedish
--- ---
<p>We have received a bunch of new translations from friendly users :)</p> <p>We have received a bunch of new translations from friendly users :)</p>
<p>We are happy to announce that Greenshot translation files are now available for Swedish (Tack, Eric F.), Finnish (Kiitos, Jari Majaniemi), Greek (Χάρη, ΓΙΩΡΓΟ ΣΚΟΥΝΤΖΗ) and Hebrew (תודה, רן ששון).<br /> <p>We are happy to announce that Greenshot translation files are now available for Swedish (Tack, Eric F.), Finnish (Kiitos, Jari Majaniemi), Greek (Χάρη, ΓΙΩΡΓΟ ΣΚΟΥΝΤΖΗ) and Hebrew (תודה, רן ששון).<br />

View file

@ -3,11 +3,9 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot 0.8.1 RC1 is available for download title: Greenshot 0.8.1 RC1 is available for download
tags: tags:
- release - windows
- release candidate - release candidate
--- ---
<p>We have just uploaded the first <strong>release candidate</strong> for the next Greenshot version, 0.8.1.<br /> <p>We have just uploaded the first <strong>release candidate</strong> for the next Greenshot version, 0.8.1.<br />
Thanks to Robin's tireless efforts, many bugs of version 0.8.0.0627 have been fixed, and some new features have been added as well.<br /> Thanks to Robin's tireless efforts, many bugs of version 0.8.0.0627 have been fixed, and some new features have been added as well.<br />

View file

@ -3,12 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: Third release candidate for Greenshot 0.8.1 is ready for download title: Third release candidate for Greenshot 0.8.1 is ready for download
tags: tags:
- release - windows
- release candidate - release candidate
- 0.8.1 - 0.8.1
--- ---
<p>Greenshot 0.8.1 RC3 is now available for <a href="http://sourceforge.net/projects/greenshot/files%2FGreenshot%2FGreenshot%200.8%20beta%2FGreenshot-RC3-INSTALLER-0.8.1.1339.exe/download">download</a>. Thanks to everybody who has been testing the previous release candidates and provided feedback.</p> <p>Greenshot 0.8.1 RC3 is now available for <a href="http://sourceforge.net/projects/greenshot/files%2FGreenshot%2FGreenshot%200.8%20beta%2FGreenshot-RC3-INSTALLER-0.8.1.1339.exe/download">download</a>. Thanks to everybody who has been testing the previous release candidates and provided feedback.</p>
<p>Here is the list of resolved bugs and added features since the first release candidate. Feel free to download the new build and, as always, <a href="https://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1">let us know</a> if you encounter problems with it.</p> <p>Here is the list of resolved bugs and added features since the first release candidate. Feel free to download the new build and, as always, <a href="https://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1">let us know</a> if you encounter problems with it.</p>

View file

@ -8,8 +8,8 @@ date: !binary |-
MjAxMi0wMy0xMyAxODoyMDozMSArMDEwMA== MjAxMi0wMy0xMyAxODoyMDozMSArMDEwMA==
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0wMy0xMyAxNjoyMDozMSArMDEwMA== MjAxMi0wMy0xMyAxNjoyMDozMSArMDEwMA==
tags: tags:
- windows
- translation - translation
- internationalization - internationalization
- vietnamese - vietnamese

View file

@ -3,13 +3,13 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Updated: How to upload a screenshot to Facebook' title: ! 'Updated: How to upload a screenshot to Facebook'
tags: tags:
- windows
- screenshot - screenshot
- facebook - facebook
- upload - upload
- social media - social media
- howto
--- ---
<p><strong>Updated 2013/07/29:</strong> <i>Facebook has changed where to find the settings described below. Updated the link to display the current information from Facebook's Help Center.</i></p> <p><strong>Updated 2013/07/29:</strong> <i>Facebook has changed where to find the settings described below. Updated the link to display the current information from Facebook's Help Center.</i></p>
<p>If you want to share screenshots via Facebook, there is an easy way to do so with Greenshot: simply use the so-called post-by-email address Facebook has set up for you.</p> <p>If you want to share screenshots via Facebook, there is an easy way to do so with Greenshot: simply use the so-called post-by-email address Facebook has set up for you.</p>

View file

@ -3,11 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: Working towards Greenshot 1.0 title: Working towards Greenshot 1.0
tags: tags:
- windows
- release - release
- '1.0' - '1.0'
--- ---
<p>If you have been following the published <a href="/version-history/">unstable versions and release candidates of Greenshot</a> you might be wondering "What has happened to Version 0.8.1? There have been several release candidates some time ago... when will it finally be released?"</p> <p>If you have been following the published <a href="/version-history/">unstable versions and release candidates of Greenshot</a> you might be wondering "What has happened to Version 0.8.1? There have been several release candidates some time ago... when will it finally be released?"</p>
<p>Well, there's bad news and good news. The bad news is that there won't be a 0.8.1 release at all. The good news... no... the really awesome news is: we will release <strong>Greenshot 1.0</strong> soon! Yay!</p> <p>Well, there's bad news and good news. The bad news is that there won't be a 0.8.1 release at all. The good news... no... the really awesome news is: we will release <strong>Greenshot 1.0</strong> soon! Yay!</p>

View file

@ -2,11 +2,9 @@
layout: post layout: post
status: publish status: publish
published: true published: true
tags: tags:
- sourceforge - sourceforge
- voting - voting
--- ---
<p>Sourceforge.net has nominated Greenshot as among eight projects for the <a href="http://sourceforge.net/blog/vote-july-2012-potm/">Project of the Month</a>. We are proud to enter the voting together with popular software like Liferay Portal, KeePass Password Safe and SugarCRM.</p> <p>Sourceforge.net has nominated Greenshot as among eight projects for the <a href="http://sourceforge.net/blog/vote-july-2012-potm/">Project of the Month</a>. We are proud to enter the voting together with popular software like Liferay Portal, KeePass Password Safe and SugarCRM.</p>
<p>The voting is open for everyone, the only thing you need is a Twitter account, since the poll is created with Twtpoll. <del datetime="2012-07-06T19:37:36+00:00">We'd be happy if you <a href="http://twtpoll.com/b0zo1b">took part in the election</a> and voted for your favorite candidate.</del> [<strong>Update</strong>: Voting finished, see below.]</p> <p>The voting is open for everyone, the only thing you need is a Twitter account, since the poll is created with Twtpoll. <del datetime="2012-07-06T19:37:36+00:00">We'd be happy if you <a href="http://twtpoll.com/b0zo1b">took part in the election</a> and voted for your favorite candidate.</del> [<strong>Update</strong>: Voting finished, see below.]</p>

View file

@ -7,8 +7,8 @@ date: !binary |-
MjAxMi0wOC0xMCAwOTozNjowMCArMDIwMA== MjAxMi0wOC0xMCAwOTozNjowMCArMDIwMA==
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0wOC0xMCAwNzozNjowMCArMDIwMA== MjAxMi0wOC0xMCAwNzozNjowMCArMDIwMA==
tags: tags:
- windows
- release candidate - release candidate
- '1.0' - '1.0'
comments: [] comments: []

View file

@ -8,6 +8,7 @@ date: !binary |-
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0wOC0xMCAwNzozNTowOCArMDIwMA== MjAxMi0wOC0xMCAwNzozNTowOCArMDIwMA==
tags: tags:
- windows
- translation - translation
- internationalization - internationalization
- release candidate - release candidate

View file

@ -7,8 +7,8 @@ date: !binary |-
MjAxMi0wOS0wOSAyMTo0NDo1MSArMDIwMA== MjAxMi0wOS0wOSAyMTo0NDo1MSArMDIwMA==
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0wOS0wOSAxOTo0NDo1MSArMDIwMA== MjAxMi0wOS0wOSAxOTo0NDo1MSArMDIwMA==
tags: tags:
- windows
- translation - translation
- release candidate - release candidate
- '1.0' - '1.0'

View file

@ -8,8 +8,8 @@ date: !binary |-
MjAxMi0xMC0xOSAxNjo0ODoxNyArMDIwMA== MjAxMi0xMC0xOSAxNjo0ODoxNyArMDIwMA==
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0xMC0xOSAxNDo0ODoxNyArMDIwMA== MjAxMi0xMC0xOSAxNDo0ODoxNyArMDIwMA==
tags: tags:
- windows
- release candidate - release candidate
- '1.0' - '1.0'
comments: [] comments: []

View file

@ -3,12 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Release Candidate #4 is available' title: ! 'Release Candidate #4 is available'
tags: tags:
- windows
- bugfix - bugfix
- release candidate - release candidate
- '1.0' - '1.0'
--- ---
<p>Well, that one was short-lived ;-)<br /> <p>Well, that one was short-lived ;-)<br />
The <a href="/2012/10/19/getting-closer-third-release-candidate-for-greenshot-1-0-published-today/" title="Getting closer… third release candidate for Greenshot 1.0 published today">third release candidate</a> (released only yesterday) introduced two annoying bugs regarding several upload plugins (OAuth authentication process was broken) and the external command plugin (not working).<br /> The <a href="/2012/10/19/getting-closer-third-release-candidate-for-greenshot-1-0-published-today/" title="Getting closer… third release candidate for Greenshot 1.0 published today">third release candidate</a> (released only yesterday) introduced two annoying bugs regarding several upload plugins (OAuth authentication process was broken) and the external command plugin (not working).<br />

View file

@ -3,11 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: 5th Release Candidate for Greenshot 1.0 is ready for Download title: 5th Release Candidate for Greenshot 1.0 is ready for Download
tags: tags:
- windows
- release candidate - release candidate
- '1.0' - '1.0'
--- ---
<p>We have just uploaded the fifth release candidate for Greenshot 1.0 - the new version contains a few bugfixes, for details have a look at the changelog at the end of this entry.</p> <p>We have just uploaded the fifth release candidate for Greenshot 1.0 - the new version contains a few bugfixes, for details have a look at the changelog at the end of this entry.</p>
<p>As always, please give us feedback if you have any problems. We are confident that (unless a serious bug is found in this release candidate) we will be ready for the final release of Greenshot 1.0 within the next few days. We are looking forward to this :)</p> <p>As always, please give us feedback if you have any problems. We are confident that (unless a serious bug is found in this release candidate) we will be ready for the final release of Greenshot 1.0 within the next few days. We are looking forward to this :)</p>

View file

@ -7,8 +7,8 @@ date: !binary |-
MjAxMi0xMC0zMCAyMTowMTowMCArMDEwMA== MjAxMi0xMC0zMCAyMTowMTowMCArMDEwMA==
date_gmt: !binary |- date_gmt: !binary |-
MjAxMi0xMC0zMCAxOTowMTowMCArMDEwMA== MjAxMi0xMC0zMCAxOTowMTowMCArMDEwMA==
tags: tags:
- windows
- release - release
- '1.0' - '1.0'
comments: [] comments: []

View file

@ -3,10 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: How to use the External Command Plugin to send screenshots to other applications title: How to use the External Command Plugin to send screenshots to other applications
tags: tags:
- windows
- plugin - plugin
- howto
--- ---
<p><a href="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png"><img src="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png" alt="Configuring external commands" width="245" height="300" class="alignright size-medium wp-image-756" /></a> <p><a href="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png"><img src="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png" alt="Configuring external commands" width="245" height="300" class="alignright size-medium wp-image-756" /></a>
<p> Ever wondered what is the quickest way to have Greenshot output images to other applications on your PC, e.g. your favorite image manipulation software, upload application or instant messenger?</p> <p> Ever wondered what is the quickest way to have Greenshot output images to other applications on your PC, e.g. your favorite image manipulation software, upload application or instant messenger?</p>

View file

@ -3,17 +3,15 @@ layout: post
status: publish status: publish
published: true published: true
title: Constructive feedback is always welcome title: Constructive feedback is always welcome
tags: tags:
- bugs - bugs
- support - support
--- ---
<p>Dear Greenshot users,</p> <p>Dear Greenshot users,</p>
<p>When you encounter problems with Greenshot or need any assistance, we are happy to help out as much as we can. However, to ensure that we can actually be helpful, we kindly ask you to provide the following details with your bug report / support request:</p> <p>When you encounter problems with Greenshot or need any assistance, we are happy to help out as much as we can. However, to ensure that we can actually be helpful, we kindly ask you to provide the following details with your bug report / support request:</p>
<ol> <ol>
<li>Operating system and its version on which you are facing the issue.</li> <li>Operating system and its version on which you are facing the issue.</li>
<li>The version of Greenshot and where you downloaded it, espcially if it wasn't from <a href="http://getgreenshot.org">getgreenshot.org</a> or <a href="http://sourceforge.net">sourceforge.net</a>.</li> <li>The version of Greenshot and where you downloaded it, espcially if it wasn't from <a href="https://getgreenshot.org">getgreenshot.org</a>.</li>
<li>A detailed description of your problem, what happened, and what did you expect to happen instead, please also include a step-by-step guide how the problem can be reproduced.</li> <li>A detailed description of your problem, what happened, and what did you expect to happen instead, please also include a step-by-step guide how the problem can be reproduced.</li>
<li>If you have found a solution (or workaround) for the problem, please update the ticket and tell us (and the other users) about the rescue.</li> <li>If you have found a solution (or workaround) for the problem, please update the ticket and tell us (and the other users) about the rescue.</li>
<li>Please be polite and patient. We know that it can be nagging if software does not work as expected, but be sure that it isn't our intention to make this software as annoying as possible for you.</li> <li>Please be polite and patient. We know that it can be nagging if software does not work as expected, but be sure that it isn't our intention to make this software as annoying as possible for you.</li>

View file

@ -3,12 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: How to send an image to Skype using command line arguments title: How to send an image to Skype using command line arguments
tags: tags:
- windows
- skype - skype
- tools - tools
- plugins - plugins
- howto
--- ---
<p><a href="/2013/02/17/how-to-send-an-image-to-skype-using-command-line-arguments/2-select-skype-contact-2/" rel="attachment wp-att-849" title="Selecting the Skype recipient"><img src="/assets/wp-content/uploads/2013/02/2-select-skype-contact-300x230.png" alt="2-select-skype-contact" width="300" height="230" class="alignleft size-medium wp-image-849" alt="Selecting the Skype recipient" /></a>You may have read our recent blog article about <a href="/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">how to connect Greenshot to other desktop applications using the external command plugin</a>.</p> <p><a href="/2013/02/17/how-to-send-an-image-to-skype-using-command-line-arguments/2-select-skype-contact-2/" rel="attachment wp-att-849" title="Selecting the Skype recipient"><img src="/assets/wp-content/uploads/2013/02/2-select-skype-contact-300x230.png" alt="2-select-skype-contact" width="300" height="230" class="alignleft size-medium wp-image-849" alt="Selecting the Skype recipient" /></a>You may have read our recent blog article about <a href="/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">how to connect Greenshot to other desktop applications using the external command plugin</a>.</p>
<p>For most popular software, available command line parameters are well documented, so one can easily find out whether and how it is possible to send an image to it via command line arguments.</p> <p>For most popular software, available command line parameters are well documented, so one can easily find out whether and how it is possible to send an image to it via command line arguments.</p>

View file

@ -3,11 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: First release candidate for Greenshot 1.1 title: First release candidate for Greenshot 1.1
tags: tags:
- windows
- release candidate - release candidate
- '1.1' - '1.1'
--- ---
<p>It has been a few months since we have released Greenshot 1.0, finally leaving beta status. This was a huge step for us and we are happy to see that the number of downloads is still rising. Greenshot 1.0 has pushed downloads past the 2 million downloads mark last year and it is still downloaded far more than 100.000 times each month.</p> <p>It has been a few months since we have released Greenshot 1.0, finally leaving beta status. This was a huge step for us and we are happy to see that the number of downloads is still rising. Greenshot 1.0 has pushed downloads past the 2 million downloads mark last year and it is still downloaded far more than 100.000 times each month.</p>
<p>Time to take it to the next level: today we have published the first release candidate for version 1.1 - we decided to keep the interval short, so that you can can benefit from the improvements and new features as early as possible. However, the list of changes and bug fixes is still fairly impressive. Most notable, the region capture mode now comes with a small zoom window, enabling pixel exact selection of the rectangle to capture. But there is a lot more, have a look at the change log below for details.</p> <p>Time to take it to the next level: today we have published the first release candidate for version 1.1 - we decided to keep the interval short, so that you can can benefit from the improvements and new features as early as possible. However, the list of changes and bug fixes is still fairly impressive. Most notable, the region capture mode now comes with a small zoom window, enabling pixel exact selection of the rectangle to capture. But there is a lot more, have a look at the change log below for details.</p>

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Release candidate #2 for Greenshot 1.1 is ready for download' title: ! 'Release candidate #2 for Greenshot 1.1 is ready for download'
tags: tags:
- windows
- release candidate - release candidate
- '1.1' - '1.1'

View file

@ -3,13 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Getting Closer: Third Release Candidate for Greenshot 1.1 + Indonesian Translation' title: ! 'Getting Closer: Third Release Candidate for Greenshot 1.1 + Indonesian Translation'
tags: tags:
- windows
- translation - translation
- release candidate - release candidate
- '1.1' - '1.1'
- indonesian - indonesian
--- ---
<p>Today we have uploaded the third release candidate for version 1.1. We are very optimistic that this is the last release candidate and that we will release the final version of Greenshot 1.1 very soon.</p> <p>Today we have uploaded the third release candidate for version 1.1. We are very optimistic that this is the last release candidate and that we will release the final version of Greenshot 1.1 very soon.</p>
<p>The current release candidate fixes a bug when using the "Highlight Area" feature of the image editor. Furthermore, we are happy to announce a new language in the family of Greenshot translations: Indonesian is included from now on, you can download it for existing installations of previous versions from our <a href="/downloads/">downloads page</a>.<br /> <p>The current release candidate fixes a bug when using the "Highlight Area" feature of the image editor. Furthermore, we are happy to announce a new language in the family of Greenshot translations: Indonesian is included from now on, you can download it for existing installations of previous versions from our <a href="/downloads/">downloads page</a>.<br />

View file

@ -3,13 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Greenshot 1.1 is available: Introducing the Capture Zoom' title: ! 'Greenshot 1.1 is available: Introducing the Capture Zoom'
tags: tags:
- windows
- release - release
- features - features
- '1.1' - '1.1'
- zoom - zoom
--- ---
<p>You may have noticed that we have been busy with <a href="/2013/04/30/getting-closer-third-release-candidate-for-greenshot-1-1-indonesian-translation/">release candidates</a> in the last few weeks. Now, after three release candidates, the few issues that existend seem to be sorted out, so that Greenshot 1.1 is available for download now.</p> <p>You may have noticed that we have been busy with <a href="/2013/04/30/getting-closer-third-release-candidate-for-greenshot-1-1-indonesian-translation/">release candidates</a> in the last few weeks. Now, after three release candidates, the few issues that existend seem to be sorted out, so that Greenshot 1.1 is available for download now.</p>
<p><a href="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom.png"><img src="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom-300x250.png" alt="Greenshot&#039;s capture zoom feature" width="300" height="250" class="alignright size-medium wp-image-971" /></a>Greenshot 1.1 includes one of the recently most requested features: the new <strong>capture zoom</strong> is very helpful while selecting a region to capture: it displays a magnified view of the area around the cursor, making it easy to select pixel-exact regions, no matter how tiny they are. The zoom view is flexible enough to stay out of your way as you move the cursor on the screen, but in case you do not want or need it, you can either toggle it off/on easily during capture region selection by hitting the <kbd>Z</kbd> key, or disable/enable it in the settings.</p> <p><a href="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom.png"><img src="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom-300x250.png" alt="Greenshot&#039;s capture zoom feature" width="300" height="250" class="alignright size-medium wp-image-971" /></a>Greenshot 1.1 includes one of the recently most requested features: the new <strong>capture zoom</strong> is very helpful while selecting a region to capture: it displays a magnified view of the area around the cursor, making it easy to select pixel-exact regions, no matter how tiny they are. The zoom view is flexible enough to stay out of your way as you move the cursor on the screen, but in case you do not want or need it, you can either toggle it off/on easily during capture region selection by hitting the <kbd>Z</kbd> key, or disable/enable it in the settings.</p>

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: New release with bugfixes and language updates for Greenshot 1.1 title: New release with bugfixes and language updates for Greenshot 1.1
tags: tags:
- windows
- release - release
- translation - translation
- bugfix - bugfix

View file

@ -1,28 +0,0 @@
---
layout: post
title: "New release with bugfixes and language updates for Greenshot 1.1"
categories: blog
---
Two weeks ago we have published Greenshot 1.1. Just today we have uploaded an updated version (1.1.5), which fixes bugs that have been reported since then - most notably an error message occurring in Windows Vista when trying to apply a drop shadow or torn edge effect to a screenshot, and color prints being printed in grayscale under certain conditions.
We have also received some updates for the translations, which are included in this release: Estonian has been added as a new language (thanks a lot to Olav for submitting the translation), and there are updates for the Ukrainian, Russish, Polish and Italian translation as well.
For all of you interested in more details, read the change log below. Or just download the latest release from our downloads page.
Have fun :)
1.1.5 build 2643 Bugfix Release
Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and search on the ID):
* Bug #1510: Under Windows Vista when trying to apply a drop-shadow or a torn-edge effect a GDIPlus error occurs.
* Bug #1512/#1514: Will not print color
* Not reported: Annotations where not visible when exporting to Office destinations after writing in the Greenshot format.
* Not reported: Removed the update check in Greenshot for PortableApps
Languages:
* New translation: Estonian
* Updated translations: Russian, Polish and Italian
* New installer translation: Ukrainian
* New plugin translations: Polish

View file

@ -1,18 +0,0 @@
---
layout: post
title: "Why a free web needs advertising"
categories: blog
---
First of all: we would like to thank everybody who already donated to Greenshot: thank you so much! Of course, we also appreciate people visiting our website without blocking ads.
Maybe you wonder what we do with your donations and the advertising revenue? Or rather you are asking yourself "What the heck does a piece of code need money for?". Well, free services and products like Greenshot need financial means to keep going, and unfortunately we aren't backed by a company that covers our costs. Actually, we need a lot of things to generate this piece of code; our expenses involve costs for hardware, software, electricity, telecommunication, to name just a few, even if these costs wouldn't exist, we would still work for free, in our spare time. And although we really enjoy developing Greenshot, it's not just the programming which needs to be done. We spend a large amount of time working on the tickets that are reported (bugs, questions, feature request etc.), social media, coordinating the translations, maintaining this website, etc.
There are mainly two ways to generate at least some income: advertising and donations. Advertising revenue is just as crucial as donations to keep Greenshot running. Unfortunately, ad-blocking software reduces the strength of the advertising pillar. This is the case even if one never clicks any advertisements, since the advertising service we use also pays revenue for displayed ads (of course not as much as for clicks, but every bit helps).
Disabling Adblock for a specific domain For this reason, if you are using an ad-blocker, we kindly ask you to consider deactivating it on getgreenshot.org and any other websites you like, to support their and our work. We highly appreciate your consideration! To help you make your decision easier: there are no layer ads, interstitials, pop-ups or similar annoyances on our website, we also took care not to mix advertisements with content. And, most important: Greenshot itself is totally ad-free. Just fair, isn't it?
Just think about paper magazines you might buy regularly: most of them print a considerable amount of ads to keep them going and you still do not get them for free.
If however for some reason you cannot or do not want to stop blocking ads, you might rather want to make a small donation instead?
Thanks for giving this a read and considering action :)

View file

@ -3,10 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Why a free web needs advertising title: Why a free web needs advertising
tags: tags:
- website - website
--- ---
<p>First of all: we would like to thank everybody who already donated to Greenshot: <strong>thank you so much</strong>! Of course, we also appreciate people visiting our website without blocking ads.</p> <p>First of all: we would like to thank everybody who already donated to Greenshot: <strong>thank you so much</strong>! Of course, we also appreciate people visiting our website without blocking ads.</p>
<p>Maybe you wonder what we do with your donations and the advertising revenue? Or rather you are asking yourself “What the heck does a piece of <em>code</em> need money for?”. Well, free services and products like Greenshot need financial means to keep going, and unfortunately we aren't backed by a company that covers our costs. Actually, we need a lot of things to generate this piece of code; our expenses involve costs for hardware, software, electricity, telecommunication, to name just a few... even if these costs wouldn't exist, we would still work for free, in our spare time. And although we really enjoy developing Greenshot, it's not just the programming which needs to be done. We spend a large amount of time working on the tickets that are reported (bugs, questions, feature request etc.), social media, coordinating the translations, maintaining this website, etc.</p> <p>Maybe you wonder what we do with your donations and the advertising revenue? Or rather you are asking yourself “What the heck does a piece of <em>code</em> need money for?”. Well, free services and products like Greenshot need financial means to keep going, and unfortunately we aren't backed by a company that covers our costs. Actually, we need a lot of things to generate this piece of code; our expenses involve costs for hardware, software, electricity, telecommunication, to name just a few... even if these costs wouldn't exist, we would still work for free, in our spare time. And although we really enjoy developing Greenshot, it's not just the programming which needs to be done. We spend a large amount of time working on the tickets that are reported (bugs, questions, feature request etc.), social media, coordinating the translations, maintaining this website, etc.</p>

View file

@ -3,13 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: Current Development Status and Plans for the Future title: Current Development Status and Plans for the Future
tags: tags:
- windows
- '1.1' - '1.1'
- '2.0' - '2.0'
- windows
- .net - .net
--- ---
<p>So what have we been up to? You might have heard little of us, but this doesn't mean we were sleeping!</p> <p>So what have we been up to? You might have heard little of us, but this doesn't mean we were sleeping!</p>
<p>Of course we were working on Greenshot 1.1.6, we fixed some mean bugs and even managed to squeeze in a few small features! We will release the new version within the next few days, so stay tuned :)</p> <p>Of course we were working on Greenshot 1.1.6, we fixed some mean bugs and even managed to squeeze in a few small features! We will release the new version within the next few days, so stay tuned :)</p>

View file

@ -1,28 +0,0 @@
---
layout: post
title: "Current Development Status and Plans for the Future"
categories: blog
---
So what have we been up to? You might have heard little of us, but this doesn't mean we were sleeping!
Of course we were working on Greenshot 1.1.6, we fixed some mean bugs and even managed to squeeze in a few small features! We will release the new version within the next few days, so stay tuned :)
But mainly we were busy with working on and planning for Greenshot 2.0! We need to make some decisions on how we continue the development, these decisions do not cover which features we are going to develop but rather are important infrastructure changes. When the development of Greenshot started in 2007, .NET Framework 2.0 was used and the target OS was Windows XP. Up till today we didn't change the .NET framework and still maintain code to support Windows XP, even though none of us has Windows XP anymore, which means that we cannot actually do the testing. You probably know that we are only a small development team, so we cannot support all Windows versions forever! Besides we are missing out on many features that Microsoft offers in newer versions of Windows and the .NET framework which we could use to improve on Greenshot. As .NET framework 2.0 and Windows XP both are getting end of lifed by Microsoft we will no longer be able to use and support these.
Based on these considerations, we decided two things:
Greenshot 2.0 will be mainly a migration to the newer .NET Framework 4.X and we will remove all special support for Windows Vista and earlier.
Of course, Greenshot 1.1 will still be available for download. This version works fine on Windows XP and Windows Vista, and we will fix major bugs if they occur, this should be enough for those who bravely stick to the older versions of Windows.
You might ask, "What benefit does this migration bring for me?" Well, we don't plan many new features for 2.0, but we will be able to enable some hidden and prepared features and improve a lot of the current. As Greenshot was built on a user interface technology that has gotten long in the tooth, adding new settings wasted loads of efforts, which sometimes meant that we didn't add them in the end. A lot of features, expert or new, were only available by changing the greenshot.ini manually. We are already building a new settings dialog where we can add them quickly and consistent, enhancing usability with an incremental search within the dialog. It is still work in progress, but here is a screenshot to give you an idea:
Greenshot 2.0 settings dialog (work in progress)
Finally, this should make it possible for us to improve the Greenshot experience, make the user interface feel more professional and finished.
One thing that does have to wait, is the editor. We have spent a lot of time developing it on the old framework, if we would wait with Greenshot 2.0 before this is migrated to the newer Framework you would have to wait for ages. We rather supply you with smaller treats, so you don't have to wait so long.
Some other things that we are working on, maybe not so important for most of our users, is the migration our source code from subversion to GIT. This should speed up some of our development and also enable an easier way of helping us out by developing your favorite features yourself. For those that can develop C#, you can create a fork of Greenshot in a few clicks and send us your changes by pull-request (similar to github).
But first of all, we will get Greenshot 1.1.6 ready for you - we will let you know when it is available for download.

View file

@ -3,12 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot 1.1.6 is ready for download title: Greenshot 1.1.6 is ready for download
tags: tags:
- windows
- release - release
- bugfix - bugfix
- '1.1' - '1.1'
--- ---
<p><a href="http://getgreenshot.org/2013/10/16/current-development-status-future-plans/" title="Current Development Status and Plans for the Future">Not so long ago we have announced</a> that Greenshot 1.1.6 is near, today it is here :)</p> <p><a href="http://getgreenshot.org/2013/10/16/current-development-status-future-plans/" title="Current Development Status and Plans for the Future">Not so long ago we have announced</a> that Greenshot 1.1.6 is near, today it is here :)</p>
<p>It includes a few new features/improvements but is mainly a bugfix release, fixing some issues that have been reported for the previous version, especially for those who were having problems with Greenshot "forgetting" their settings now and then and for two problems that occurring when exporting screenshots to Microsoft Office.</p> <p>It includes a few new features/improvements but is mainly a bugfix release, fixing some issues that have been reported for the previous version, especially for those who were having problems with Greenshot "forgetting" their settings now and then and for two problems that occurring when exporting screenshots to Microsoft Office.</p>

View file

@ -3,10 +3,10 @@ layout: post
status: publish status: publish
published: true published: true
title: How to Upload Screenshots to a Web Server via FTP, SCP or SFTP title: How to Upload Screenshots to a Web Server via FTP, SCP or SFTP
tags: tags:
- windows
- plugin - plugin
- howto
--- ---
<p><img src="/assets/wp-content/uploads/2013/11/winscp-logo.gif" alt="WinSCP logo" width="64" height="64" class="alignleft size-full wp-image-1041" /> <strong>Ever needed to upload screenshots directly to a server using the FTP, SCP or SFTP protocol? Actually it is quite easy to harness WinSCP's great scripting capabilities with Greenshot's flexible external command plugin. This blog post provides a simple WinSCP upload script and explains how to make Greenshot call the script to upload your screenshot.</strong></p> <p><img src="/assets/wp-content/uploads/2013/11/winscp-logo.gif" alt="WinSCP logo" width="64" height="64" class="alignleft size-full wp-image-1041" /> <strong>Ever needed to upload screenshots directly to a server using the FTP, SCP or SFTP protocol? Actually it is quite easy to harness WinSCP's great scripting capabilities with Greenshot's flexible external command plugin. This blog post provides a simple WinSCP upload script and explains how to make Greenshot call the script to upload your screenshot.</strong></p>
<p>Sidenote: we know, a specialized plugin for this would be a nice thing to have. A WinSCP plugin is definitely near the top of our todo list, but it probably will not be available before <a href="/2013/10/16/current-development-status-future-plans/">Greenshot 2.0</a>. So in the meantime the following method is a good alternative.</p> <p>Sidenote: we know, a specialized plugin for this would be a nice thing to have. A WinSCP plugin is definitely near the top of our todo list, but it probably will not be available before <a href="/2013/10/16/current-development-status-future-plans/">Greenshot 2.0</a>. So in the meantime the following method is a good alternative.</p>

View file

@ -3,13 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Promised: No Bundled Installers, No Toolbars, No Unfair Advertisements' title: ! 'Promised: No Bundled Installers, No Toolbars, No Unfair Advertisements'
tags: tags:
- website - website
- sourceforge - sourceforge
- advertising - advertising
- malware - malware
--- ---
<p>As Greenshot is a free and open source project, we depend on donations and advertising to keep the project running. You probably know that already, since we published a blog post about our <a href="/2013/05/30/why-a-free-web-needs-advertising/">thoughts of advertising</a> not so long ago.</p> <p>As Greenshot is a free and open source project, we depend on donations and advertising to keep the project running. You probably know that already, since we published a blog post about our <a href="/2013/05/30/why-a-free-web-needs-advertising/">thoughts of advertising</a> not so long ago.</p>
<p>Recently, some users told us that bundled stuff like browser toolbars etc. had been installed on their computer by what they <em>assumed</em> was the Greenshot installer, which would have surprised us a lot, since there are no bundled installers or similar annoyances in Greenshot. <strong>We are convinced that bundled installers are abusing the user's trust and therefore we strongly oppose to it, no matter how much money marketing companies pay for them.</strong> In dialog with our users and with some research we then found out that these issues actually had nothing to do with our installer at all.</p> <p>Recently, some users told us that bundled stuff like browser toolbars etc. had been installed on their computer by what they <em>assumed</em> was the Greenshot installer, which would have surprised us a lot, since there are no bundled installers or similar annoyances in Greenshot. <strong>We are convinced that bundled installers are abusing the user's trust and therefore we strongly oppose to it, no matter how much money marketing companies pay for them.</strong> In dialog with our users and with some research we then found out that these issues actually had nothing to do with our installer at all.</p>

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: New Bugfix Release with Important Change for Box.com Users title: New Bugfix Release with Important Change for Box.com Users
tags: tags:
- windows
- release - release
- bugfix - bugfix
- '1.1' - '1.1'

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Happy Birthday to Greenshot + New Bugfix Release 1.1.8 title: Happy Birthday to Greenshot + New Bugfix Release 1.1.8
tags: tags:
- windows
- release - release
- '1.1' - '1.1'

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot 1.1.9 Bugfix Release title: Greenshot 1.1.9 Bugfix Release
tags: tags:
- windows
- release - release
- '1.1' - '1.1'

View file

@ -3,13 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: Greenshot Switches to JIRA for Bug Reports and Feature Requests title: Greenshot Switches to JIRA for Bug Reports and Feature Requests
tags: tags:
- website - website
- sourceforge - sourceforge
- jira - jira
- tickets - tickets
--- ---
<p>The difference between good and great software often originates from the developers closely listening to the users. As your ideas and comments are valuable input for us, we think that you need be able to easily report bugs and request features, as well as to quickly find information on problems/suggestions that have already been reported by other users.</p> <p>The difference between good and great software often originates from the developers closely listening to the users. As your ideas and comments are valuable input for us, we think that you need be able to easily report bugs and request features, as well as to quickly find information on problems/suggestions that have already been reported by other users.</p>
<p>For a long time, we have used the Sourceforge ticketing system for this, and although it worked for us many years we always thought it wasn't perfect for our needs. As every member of the Greenshot team also has experience with another ticketing tool, which we all like a lot, it is now time for a change.</p> <p>For a long time, we have used the Sourceforge ticketing system for this, and although it worked for us many years we always thought it wasn't perfect for our needs. As every member of the Greenshot team also has experience with another ticketing tool, which we all like a lot, it is now time for a change.</p>

View file

@ -3,14 +3,13 @@ layout: post
status: publish status: publish
published: true published: true
title: Release candidate for Greenshot 1.2 available title: Release candidate for Greenshot 1.2 available
tags: tags:
- windows
- release candidate - release candidate
- '1.2' - '1.2'
--- ---
<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>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="getgreenshot.org/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 /> <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 /> <code><br />
All details to our tickets can be found here: https://greenshot.atlassian.net</p> All details to our tickets can be found here: https://greenshot.atlassian.net</p>

View file

@ -3,8 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: Second release candidate for Greenshot 1.2 title: Second release candidate for Greenshot 1.2
tags: tags:
- windows
- release candidate - release candidate
- '1.2' - '1.2'
@ -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> <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> </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>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="getgreenshot.org/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 /> <p><code><br />
Features:<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 /> * 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 />

View file

@ -3,17 +3,16 @@ layout: post
status: publish status: publish
published: true published: true
title: Third (and hopefully last) release candidate for Greenshot 1.2 title: Third (and hopefully last) release candidate for Greenshot 1.2
tags: tags:
- windows
- release candidate - release candidate
- '1.2' - '1.2'
--- ---
<p>Okay - finishing line in sight :) we have uploaded the third release candidate for Greenshot 1.2. We have been working on ironing out a few more bugs of the latest version, as well as a few improvements and some user interface fine tuning. Again, thanks to anyone who supported us with their valuable feedback. You are doing a great job, we really appreciate that.</p> <p>Okay - finishing line in sight :) we have uploaded the third release candidate for Greenshot 1.2. We have been working on ironing out a few more bugs of the latest version, as well as a few improvements and some user interface fine tuning. Again, thanks to anyone who supported us with their valuable feedback. You are doing a great job, we really appreciate that.</p>
<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 /> <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> 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>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="getgreenshot.org/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 /> <p><code><br />
Features:<br /> Features:<br />
* Greenshot now stores the settings of the torn edge & drop shadow effects<br /> * Greenshot now stores the settings of the torn edge & drop shadow effects<br />

View file

@ -3,14 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'A little present from us: Greenshot 1.2' title: ! 'A little present from us: Greenshot 1.2'
tags: tags:
- windows
- release - release
- translation - translation
- '1.2' - '1.2'
- latvian - latvian
--- ---
<p><a href="/2014/12/22/a-little-present-from-us-greenshot-1-2/speech-bubbles/" rel="attachment wp-att-1127"><img src="/assets/wp-content/uploads/2014/12/speech-bubbles-300x276.png" alt="Speech bubbles in Greenshot editor" width="300" height="276" class="alignright size-medium wp-image-1127" /></a></p> <p><a href="/2014/12/22/a-little-present-from-us-greenshot-1-2/speech-bubbles/" rel="attachment wp-att-1127"><img src="/assets/wp-content/uploads/2014/12/speech-bubbles-300x276.png" alt="Speech bubbles in Greenshot editor" width="300" height="276" class="alignright size-medium wp-image-1127" /></a></p>
<p>Finally! For those of you who celebrate Christmas, here is a little Christmas present from us. For the rest, here is a little present for you, for no particular reason :)</p> <p>Finally! For those of you who celebrate Christmas, here is a little Christmas present from us. For the rest, here is a little present for you, for no particular reason :)</p>

View file

@ -3,14 +3,8 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Greenshot Says Goodbye to Facebook' title: ! 'Greenshot Says Goodbye to Facebook'
tags: tags:
- facebook - facebook
--- ---
<p><img src="http://getgreenshot.org/wp-content/uploads/2015/03/greenshot-goodbye-facebook1.png" alt="greenshot-goodbye-facebook" class="alignright size-full wp-image-1146" height="294" width="278">When we started <a href="https://facebook.com/Greenshot.Tool" target="_blank">Greenshots Facebook page</a> back in 2009, it was a brilliant thing for us to have… obviously, a lot of our users were using Facebook as well, and it was a good way to send out project-specific updates to a peer that showed interest in Greenshot (i.e. liked the page). After all, RSS and Atom feeds are not for fancy enough for everyone so it was a good idea to offer an alternative.</p> <p><img src="http://getgreenshot.org/wp-content/uploads/2015/03/greenshot-goodbye-facebook1.png" alt="greenshot-goodbye-facebook" class="alignright size-full wp-image-1146" height="294" width="278">When we started <a href="https://facebook.com/Greenshot.Tool" target="_blank">Greenshots Facebook page</a> back in 2009, it was a brilliant thing for us to have… obviously, a lot of our users were using Facebook as well, and it was a good way to send out project-specific updates to a peer that showed interest in Greenshot (i.e. liked the page). After all, RSS and Atom feeds are not for fancy enough for everyone so it was a good idea to offer an alternative.</p>
<p>Throughout the years, Facebook has changed a lot, especially with regards to how they handle posts from pages. If you have been using Facebook for some years, you may remember the time when they took more control over your stream and started to silently filter out many posts in order to protect their users from being over-flooded with posts, they said (which still does not explain why even feeds with a very low post frequency are being filtered).</p> <p>Throughout the years, Facebook has changed a lot, especially with regards to how they handle posts from pages. If you have been using Facebook for some years, you may remember the time when they took more control over your stream and started to silently filter out many posts in order to protect their users from being over-flooded with posts, they said (which still does not explain why even feeds with a very low post frequency are being filtered).</p>

View file

@ -3,14 +3,11 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'New bugfix release: Greenshot 1.2.5' title: ! 'New bugfix release: Greenshot 1.2.5'
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release
--- ---
We have just uploaded a new bugfix release, available on our <a href="/downloads/">downloads page</a>. It fixes some bugs that have been reported since the last release, as well as translation updates provided by industrious users all around the world. We have just uploaded a new bugfix release, available on our <a href="/downloads/">downloads page</a>. It fixes some bugs that have been reported since the last release, as well as translation updates provided by industrious users all around the world.

View file

@ -3,14 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'New Bugfix Release with an Important Change for Picasa Users' title: ! 'New Bugfix Release with an Important Change for Picasa Users'
release_version: 1.2.6.7
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release
--- ---
<p>So here is another bugfix release, important especially for those using Greenshots Picasa plugin to send screenshots directly to Picasa. Google is deprecating the OAuth 1.x authentication API on the 20th of April, which means that the Picasa plugin released with Greenshot 1.2.5 will no longer work we have changed the plugin to work with the new API as of Greenshot 1.2.6.</p> <p>So here is another bugfix release, important especially for those using Greenshots Picasa plugin to send screenshots directly to Picasa. Google is deprecating the OAuth 1.x authentication API on the 20th of April, which means that the Picasa plugin released with Greenshot 1.2.5 will no longer work we have changed the plugin to work with the new API as of Greenshot 1.2.6.</p>
<p>There is also a bug fix for the Box plugin, there were problems authenticating to box.com, this should be fixed with 1.2.6.<br /> <p>There is also a bug fix for the Box plugin, there were problems authenticating to box.com, this should be fixed with 1.2.6.<br />

View file

@ -3,14 +3,12 @@ layout: post
status: publish status: publish
published: true published: true
title: ! 'Latest bugfix release resolves problems with Imgur upload and performance' title: ! 'Latest bugfix release resolves problems with Imgur upload and performance'
release_version: 1.2.8.12
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release
--- ---
<p>We have recently published another bugfix release, fixing two annoying problems many of you might have encountered during the last days.</p> <p>We have recently published another bugfix release, fixing two annoying problems many of you might have encountered during the last days.</p>
<ul> <ul>

View file

@ -4,6 +4,7 @@ status: publish
published: true published: true
title: ! 'Release candidate 1 for 1.2.9' title: ! 'Release candidate 1 for 1.2.9'
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release

View file

@ -4,6 +4,7 @@ status: publish
published: true published: true
title: ! 'Release candidate 2 for 1.2.9' title: ! 'Release candidate 2 for 1.2.9'
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release

View file

@ -2,15 +2,17 @@
layout: post layout: post
status: publish status: publish
published: true published: true
release_version: 1.2.9.103
title: ! 'Our present for you: Greenshot 1.2.9 brings a lot of improvements and fixes' title: ! 'Our present for you: Greenshot 1.2.9 brings a lot of improvements and fixes'
tags: tags:
- windows
- 1.2 - 1.2
- bugfix - bugfix
- release - release
--- ---
Admittedly, we're a bit early with our gift. But as a piece of software cannot be wrapped and align beautifully with fancy boxes under the tree, we rather hand it over to you right now, so that you can start having fun with the new version before spending time with your beloved friends and family. Admittedly, we're a bit early with our gift. But as a piece of software cannot be wrapped and aligned beautifully with fancy boxes under the tree, we rather hand it over to you right now, so that you can start having fun with the new version before spending time with your beloved friends and family.
So, what's new in this version? We have improved window screenshots in Windows 10 (which suffered a little cropping in prior versions), also there's an optimization to reduce the problems with uploading to Imgur, which some of you have encountered (actually caused by a per-user rate limiting applied by Imgur). So, what's new in this version? More than 500 hours of work went into it - we have improved window screenshots in Windows 10 (which suffered a little cropping in prior versions), also there's an optimization to reduce the problems with uploading to Imgur, which some of you have encountered (actually caused by a per-user rate limiting applied by Imgur).
If you used to use Greenshot for uploading screenshots to Jira: good news, Greenshot's Jira plugin is now compatible with Jira 7, and a lot faster. It also got some convenient improvements, e.g. it remembers the last viewed issues. If you used to use Greenshot for uploading screenshots to Jira: good news, Greenshot's Jira plugin is now compatible with Jira 7, and a lot faster. It also got some convenient improvements, e.g. it remembers the last viewed issues.

View file

@ -0,0 +1,39 @@
---
layout: post
status: publish
published: true
release_version: 1.2.9.112
title: ! 'Happy new year: Greenshot 1.2.9 bugfix release'
tags:
- windows
- 1.2
- bugfix
- release
---
On the 19th of December 2016 we released Greenshot 1.2.9.103 as an early christmas present.
We invested over 500 hours of development time in that version, with that much time there were bound to be a few bugs in there.
Today at the end of the year we bring you a bugfix release, which should solve most reported bugs and even bring a few small features, you can see the full changelog below.
So if you didn't already, just go ahead and [download](/downloads/) 1.2.9.112 the last Greenshot release for the year 2016!
We hope to bring you a lot more Greenshot in 2017 and wish everybody a happy and healthy 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

View file

@ -0,0 +1,46 @@
---
layout: post
status: publish
published: true
release_version: 1.2
title: ! 'Greenshot for Mac OS X is out now!'
tags:
- osx
- mac os
- launch
- release
---
**[Download it here](https://itunes.apple.com/us/app/greenshot/id1103915944)**
After a long development period of over a year we finally have a Greenshot version for OS X. Greenshot for Mac is not just a port of the Windows version but a complete new development. We evaluated a lot of possibilities to share code between the platforms, but at the time being none of them lead to satisfying results, so we decided to buy a Mac, download XCode, learn Swift, get skilled in completely unknown terrain and build Greenshot for Mac up from scratch.
As of today, Greenshot is available in the Mac AppStore for all Macs running OS X 10.10 and newer.
Many of you will have some questions, we suppose, so to answer some in advance, heres a litte FAQ:
### Is it the same as the Windows version?
Definitely not. Its not as feature rich, its only available in English at the moment and theres still a lot of work to do, but the main features are there. If you are used to using Greenshot you may miss one feature or another but youll feel right at home.
### Why is it not free? How much does it cost?
We decided to charge a little fee for Greenshot for Mac, because of the very high effort we had to make to bring it to you. It was really time consuming and also expensive. Plus Apple charges us for being in the AppStore and we really want to use their infrastructure, because it brings a lot of security.
For a start Greenshot for Mac will be available for around 2 bucks and after adding new features we may rise it a tiny bit to cover our costs. Nevertheless, Greenshot will still be one of the cheapest screenshot tools for Mac.
By the way, developing Greenshot for Windows causes costs for us as well. As with all other open source software, you dont really have to donate but we developers rely on our users to do so.
### Why is it not open source?
Thats mainly because of the competition. Theres a lot of good software for OS X out there but only a few supply their source code, so everyone has to figure the code out by themselves. There seem to be some unwritten rules in the market and we dont want to break them. This may change in the future but for now, well stick with closed source for Mac.
### Will the Windows version be closed source too?
No. Never. You can trust on that. Windows has a completely different ecosystem and we are convinced that open source is a good thing, so well leave everything as it is right now.
### We hope, you'll like it
To download, search for "greenshot" in the Mac AppStore or [click here](https://itunes.apple.com/us/app/greenshot/id1103915944)
If you encounter any trouble, please file a bug [here](https://greenshot.atlassian.net/projects/MAC)

View file

@ -0,0 +1,79 @@
---
layout: post
status: publish
published: true
release_version: 1.2.9.129
title: Greenshot 1.2.9 January Bug Bash
tags:
- windows
- 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), Greenshot 1.2.9.129!
During this bug bash we fixed 24 bugs, to make this possible we worked around 18 "after work evenings" and three weekends (in 28 days).
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.
* .greenshot files saved with 1.2.8 (or earlier) cannot be read with 1.2.9, currently there is no workaround for this except to keep with 1.2.8
A special note for people coming from Greenshot 1.2.9.104 or 1.2.9.112:
* With 1.2.9.104 we changed the windows capture to remove the border, which not everybody likes. This is rolled back with this version (1.2.9.129), and we need to see how to make this functionality available via a setting.
With this version we added another translation, and 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 ~~screenshotting~~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.

View file

@ -0,0 +1,33 @@
---
layout: post
status: publish
published: true
release_version: 1.2.2 (18)
title: Greenshot for MAC 1.2.2
tags:
- osx
- 1.2
- bugfix
- release
---
We just released our third build of Greenshot for Mac OS, version 1.2.2.
Thanks to all of our users, you're awesome! We got a lot of great feedback and as it seems, there are just a few minor flaws at the moment. That's a great start.
Please keep writing those nice AppStore reviews. We're reading every single one of them!
When you want to report an error or have a feature request, please file it in our [bug tracker](https://greenshot.atlassian.net/projects/MAC). That way you can be sure the issue will be taken care of and also you'll get noticed when we work on it.
Some of you guys already had a few feature requests and we're doing them one by one.
In the current version we added some of them and also fixed some bugs:
* The most requested feature was the tool to add the number badges. Here it is.
* When drawing very short arrows, the arrowhead now shrinks a bit. In the future you will most probably be able to adjust the size of the arrows to your liking.
* You can now turn off the hints about editing text in the preferences window.
* The default filename prefix is now configurable.
* We redesigned the app icon.
* Some minor issues not worth mentioning ;-)

View file

@ -0,0 +1,18 @@
---
layout: post
status: publish
published: true
release_version: 1.2.4
title: Greenshot for MAC 1.2.4
tags:
- osx
- 1.2
- bugfix
- release
---
Just a little note to our awesome Mac users. We got some feedback that some of you had trouble when copying screenshots to Microsoft Office programs like Word and we could fix that issue very quickly. It was already available in version 1.2.3.
In the current release you will also find some new options in the preferences window for automatic storing of your screenshots in the clipboard or saving them under ~/Pictures/Greenshot. Unfortunateley you cannot select a custom folder for the auto-save feature because of Apple's restrictions with sandboxed apps. Maybe we will find a way around this in the future, but for now, if you need the files elsewhere, you can use custom folder actions with automator to copy or move the pictures to some other place.
A big thanks to all of our users who have filed bugs and feature requests in our bug tracker. We know, that it's annoying to encounter unexpected behaviour but we only can fix it if you tell us.

View file

@ -0,0 +1,31 @@
---
layout: post
status: publish
published: true
release_version: 1.2.5
title: Greenshot for MAC 1.2.5
tags:
- osx
- 1.2
- bugfix
- release
---
Here we go! The next update for Mac OS is out now!
Below you find a list of the features added in this version.
Release Notes 1.2.5
- Global hotkeys are now configurable.
- Replaced popup message by notification center message (copy to clipboard).
- Destination picker can now be closed by CMD-W.
- New shortcuts in destination picker for the available options (CMD-E: Editor, CMD-S: Save, CMD-C: Clipboard, CMD-M: Mail). See tooltip messages for details.
- Added shortcuts for the editor tools (L=line, A=arrow, ...). See main menu for details.
- Added shortcut for „send as mail“ in editor (CMD-Shift-M).
Jira Issue-IDs fixed: MAC-15, MAC-24, MAC-23, MAC-9
Again, a big thanks to all of our users who have filed bugs and feature requests in our bug tracker. We know, that it's annoying to encounter unexpected behaviour but we only can fix it if you tell us.
Please keep up the good work. Together we can make Greenshot the best screenshot tool for Mac! https://greenshot.atlassian.net/projects/MAC/

View file

@ -0,0 +1,53 @@
---
layout: post
status: publish
published: true
release_version: 1.2.10.6
title: Greenshot 1.2.10 September fixes
tags:
- windows
- 1.2
- bugfix
- release
---
Summer break is over! Today, the 12th of September 2017, we bring you a new Greenshot Release which goes by the version 1.2.10.6.
One of the biggest reasons for the current release needs to be explained.
It was about a year ago that we introduced the first version of Greenshot which was signed. Due to that change, when you start the installer, you will see "Verified publisher: Open Source developer, Robin Krom". This means your download of Greenshot is the real thing, an unmodified version without bloatware or malware of Greenshot exactly as we made it. If starting your download does not show the publisher, it most likely is not the real thing and might be "infected" (intentionally or by accident) with something which should not be in there.
*(By the way, if you want to make sure you are using the original version, you should never download Greenshot from anywhere else than from our website. Just keep in mind: always get Greenshot from getgreenshot.org)*
To make signing possible we had to buy something what is called a _code signing certificate_, which is usually valid for one year. So a few weeks ago, almost a year later, we got a nice info mail and later a reminder, that the certificate will expire. Although Greenshot is free, meaning investing money could be considered a bad idea, we did buy a renewal to make it possible to continue to bring Greenshot securely to the masses. Unfortunately we found out that some smart people, responsible for the rules behind code signing, have introduced the need for a smart-card (hardware) for the code signing process in Februar 2017.
Although we now have bought the right to renew the certificate, our certificate provider has unfortunately made this renewal process extremely hard (and it wasn't easy in the first place). Even today we still didn't manage to do so, mainly due us having incompatible hardware. The introduction of the new rules, now needing special hardware, adds additional costs and complexity, which a lot of open source projects can't afford.
Even when we manage to renew the certificate, the changed demands for **using** a certificate will most likely cause some headache to implement. We probably will find a solution some day, but I hope it doesn't cost us additional money and more weeks of discussions and trying. It would be nice if a company can assist us, and other open source developers, by providing the needed knowledge or maybe even provide a free solution. (Our email-address is in the ["impressum"](/impressum/).)
This version of Greenshot mainly contains bugfixes, the development was stopped one day before the certificate expired so we could still bring you an signed version of Greenshot.
We hope this release fixes some of the issues you were having, the release notes follow below.
Happy ~~screenshotting~~greenshotting,<BR/>
Your Greenshot team
*Release notes for Greenshot 1.2.10.6-c2414cf RELEASE*
List of changes:
| Ticket | Description |
| --- | --- |
|[BUG-2235](https://greenshot.atlassian.net/browse/BUG-2235)|Imgur authentication issues due to imgur api change|
|[BUG-2227](https://greenshot.atlassian.net/browse/BUG-2227)|NullReferenceException when accessing the Imgur History|
|[BUG-2225](https://greenshot.atlassian.net/browse/BUG-2225)|NullReferenceException when changing the color of text|
|[BUG-2219](https://greenshot.atlassian.net/browse/BUG-2219)|Korean is spelled incorrectly in the installer|
|[BUG-2213](https://greenshot.atlassian.net/browse/BUG-2213)|NullReferenceException in the Freehand tool|
|[BUG-2203](https://greenshot.atlassian.net/browse/BUG-2203)|ArgumentNullException in the Freehand tool|
|[BUG-2141](https://greenshot.atlassian.net/browse/BUG-2141)|Imgur authentication issues due to old embedded IE|
|[BUG-2172](https://greenshot.atlassian.net/browse/BUG-2172)|NullReferenceException when using the speech bubble|
|[BUG-2246](https://greenshot.atlassian.net/browse/BUG-2246)|Login issues with the Atlassian Jira Cloud|
|[FEATURE-1064](https://greenshot.atlassian.net/browse/FEATURE-1064)|Added CTRL+Backspace & CTRL+A to the text tool|
Published on:

View file

@ -0,0 +1,25 @@
---
layout: post
status: publish
published: true
release_version: 1.2.6
title: Greenshot 1.2.6 Mac OS update
tags:
- osx
- 1.2
- bugfix
- release
---
As we told before, summer break is over! After the Greenshot update for Windows, here comes the Mac OS update.
Version 1.2.6 is out now for download. Below is a list of the added features:
- New resize function: You can now resize your screenshots in the editor using the menu "edit -> resize" or CMD-R.
- The long requested ImgUr upload is now ready to use. At the moment you can find it in the editor but most probably you will soon be able to upload directly from the destination picker as well.
- The arrows are now significantly smaller because lots of you requested that. In a future version you will be able to change the size of the arrows.
By the way: Greenshot for Mac is ready for High Sierra. It's already fully tested and you should have no issues with Greenshot when updating.
Have fun using Greenshot and keep writing the good reviews!
We also appreciate it a lot when people post their issues in our bugtracker, so please keep doing that! https://greenshot.atlassian.net/projects/MAC/

BIN
assets/bab-banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
assets/bab-skyscraper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
assets/download-mac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
assets/download-win.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.
Please. Check it out.
-Dave Gandy

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more