Skip to content

Commit 4f12ad6

Browse files
committed
Release 1.15
1 parent ed02cef commit 4f12ad6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

AutoScreenshot.lpi

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,23 @@
4444
<VersionInfo>
4545
<UseVersionInfo Value="True"/>
4646
<MajorVersionNr Value="1"/>
47-
<MinorVersionNr Value="14"/>
48-
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.14"/>
47+
<MinorVersionNr Value="15"/>
48+
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15"/>
4949
</VersionInfo>
5050
<CustomData Count="13">
5151
<Item0 Name="lazpackager/copyright" Value="2020-2023, Artem Demin &lt;megabyte1024@ya.ru>"/>
5252
<Item1 Name="lazpackager/deb/ppa" Value="ppa:artem78/autoscreenshot"/>
5353
<Item2 Name="lazpackager/deb/series" Value="precise"/>
54-
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.14.0.0-1) precise; urgency=low
54+
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.0.0-1) precise; urgency=low
55+
56+
* Fixed running user command after capture not works
57+
* Added option for minimizing to tray when form closed (issue #44)
58+
* Added confirmation before exit
59+
* Updated Chinese translation
60+
61+
-- ?MAINTAINER? &lt;?MAINTAINER_EMAIL?> Sun, 07 Jan 2024 11:57:39 +0300
62+
63+
?PACKAGE_NAME? (1.14.0.0-1) precise; urgency=low
5564
5665
* Added playing sound effects for start/stop/capture actions (#39)
5766
* Increased contrast between active and inactive tray icon (#34)

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.14"
5+
#define MyAppVersion "1.15"
66
#define MyAppPublisher "Artem Demin"
77
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
88
#define MyAppExeName "AutoScreenshot.exe"

0 commit comments

Comments
 (0)