瀏覽代碼

version 7.0.6

circular17 6 年之前
父節點
當前提交
67a7c301cc

+ 1 - 1
lazpaint.logic

@@ -9,5 +9,5 @@ echo "Don't forget to UPDATE changelog file"
 copy release/changelog release/debian/linux32/DEBIAN/changelog
 copy release/changelog release/debian/linux64/DEBIAN/changelog
 text release/macOS/makedmg.sh "appversion=$(Version)"
-plist release/macOS/LazPaint.app/Contents/Info.plist
+bundle release/macOS/LazPaint.app
 copy ../resources/icon/lazpaint.icns release/macOS/LazPaint.app/Contents/Resources/lazpaint.icns

+ 1 - 1
lazpaint/lazpaint.lpi

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

+ 1 - 1
lazpaint/lazpainttype.pas

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

+ 12 - 0
lazpaint/release/changelog

@@ -75,3 +75,15 @@ lazpaint (7.0.5) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
 
+lazpaint (7.0.6) stable; urgency=low
+
+  * fix merge bitmap layer
+  * fix mouse scroll on MacOS
+  * clipboard image format with transparency
+  * allow undo when creating shape
+  * fix texture panel
+  * merging empty layer simply deletes it
+  * fix layer offset after undoing merge layer
+
+-- circular <[email protected]>  Wed, 11 Sep 2019 18:20:00 +0100
+

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

@@ -75,3 +75,15 @@ lazpaint (7.0.5) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
 
+lazpaint (7.0.6) stable; urgency=low
+
+  * fix merge bitmap layer
+  * fix mouse scroll on MacOS
+  * clipboard image format with transparency
+  * allow undo when creating shape
+  * fix texture panel
+  * merging empty layer simply deletes it
+  * fix layer offset after undoing merge layer
+
+-- circular <[email protected]>  Wed, 11 Sep 2019 18:20:00 +0100
+

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

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

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

@@ -75,3 +75,15 @@ lazpaint (7.0.5) stable; urgency=low
 
 -- circular <[email protected]>  Sun, 24 Aug 2019 11:46:00 +0100
 
+lazpaint (7.0.6) stable; urgency=low
+
+  * fix merge bitmap layer
+  * fix mouse scroll on MacOS
+  * clipboard image format with transparency
+  * allow undo when creating shape
+  * fix texture panel
+  * merging empty layer simply deletes it
+  * fix layer offset after undoing merge layer
+
+-- circular <[email protected]>  Wed, 11 Sep 2019 18:20:00 +0100
+

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

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

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

@@ -1,47 +1,47 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
-<dict>
-	<key>CFBundleIconFile</key>
-	<string>lazpaint</string>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleExecutable</key>
-	<string>lazpaint</string>
-	<key>CFBundleName</key>
-	<string>LazPaint</string>
-	<key>CFBundleIdentifier</key>
-	<string>com.company.lazpaint</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleSignature</key>
-	<string>lazp</string>
-	<key>CFBundleShortVersionString</key>
-	<string>7.0.5</string>
-	<key>CFBundleVersion</key>
-	<string>7.0.5</string>
-	<key>CSResourcesFileMapped</key>
-	<true/>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeRole</key>
-			<string>Viewer</string>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>*</string>
-			</array>
-			<key>CFBundleTypeOSTypes</key>
-			<array>
-				<string>fold</string>
-				<string>disk</string>
-				<string>****</string>
-			</array>
-		</dict>
-	</array>
-	<key>NSHighResolutionCapable</key>
-	<true/>
-</dict>
+  <dict>
+    <key>CFBundleIconFile</key>
+    <string>lazpaint</string>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>lazpaint</string>
+    <key>CFBundleName</key>
+    <string>LazPaint</string>
+    <key>CFBundleIdentifier</key>
+    <string>com.company.lazpaint</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleSignature</key>
+    <string>lazp</string>
+    <key>CFBundleShortVersionString</key>
+    <string>7.0.6</string>
+    <key>CFBundleVersion</key>
+    <string>7.0.6</string>
+    <key>CSResourcesFileMapped</key>
+    <true/>
+    <key>CFBundleDocumentTypes</key>
+    <array>
+      <dict>
+        <key>CFBundleTypeRole</key>
+        <string>Viewer</string>
+        <key>CFBundleTypeExtensions</key>
+        <array>
+          <string>*</string>
+        </array>
+        <key>CFBundleTypeOSTypes</key>
+        <array>
+          <string>fold</string>
+          <string>disk</string>
+          <string>****</string>
+        </array>
+      </dict>
+    </array>
+    <key>NSHighResolutionCapable</key>
+    <true/>
+  </dict>
 </plist>

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

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