Skip to content

Commit da05ca5

Browse files
committed
Release 1.15.1
1 parent 4a8f74a commit da05ca5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

AutoScreenshot.lpi

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,20 @@
4545
<UseVersionInfo Value="True"/>
4646
<MajorVersionNr Value="1"/>
4747
<MinorVersionNr Value="15"/>
48-
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15"/>
48+
<RevisionNr Value="1"/>
49+
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15.1"/>
4950
</VersionInfo>
5051
<CustomData Count="13">
5152
<Item0 Name="lazpackager/copyright" Value="2020-2023, Artem Demin &lt;[email protected]>"/>
5253
<Item1 Name="lazpackager/deb/ppa" Value="ppa:artem78/autoscreenshot"/>
5354
<Item2 Name="lazpackager/deb/series" Value="precise"/>
54-
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.0.0-1) precise; urgency=low
55+
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.1.0-1) precise; urgency=low
56+
57+
* Updated Chinese translation up to v1.15
58+
59+
-- ?MAINTAINER? &lt;?MAINTAINER_EMAIL?> Thu, 11 Jan 2024 11:16:41 +0300
60+
61+
?PACKAGE_NAME? (1.15.0.0-1) precise; urgency=low
5562
5663
* Fixed running user command after capture not works
5764
* Added option for minimizing to tray when form closed (issue #44)

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Auto Screenshot"
5-
#define MyAppVersion "1.15"
5+
#define MyAppVersion "1.15.1"
66
#define MyAppPublisher "Artem Demin"
77
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
88
#define MyAppExeName "AutoScreenshot.exe"

0 commit comments

Comments
 (0)