Browse Source

LazPaint v7.1.6

Johann ELSASS 4 năm trước cách đây
mục cha
commit
113428844f

+ 1 - 1
lazpaint/lazpaint.lpi

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

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

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

+ 1 - 1
lazpaint/lazpainttype.pas

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

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

@@ -1,3 +1,30 @@
+lazpaint (7.1.6) stable; urgency=low
+
+  * Debian: various icon sizes for Linux application menu
+  * Debian: compatibility with debuild (to release in Debian distributions)
+  * MacOS: retina scaling of button glyphs
+  * MacOS: fix online requests (version check)
+  * clipboard: supports paste from redirected URL and HTML inline data
+  * color chooser: window switches to available fill options
+  * color chooser: copy/paste color definition
+  * language: add Polish translation
+  * interface: add support for Qt5
+  * interface: repaint on theme change
+  * interface: detect system dark theme
+  * interface: scale top toolbar, more icon sizes
+  * interface: larger textboxes in image browser, Escape to close
+  * interface: vertical splitter to resize docked controls / image view
+  * layers: add HSL and corrected HSL blend modes
+  * layers: add context menu for layer
+  * layers: export layer (in context menu)
+  * image: add 180-degree rotation
+  * SVG: read/write layered SVG (interoperates with Inkscape)
+  * SVG: exports vectorial layers to SVG
+  * SVG: fix scaling, better support for text
+  * OpenRaster: support for SVG layers (interoperates with MyPaint)
+
+ -- circular <[email protected]>  Wed, 2 Dec 2020 10:25:00 +0100
+  
 lazpaint (7.1.5) stable; urgency=low
 
   * image browser: can move to trash on MacOS

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

@@ -5,7 +5,7 @@ Maintainer: circular <[email protected]>
 Homepage: https://wiki.freepascal.org/LazPaint
 Package: lazpaint
 Architecture: any
-Version: 7.1.5
+Version: 7.1.6
 Depends: ${shlibs:Depends}
 Conflicts: lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
 Description: Image editor with raster and vector layers

+ 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.5</string>
+    <string>7.1.6</string>
     <key>CFBundleVersion</key>
-    <string>7.1.5</string>
+    <string>7.1.6</string>
     <key>CSResourcesFileMapped</key>
     <true/>
     <key>CFBundleDocumentTypes</key>

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

@@ -8,7 +8,7 @@ if ! [ ${OSTYPE:0:6} = "darwin" ]; then
 fi
 
 appname=LazPaint
-appversion=7.1.5
+appversion=7.1.6
 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.5"
+#define MyAppVersion "7.1.6"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"