فهرست منبع

version number 7.0.7

circular 6 سال پیش
والد
کامیت
068de1c9de

+ 1 - 1
lazpaint/lazpaint.lpi

@@ -23,7 +23,7 @@
     <VersionInfo>
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
-      <RevisionNr Value="6"/>
+      <RevisionNr Value="7"/>
       <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" Release="6"/>
+    <Version Major="7" Release="7"/>
     <Files Count="94">
       <Item1>
         <Filename Value="lazpaintinstance.pas"/>

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -10,7 +10,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 const
-  LazPaintVersion = 7000600;
+  LazPaintVersion = 7000700;
 
   function LazPaintVersionStr: string;
 

+ 19 - 0
lazpaint/release/debian/linux32/DEBIAN/changelog

@@ -87,3 +87,22 @@ lazpaint (7.0.6) stable; urgency=low
 
 -- circular <[email protected]>  Wed, 11 Sep 2019 18:20:00 +0100
 
+lazpaint (7.0.7) stable; urgency=low
+
+  * polygon: clicking first point closes the polygon, holding Shift while inserting new point will align it on segment
+  * rectangular shape: right-clicking on border will rotate/shear the shape as with Alt key  * clipboard image format with transparency
+  * merging vector layers will make a vector layer if possible
+  * merging a vector with a raster layer will convert the latter to a vector shape
+  * transform texture when modifying rectangular shape
+  * handling case when saving current file that has been renamed/deleted
+  * allow Space key when editing text object
+  * faster saving of layers with vectors
+  * context menu of toolbar in the upper toolbar background
+  * update contextual toolbar when selecting shape with edit shape tool
+  * fix bug with undo of deleted vector layer
+  * fix transform when copying shapes between layers
+  * fix crop layer with layer offset
+  * clear layer when deleting it in shape editor
+
+-- circular <[email protected]>  Wed, 9 Oct 2019 17:50:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.0.6
+Version: 7.0.7
 Section: base
 Priority: optional
 Architecture: i386

+ 19 - 0
lazpaint/release/debian/linux64/DEBIAN/changelog

@@ -87,3 +87,22 @@ lazpaint (7.0.6) stable; urgency=low
 
 -- circular <[email protected]>  Wed, 11 Sep 2019 18:20:00 +0100
 
+lazpaint (7.0.7) stable; urgency=low
+
+  * polygon: clicking first point closes the polygon, holding Shift while inserting new point will align it on segment
+  * rectangular shape: right-clicking on border will rotate/shear the shape as with Alt key  * clipboard image format with transparency
+  * merging vector layers will make a vector layer if possible
+  * merging a vector with a raster layer will convert the latter to a vector shape
+  * transform texture when modifying rectangular shape
+  * handling case when saving current file that has been renamed/deleted
+  * allow Space key when editing text object
+  * faster saving of layers with vectors
+  * context menu of toolbar in the upper toolbar background
+  * update contextual toolbar when selecting shape with edit shape tool
+  * fix bug with undo of deleted vector layer
+  * fix transform when copying shapes between layers
+  * fix crop layer with layer offset
+  * clear layer when deleting it in shape editor
+
+-- circular <[email protected]>  Wed, 9 Oct 2019 17:50:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.0.6
+Version: 7.0.7
 Section: base
 Priority: optional
 Architecture: amd64

+ 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.0.6</string>
+    <string>7.0.7</string>
     <key>CFBundleVersion</key>
-    <string>7.0.6</string>
+    <string>7.0.7</string>
     <key>CSResourcesFileMapped</key>
     <true/>
     <key>CFBundleDocumentTypes</key>

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

@@ -12,7 +12,7 @@ fi
 
 
 appname=LazPaint
-appversion=7.0.6
+appversion=7.0.7
 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.0.6"
+#define MyAppVersion "7.0.7"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"