Browse Source

version 7.0.5

Johann 6 năm trước cách đây
mục cha
commit
55af347c39

+ 1 - 1
lazpaint/lazpaint.lpi

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

+ 1 - 1
lazpaint/lazpainttype.pas

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

+ 11 - 1
lazpaint/release/changelog

@@ -52,7 +52,7 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
-lazpaint (7.0.4) stable; urgency=low
+lazpaint (7.0.4) unstable; urgency=low
 
   * adjusting font size for windows
   * fix screen update on move image
@@ -60,3 +60,13 @@ lazpaint (7.0.4) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
 
+lazpaint (7.0.5) stable; urgency=low
+
+  * added convert shape to curve
+  * adjust pixel-centered coordinates
+  * shortcuts for colorpicker is "C", for curve move point "Z", for curve insert point "I" as well of Insert
+  * dutch translation
+  * filling of workarea with maximum zoom
+
+-- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
+

+ 11 - 1
lazpaint/release/debian/linux32/DEBIAN/changelog

@@ -52,7 +52,7 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
-lazpaint (7.0.4) stable; urgency=low
+lazpaint (7.0.4) unstable; urgency=low
 
   * adjusting font size for windows
   * fix screen update on move image
@@ -60,3 +60,13 @@ lazpaint (7.0.4) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
 
+lazpaint (7.0.5) stable; urgency=low
+
+  * added convert shape to curve
+  * adjust pixel-centered coordinates
+  * shortcuts for colorpicker is "C", for curve move point "Z", for curve insert point "I" as well of Insert
+  * dutch translation
+  * filling of workarea with maximum zoom
+
+-- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
+

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

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

+ 11 - 1
lazpaint/release/debian/linux64/DEBIAN/changelog

@@ -52,7 +52,7 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
-lazpaint (7.0.4) stable; urgency=low
+lazpaint (7.0.4) unstable; urgency=low
 
   * adjusting font size for windows
   * fix screen update on move image
@@ -60,3 +60,13 @@ lazpaint (7.0.4) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
 
+lazpaint (7.0.5) stable; urgency=low
+
+  * added convert shape to curve
+  * adjust pixel-centered coordinates
+  * shortcuts for colorpicker is "C", for curve move point "Z", for curve insert point "I" as well of Insert
+  * dutch translation
+  * filling of workarea with maximum zoom
+
+-- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
+

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

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

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

@@ -12,7 +12,7 @@ fi
 
 
 appname=LazPaint
-appversion=7.0.4
+appversion=7.0.5
 pkgversion=0
 
 appnamenospaces=LazPaint

+ 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.4"
+#define MyAppVersion "7.0.5"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"

+ 11 - 1
lazpaintcontrols/lazpaintcontrols.lpk

@@ -9,6 +9,16 @@
         <IncludeFiles Value="../resources"/>
         <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
       </SearchPaths>
+      <CodeGeneration>
+        <Optimizations>
+          <OptimizationLevel Value="3"/>
+        </Optimizations>
+      </CodeGeneration>
+      <Linking>
+        <Debugging>
+          <GenerateDebugInfo Value="False"/>
+        </Debugging>
+      </Linking>
     </CompilerOptions>
     <Version Minor="1"/>
     <Files Count="11">
@@ -55,7 +65,7 @@
       </Item10>
       <Item11>
         <Filename Value="lcvectorclipboard.pas"/>
-        <UnitName Value="lcvectorclipboard"/>
+        <UnitName Value="LCVectorClipboard"/>
       </Item11>
     </Files>
     <RequiredPkgs Count="4">