瀏覽代碼

version 7.1.4 to be tested

Johann ELSASS 5 年之前
父節點
當前提交
323971b750

+ 1 - 1
lazpaint/lazpaint.lpi

@@ -24,7 +24,7 @@
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
       <MinorVersionNr Value="1"/>
-      <RevisionNr Value="3"/>
+      <RevisionNr Value="4"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" ProductName="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe"/>
     </VersionInfo>

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

@@ -26,7 +26,7 @@
         </Debugging>
       </Linking>
     </CompilerOptions>
-    <Version Major="7" Minor="1" Release="3"/>
+    <Version Major="7" Minor="1" Release="4"/>
     <Files Count="94">
       <Item1>
         <Filename Value="lazpaintinstance.pas"/>

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -11,7 +11,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 const
-  LazPaintVersion = 7010300;
+  LazPaintVersion = 7010400;
 
   function LazPaintVersionStr: string;
 

+ 31 - 0
lazpaint/release/debian/debian/changelog

@@ -1,3 +1,34 @@
+lazpaint (7.1.4) stable; urgency=low
+
+  * add --help command line
+  * fix potential crashes
+  * minor interface fixes
+  * fix outline fill update
+  * catch loading errors of layer originals
+  * macOS: fix multiselection
+  * macOS: handle retina display
+  * macOS: optimize tools rendering
+  * macOS: remove fullscreen menu (can be done with OS window menu)
+  * tools: draw editor outside of image
+  * choose color: display target name, highlight fill preview
+  * palette: using CTRL to select gradient colors
+  * raster selection: fix update area
+  * clone tool: don't exit when changing layer
+  * clone tool: shift-click to clone from flattened image
+  * hand tool / edit shape tool: select non empty layer with shift-click
+  * magic wand: implement progressive option
+  * deformation grid: fix bug when changing grid size
+  * text tool: optimize multiline text
+  * print: show message and count
+  * print: don't print empty image
+  * curve adjustments: keep within limits when adding points
+  * curve adjustments: fix toolbar position
+  * gradient: don't link when duplicating layer
+  * multiselection: remove hitboxes to allow selecting within
+  * refactoring of debian package
+
+ -- circular <[email protected]>  Mon, 28 Sep 2020 10:35:00 +0100
+
 lazpaint (7.1.3) stable; urgency=low
 
   * clipboard: fix pasting image in 24-bit with transparent color

+ 1 - 1
lazpaint/release/debian/debian/control

@@ -6,7 +6,7 @@ Build-Depends: lazarus-project (>= 2.0.2), dpkg-dev (>= 7)
 Homepage: https://wiki.freepascal.org/LazPaint
 Package: lazpaint
 Architecture: any
-Version: 7.1.3
+Version: 7.1.4
 Depends: ${shlibs:Depends}
 Description: Graphics viewer and editor. 
  Can read layered files (lzp, ora, pdn, oXo), multi-images (gif, ico, tiff), 

+ 2 - 2
lazpaint/release/macOS/LazPaint.app/Contents/Info.plist

@@ -19,9 +19,9 @@
     <key>CFBundleSignature</key>
     <string>lazp</string>
     <key>CFBundleShortVersionString</key>
-    <string>7.1.3</string>
+    <string>7.1.4</string>
     <key>CFBundleVersion</key>
-    <string>7.1.3</string>
+    <string>7.1.4</string>
     <key>CSResourcesFileMapped</key>
     <true/>
     <key>CFBundleDocumentTypes</key>

+ 1 - 1
lazpaint/release/macOS/makedmg.sh

@@ -12,7 +12,7 @@ fi
 
 
 appname=LazPaint
-appversion=7.1.3
+appversion=7.1.4
 pkgversion=0
 appnamenospaces=lazpaint
 appbundle="$appname.app"

+ 1 - 1
lazpaint/release/windows/lazpaint.iss

@@ -1,7 +1,7 @@
 #define MyAppName "LazPaint"
 #define MyAppOutputName "lazpaint"
 #define MyInstallerSuffix "_setup_win32_win64"
-#define MyAppVersion "7.1.3"
+#define MyAppVersion "7.1.4"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"