Johann ELSASS 4 лет назад
Родитель
Сommit
489cf38d5e

+ 1 - 1
lazpaint/lazpaint.lpi

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

+ 1 - 1
lazpaint/lazpainttype.pas

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

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

@@ -1,3 +1,16 @@
+lazpaint (7.1.5) stable; urgency=low
+
+  * image browser: can move to trash on MacOS
+  * image browser: F5 to update file list
+  * image browser: fix tab stops
+  * macOS: scaling of icons, comboboxes and buttons
+  * comboboxes: fix scaling and non responsive drop down
+  * checkers: scaled according to DPI
+  * file new: add icon to discard ratio
+  * top toolbar: stretch switch color button to DPI
+
+ -- circular <[email protected]>  Sun, 18 Oct 2020 21:51:00 +0100
+  
 lazpaint (7.1.4) stable; urgency=low
 
   * add --help command line

+ 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.4
+Version: 7.1.5
 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.4</string>
+    <string>7.1.5</string>
     <key>CFBundleVersion</key>
-    <string>7.1.4</string>
+    <string>7.1.5</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.4
+appversion=7.1.5
 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.4"
+#define MyAppVersion "7.1.5"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"