RC Preparations

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2547 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-04-02 07:59:18 +00:00
parent db86df3af3
commit 55a1108d4a
4 changed files with 9 additions and 11 deletions

View file

@ -2,8 +2,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
CHANGE LOG: CHANGE LOG:
1.1.0 build $WCREV$ UNSTABLE 1.1.0 build $WCREV$ Release Candidate 1
Unstable means that we didn't go through extensive testing yet. This might give you: features that aren't finished yet, missing translations or new bugs.
Features: Features:
* General: Added zoom when capturing * General: Added zoom when capturing
@ -13,12 +12,12 @@ Features:
* Editor: Added horizontal and vertical alignment for text boxes. * Editor: Added horizontal and vertical alignment for text boxes.
* Printing: Added option to force monochrome (black/white) print * Printing: Added option to force monochrome (black/white) print
* Plug-in: Added Photobucket plugin * Plug-in: Added Photobucket plugin
* Plug-in: Removed unneeded code from the Confluence Plug-in, this makes the Greenshot installer / .zip a bit smaller.
Languages: Languages:
* Installer: Added Spanish * Installer: Added Spanish
* Installer: Added Serbian * Installer: Added Serbian
* General: Fixes for Italian, Serbian, Slovak, Urkainian * Installer: Added Finnish
* General: Fixes for many languages
Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and search on the ID): Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and search on the ID):
* Bug #1327, #1401 & #1410 : On Windows XP Firefox/java captures are mainly black. This fix should also work with other OS versions and applications. * Bug #1327, #1401 & #1410 : On Windows XP Firefox/java captures are mainly black. This fix should also work with other OS versions and applications.
@ -26,9 +25,8 @@ Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and
* Bug #1375, #1396 & #1397: Exporting captures to Microsoft Office applications give problems when the Office application shows a dialog, this is fixed by displaying a retry dialog with info. * Bug #1375, #1396 & #1397: Exporting captures to Microsoft Office applications give problems when the Office application shows a dialog, this is fixed by displaying a retry dialog with info.
* Bug #1375: Exported captures to Powerpoint were displayed cropped, which needed extra actions to correct. * Bug #1375: Exported captures to Powerpoint were displayed cropped, which needed extra actions to correct.
* Bug #1378: Picasa-Web uploads didn't have a filename and the filename was shown as "UNSET" in Picasa-Web. * Bug #1378: Picasa-Web uploads didn't have a filename and the filename was shown as "UNSET" in Picasa-Web.
* Bug #1380: The window corners on Windows Vista & Windows 7 weren't cut correctly. * Bug #1380: The window corners on Windows Vista & Windows 7 weren't cut correctly. While fixing this issue, we found some other small bugs which could cause small capture issues on Vista & 7 it also used more resources than needed.
* While fixing #1380 we found some other small bugs which could cause small capture issues on Vista & 7 it also used more resources than needed. * Bug #1386: Resize issues with some the plugin configuration dialogs.
* Bug #1386: resize issues with some the plugin configuration dialogs.
* Bug #1390: Elements in 1.0 are drawn differently as in pre 1.0 * Bug #1390: Elements in 1.0 are drawn differently as in pre 1.0
* Bug #1391: Fixed missing filename in the Editor title * Bug #1391: Fixed missing filename in the Editor title
* Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors. * Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors.
@ -56,8 +54,8 @@ Known issues:
* Greenshot general: Not all hotkeys can be changed in the editor. When you want to use e.g. the pause or the Windows key, you will need to be modified the ini directly. * Greenshot general: Not all hotkeys can be changed in the editor. When you want to use e.g. the pause or the Windows key, you will need to be modified the ini directly.
* Greenshot general: Can't capture 256 color screens * Greenshot general: Can't capture 256 color screens
* Greenshot general: Hotkeys don't function when a UAC (elevated) process is active. This we won't change as it is a Windows security measure. * Greenshot general: Hotkeys don't function when a UAC (elevated) process is active. This we won't change as it is a Windows security measure.
* Greenshot general: Capturing apps on Windows 8 when having more than one screen still causes some issues.
* Greenshot editor: Rotate only rotates the screenshot, not the added elements or cursor * Greenshot editor: Rotate only rotates the screenshot, not the added elements or cursor
* Still having some dual screen problems with Windows 8, we are working on it.
1.0.6 build 2228 Release 1.0.6 build 2228 Release

View file

@ -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}-UNSTABLE OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC1
OutputDir=..\ OutputDir=..\
PrivilegesRequired=none PrivilegesRequired=none
SetupIconFile=..\..\icons\applicationIcon\icon.ico SetupIconFile=..\..\icons\applicationIcon\icon.ico

View file

@ -23,6 +23,6 @@ del /s *.bak
del /s *installer*.xml del /s *installer*.xml
del /s *website*.xml del /s *website*.xml
del /s *template.txt del /s *template.txt
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.0.$WCREV$-UNSTABLE.zip * ..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER-1.1.0.$WCREV$-RC1.zip *
cd .. cd ..
rmdir /s /q NO-INSTALLER rmdir /s /q NO-INSTALLER

View file

@ -243,7 +243,7 @@ namespace GreenshotPlugin.Core {
public string OptimizePNGCommandArguments; public string OptimizePNGCommandArguments;
// Specifies what THIS build is // Specifies what THIS build is
public BuildStates BuildState = BuildStates.UNSTABLE; public BuildStates BuildState = BuildStates.RELEASE_CANDIDATE;
/// <summary> /// <summary>
/// A helper method which returns true if the supplied experimental feature is enabled /// A helper method which returns true if the supplied experimental feature is enabled