mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Bugfix release preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2241 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
1aa98ad1d1
commit
00c1c80004
14 changed files with 23 additions and 14 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
|
||||
// numbers with the '*' character (the default):
|
||||
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -2,7 +2,16 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
|||
|
||||
|
||||
CHANGE LOG:
|
||||
We changed the version to 1.0 after 5 years it should no longer have a "beta" feeling!
|
||||
|
||||
1.0.7 build xxxx Release
|
||||
|
||||
Bugs resolved:
|
||||
* Bug #3582807: The window corners weren't cut correctly.
|
||||
* Bug #3582692: Picasa-Web uploads didn't have a filename.
|
||||
* Bug #3582282: Exporting captures to Powerpoint give errors when a Powerpoint dialog is open, this is fixed by displaying a retry with info.
|
||||
* Bug #3582282: Exporting captures to Powerpoint were cropped incorrectly.
|
||||
* Bug #3572995: Firefox captures on Windows XP are mainly black
|
||||
|
||||
|
||||
1.0.6 build 2228 Release
|
||||
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -50,4 +50,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -51,4 +51,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -48,4 +48,4 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.6.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
|
@ -52,4 +52,4 @@ using Greenshot.Plugin;
|
|||
//
|
||||
// You can specify all the values or you can use the default the Revision and
|
||||
// Build Numbers by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.0.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.7.$WCREV$")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue