Browse Source

version 7.2 (testing)

Johann ELSASS 3 years ago
parent
commit
8aee7c4be6

+ 1 - 2
lazpaint/lazpaint.lpi

@@ -25,8 +25,7 @@
     <VersionInfo>
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
-      <MinorVersionNr Value="1"/>
-      <RevisionNr Value="6"/>
+      <MinorVersionNr Value="2"/>
       <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="6"/>
+    <Version Major="7" Minor="2"/>
     <Files Count="94">
       <Item1>
         <Filename Value="lazpaintinstance.pas"/>

+ 1 - 1
lazpaint/lazpainttype.pas

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

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

@@ -1,3 +1,67 @@
+lazpaint (7.2) stable; urgency=low
+
+  * MacOS: handle right-click on layerstack
+  * MacOS: fixed light theme interface
+  * MacOS: avoid key binding conflict with CMD-H
+  * interface: handle cancel language or icon size change
+  * interface: restore main form after embedded editor
+  * interface: rester selection tool after delete
+  * interface: fix shift-arrows in file list
+  * interface: handle right click on switch color button
+  * interface: remember docked toolbox visibility
+  * interface: center on zoom fit
+  * interface: less margin to select outside of color circle
+  * interface: tooltip on arrow start/end
+  * interface: show hotkey in toolbar
+  * interface: update workspace when resizing/rotating
+  * interface: handle keys in embedded editors
+  * interface: prevent ALT key from opening menu
+  * interface: handle ALT-wheel only when applicable
+  * interface: keep fill options visible when changing opacity
+  * layer stack: tooltip for visible and opacity controls
+  * blend mode: removed horizontal scrollbar in blend mode lists
+  * language: tool shortcuts for Cyrillic keyboard
+  * language: translation of color description
+  * language: completed Russian translation
+  * file: prevent saving incorrect filename
+  * file: handle path in file textbook
+  * file: generate new filename with number
+  * file: added quick save action (Ctlr-Q shortcut)
+  * file: overwrite prompt when saving palette
+  * file: experimental support for AVIF format
+  * file: show save prompt when drag'n'drop image to the program
+  * file: save CUR and ICO with command line
+  * SVG: close path when export as SVG
+  * SVG: fixed RTL text export
+  * new file: better handling of ratios
+  * motion blur: fixed sticky mouse click
+  * canvas size: restrict percent to max accepted size
+  * tools: update shape when pressing/releasing SHIFT key
+  * tools: ignore 0 alpha with solid colors
+  * tools: improved hints timing
+  * tools: disambiguation of shortcut keys (Y, K, F and R)
+  * deformation grid tool: handle extreme deformation
+  * déformation grid tool: ESCAPE to exit tool
+  * layer perspective tool: change cursor when hovering points
+  * layer tools: delete current layer with DELETE key
+  * rectangle tool: fixed bug when changing join type
+  * text tool: update when change antialiasing
+  * text tool: provide text style, bidi mode, vertical alignment in toolbar
+  * text tool: allow travel mode with space
+  * text tool: display flipped text
+  * vector tools: avoid error after rasterizing
+  * polygon/closed curve tools: hide center point when ALT key pressed
+  * polyline/opened curve tool: don't reopen shape
+  * poly tools: added RIGHT-click hint
+  * selection tools: deselect when ESCAPE pressed and selection layer empty
+  * selection tools: keep selection mode after undo/redo
+  * rectangle selection tool: include ratio of current image
+  * selection pen: show circular cursor
+  * filter: added negative angle for twirl
+  * script: ignore some Python errors
+
+ -- circular <[email protected]>  Sat, 6 Aug 2022 10:38:00 +0100
+
 lazpaint (7.1.6) stable; urgency=low
 
   * Debian: various icon sizes for Linux application menu

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

+ 1 - 1
web/config.toml

@@ -5,7 +5,7 @@ disableKinds = ["taxonomyTerm"]
 
 [params]
   repo = "https://github.com/bgrabitmap/lazpaint/releases/download/"
-  version = "7.1.6"
+  version = "7.2"
 
 [languages]
   [languages.de]