Skip to content

Commit

Permalink
Release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artem78 committed Jan 11, 2024
1 parent 4a8f74a commit da05ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions AutoScreenshot.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,20 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="15"/>
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15"/>
<RevisionNr Value="1"/>
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.15.1"/>
</VersionInfo>
<CustomData Count="13">
<Item0 Name="lazpackager/copyright" Value="2020-2023, Artem Demin &lt;megabyte1024@ya.ru>"/>
<Item1 Name="lazpackager/deb/ppa" Value="ppa:artem78/autoscreenshot"/>
<Item2 Name="lazpackager/deb/series" Value="precise"/>
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.0.0-1) precise; urgency=low
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (1.15.1.0-1) precise; urgency=low
* Updated Chinese translation up to v1.15
-- ?MAINTAINER? &lt;?MAINTAINER_EMAIL?> Thu, 11 Jan 2024 11:16:41 +0300
?PACKAGE_NAME? (1.15.0.0-1) precise; urgency=low
* Fixed running user command after capture not works
* Added option for minimizing to tray when form closed (issue #44)
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Auto Screenshot"
#define MyAppVersion "1.15"
#define MyAppVersion "1.15.1"
#define MyAppPublisher "Artem Demin"
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
#define MyAppExeName "AutoScreenshot.exe"
Expand Down

0 comments on commit da05ca5

Please sign in to comment.