Skip to content

Commit 34950b9

Browse files
committed
Release 1.16
1 parent 0b80d34 commit 34950b9

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

AutoScreenshot.lpi

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,22 @@
5353
<VersionInfo>
5454
<UseVersionInfo Value="True"/>
5555
<MajorVersionNr Value="1"/>
56-
<MinorVersionNr Value="15"/>
57-
<RevisionNr Value="1"/>
58-
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15.1"/>
56+
<MinorVersionNr Value="16"/>
57+
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.16"/>
5958
</VersionInfo>
6059
<CustomData Count="13">
6160
<Item0 Name="lazpackager/copyright" Value="2020-2024, Artem Demin &lt;megabyte1024@ya.ru>"/>
6261
<Item1 Name="lazpackager/deb/ppa" Value="ppa:artem78/autoscreenshot"/>
6362
<Item2 Name="lazpackager/deb/series" Value="precise"/>
64-
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.1.0-1) precise; urgency=low
63+
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.16.0.0-1) precise; urgency=low
64+
65+
* Added icons for languages in menu
66+
* Fixed many &apos;whoami&apos; child processes created in Linux
67+
* Remade old screenshot autocleaning feature to protect other files against accidental deletion
68+
69+
-- ?MAINTAINER? &lt;?MAINTAINER_EMAIL?> Thu, 09 May 2024 20:03:25 +0300
70+
71+
?PACKAGE_NAME? (1.15.1.0-1) precise; urgency=low
6572
6673
* Updated Chinese translation up to v1.15
6774
@@ -249,6 +256,9 @@ override_dh_auto_install:
249256
</Linking>
250257
<Other>
251258
<CustomOptions Value="-B"/>
259+
<OtherDefines Count="1">
260+
<Define0 Value="SIMULATE_OLD_FILES_DELETION"/>
261+
</OtherDefines>
252262
</Other>
253263
</CompilerOptions>
254264
</Item3>

0 commit comments

Comments
 (0)