mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Preparations for 1.0 RC2
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2007 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
480b32f586
commit
f76f3b691c
8 changed files with 22 additions and 17 deletions
|
@ -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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$WCREV$")]
|
||||
|
|
|
@ -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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$WCREV$")]
|
||||
|
|
|
@ -3,11 +3,24 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
|||
|
||||
CHANGE LOG:
|
||||
|
||||
1.0.1 build 1984 (intermediate state)
|
||||
1.0.1 build 2007 Release Candidate 1
|
||||
|
||||
Bugs resolved:
|
||||
* Rewrote the "please wait" window to allow the user to cancel the operation, this was needed due to problems with Imgur uploads
|
||||
* Fixed a memory leak when using ESC on the destination picker
|
||||
* Fixed some memory leaks
|
||||
* Fixed some problems with the IE capture
|
||||
* Fixed some jira plugin bugs
|
||||
* Fixed some confluence plugin bugs
|
||||
* Fixed an Outlook export bug
|
||||
|
||||
Known issues:
|
||||
* Greenshot general: I-Beam cursor isn't displayed correctly on the final result.
|
||||
* Greenshot general: Not all hotkeys can be changed in the editor. For example the pause or the Windows key need to be modified directly in the ini.
|
||||
* Greenshot editor: Rotate only rotates the bitmap, not the added elements or cursor
|
||||
* Greenshot editor: The shadow and torn edges effects don't create a transparent background yet.
|
||||
* Confluence Plug-in: the retrieving of the current page from firefox only works on the currently displayed Firefox tab. This is a problem since Firefox 13 and it is currently unknown if there is a fix.
|
||||
* OCR Plug-in: OCR is not working on 64 bit Windows, as the MODI-OCR component from Microsoft is not available in 64 bit, in this case Greenshot should be run in 32-bit or the plugins should be changed to call a 32-bit exe.
|
||||
|
||||
|
||||
1.0.1 build 1980 Release Candidate 1
|
||||
|
||||
|
@ -41,14 +54,6 @@ Bugs resolved:
|
|||
* Synchronized the selected language to the plugins
|
||||
* Fixed installer issues on Windows 8, Greenshot can be used on Windows 8. Although there are still has some small issues with the Windows 8 Release Preview but these most likely are Microsoft bugs.
|
||||
|
||||
Known issues:
|
||||
* Greenshot general: I-Beam cursor isn't displayed correctly on the final result.
|
||||
* Greenshot general: Not all hotkeys can be changed in the editor. For example the pause or the Windows key need to be modified directly in the ini.
|
||||
* Greenshot editor: Rotate only rotates the bitmap, not the added elements or cursor
|
||||
* Greenshot editor: The shadow and torn edges effects don't create a transparent background yet.
|
||||
* Confluence Plug-in: the retrieving of the current page from firefox only works on the currently displayed Firefox tab. This is a problem since Firefox 13 and it is currently unknown if there is a fix.
|
||||
* OCR Plug-in: OCR is not working on 64 bit Windows, as the MODI-OCR component from Microsoft is not available in 64 bit, in this case Greenshot should be run in 32-bit or the plugins should be changed to call a 32-bit exe.
|
||||
|
||||
|
||||
0.8.1 Build 1483
|
||||
|
||||
|
|
|
@ -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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$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.1.$WCREV$")]
|
||||
[assembly: AssemblyVersion("1.0.2.$WCREV$")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue