Skip to content

Commit

Permalink
update changelog, increment dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann ELSASS committed Aug 21, 2022
1 parent f798cab commit b75fc99
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lazpaint.logic
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ bundle release/macOS/LazPaint.app
copy ../resources/icon/lazpaint.icns release/macOS/LazPaint.app/Contents/Resources/lazpaint.icns
text ../web/config.toml " version = ""$(Version)"""
echo ">> DON'T FORGET TO UPDATE WEBSITE"
echo ">> DON'T FORGET TO ADD VERSION IN release/debian/changelog <<"
echo ">> DON'T FORGET TO ADD VERSION IN lazpaint/release/debian/debian/changelog <<"
4 changes: 2 additions & 2 deletions lazpaint/lazpaint.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -412,15 +412,15 @@
<RequiredPackages Count="5">
<Item1>
<PackageName Value="BGRABitmapPack"/>
<MinVersion Major="11" Minor="5" Valid="True"/>
<MinVersion Major="11" Minor="5" Release="2" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="bgracontrols"/>
<MinVersion Major="7" Minor="5" Valid="True"/>
</Item2>
<Item3>
<PackageName Value="lazpaintcontrols"/>
<MinVersion Minor="2" Valid="True"/>
<MinVersion Minor="2" Release="1" Valid="True"/>
</Item3>
<Item4>
<PackageName Value="Printer4Lazarus"/>
Expand Down
10 changes: 10 additions & 0 deletions lazpaint/release/debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
lazpaint (7.2.1) stable; urgency=low

* MacOS: adapt quick save shortcut on MacOS
* translations: competed German, Portuguese, Chinese, Dutch, Spanish
* command line: added "screenshot" command
* text tool: multi click to select word / paragraph
* script: fix in Python scripting (dialog.py)

-- circular <[email protected]> Sat, 21 Aug 2022 12:44:00 +0100

lazpaint (7.2) stable; urgency=low

* MacOS: handle right-click on layerstack
Expand Down
2 changes: 1 addition & 1 deletion lazpaintcontrols/lazpaintcontrols.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Debugging>
</Linking>
</CompilerOptions>
<Version Minor="2"/>
<Version Minor="2" Release="1"/>
<Files Count="13">
<Item1>
<Filename Value="lctoolbars.pas"/>
Expand Down

0 comments on commit b75fc99

Please sign in to comment.