mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
db86df3af3
commit
55a1108d4a
4 changed files with 9 additions and 11 deletions
|
@ -2,8 +2,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
|||
|
||||
CHANGE LOG:
|
||||
|
||||
1.1.0 build $WCREV$ UNSTABLE
|
||||
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.
|
||||
1.1.0 build $WCREV$ Release Candidate 1
|
||||
|
||||
Features:
|
||||
* General: Added zoom when capturing
|
||||
|
@ -13,12 +12,12 @@ Features:
|
|||
* Editor: Added horizontal and vertical alignment for text boxes.
|
||||
* Printing: Added option to force monochrome (black/white) print
|
||||
* 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:
|
||||
* Installer: Added Spanish
|
||||
* 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):
|
||||
* 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: 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 #1380: The window corners on Windows Vista & Windows 7 weren't cut correctly.
|
||||
* 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 #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.
|
||||
* 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 #1391: Fixed missing filename in the Editor title
|
||||
* 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: 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: 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
|
||||
* Still having some dual screen problems with Windows 8, we are working on it.
|
||||
|
||||
1.0.6 build 2228 Release
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ InfoBeforeFile=..\additional_files\readme.txt
|
|||
LicenseFile=..\additional_files\license.txt
|
||||
LanguageDetectionMethod=uilanguage
|
||||
MinVersion=,5.01.2600
|
||||
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-UNSTABLE
|
||||
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-RC1
|
||||
OutputDir=..\
|
||||
PrivilegesRequired=none
|
||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||
|
|
|
@ -23,6 +23,6 @@ del /s *.bak
|
|||
del /s *installer*.xml
|
||||
del /s *website*.xml
|
||||
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 ..
|
||||
rmdir /s /q NO-INSTALLER
|
||||
|
|
|
@ -243,7 +243,7 @@ namespace GreenshotPlugin.Core {
|
|||
public string OptimizePNGCommandArguments;
|
||||
|
||||
// Specifies what THIS build is
|
||||
public BuildStates BuildState = BuildStates.UNSTABLE;
|
||||
public BuildStates BuildState = BuildStates.RELEASE_CANDIDATE;
|
||||
|
||||
/// <summary>
|
||||
/// A helper method which returns true if the supplied experimental feature is enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue