mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 03:30:02 -07:00
RC3 preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2574 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c7eda38fc1
commit
ad6f25ed9f
16 changed files with 27 additions and 17 deletions
|
@ -47,4 +47,4 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all values by your own or you can build default build and revision
|
// You can specify all values by your own or you can build default build and revision
|
||||||
// numbers with the '*' character (the default):
|
// numbers with the '*' character (the default):
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -2,7 +2,16 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
||||||
|
|
||||||
CHANGE LOG:
|
CHANGE LOG:
|
||||||
|
|
||||||
1.1.2 build $WCREV$ Release Candidate 2
|
1.1.3 build $WCREV$ Release Candidate 3
|
||||||
|
|
||||||
|
Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and search on the ID):
|
||||||
|
* Bug #XXXX: InvalidCastException when using the brightness-filter
|
||||||
|
|
||||||
|
Languages:
|
||||||
|
* Added Indonesian
|
||||||
|
|
||||||
|
|
||||||
|
1.1.2 build 2572 Release Candidate 2
|
||||||
|
|
||||||
Features added since 1.1.1:
|
Features added since 1.1.1:
|
||||||
* Editor: Added a new image format "Greenshot" which allows the user to save the current state and continue editing later. (was already in the 1.1.1.2550)
|
* Editor: Added a new image format "Greenshot" which allows the user to save the current state and continue editing later. (was already in the 1.1.1.2550)
|
||||||
|
@ -14,6 +23,7 @@ Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and
|
||||||
* Bug #1500: Error while dragging an obfuscation
|
* Bug #1500: Error while dragging an obfuscation
|
||||||
* Fixed some additional unreported issues
|
* Fixed some additional unreported issues
|
||||||
|
|
||||||
|
|
||||||
1.1.1 build 2550 Release Candidate 1
|
1.1.1 build 2550 Release Candidate 1
|
||||||
|
|
||||||
Features added since 1.0.6:
|
Features added since 1.0.6:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define ExeName "Greenshot"
|
#define ExeName "Greenshot"
|
||||||
#define Version "1.1.2.$WCREV$"
|
#define Version "1.1.3.$WCREV$"
|
||||||
|
|
||||||
; Include the scripts to install .NET Framework 2.0
|
; Include the scripts to install .NET Framework 2.0
|
||||||
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
|
; See http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
|
||||||
|
@ -118,7 +118,7 @@ InfoBeforeFile=..\additional_files\readme.txt
|
||||||
LicenseFile=..\additional_files\license.txt
|
LicenseFile=..\additional_files\license.txt
|
||||||
LanguageDetectionMethod=uilanguage
|
LanguageDetectionMethod=uilanguage
|
||||||
MinVersion=,5.01.2600
|
MinVersion=,5.01.2600
|
||||||
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC2
|
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC3
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -50,4 +50,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -48,4 +48,4 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
|
@ -52,4 +52,4 @@ using Greenshot.Plugin;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can use the default the Revision and
|
// You can specify all the values or you can use the default the Revision and
|
||||||
// Build Numbers by using the '*' as shown below:
|
// Build Numbers by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.1.2.$WCREV$")]
|
[assembly: AssemblyVersion("1.1.3.$WCREV$")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue