Skip to content

Commit d22e471

Browse files
v5.13.0
1 parent 9233ef8 commit d22e471

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.12.0
1+
5.13.0

history.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
5.13.0 (Dec 20, 2017)
2+
3+
- Add Lazarus v1.8 support (#1040)
4+
- Add `-t` to Docker engine in .travis.yml
5+
- Add a warning that the torrent start is disabled
6+
- Add `zip` package as part unix dependency/requirement
7+
- Add an "x" button to help easily clear the search string (#985)
8+
- Add bigger toolbar buttons and menu support for touchscreen (#990)
9+
- Add connexion name support (#982)
10+
- Rename LICENSE.txt -> LICENSE
11+
- Retab LICENSE (1 Tab -> 8 Spaces)
12+
- Move Travis CI macOS xcode from v9.1 to v9.2
13+
- Fix Upload speed display in tray tooltip (#1036)
14+
- Make the StatusBarSizes Menu Option persistent (save in transgui.ini)
15+
- Update Lazarus version in README, should be v1.6
16+
117
5.12.0 (Nov 25, 2017)
218
- Move repository to organization account
319
- Update README.md

main.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface
3535

3636
const
3737
AppName = 'Transmission Remote GUI';
38-
AppVersion = '5.12';
38+
AppVersion = '5.13';
3939

4040
resourcestring
4141
sAll = 'All torrents';

transgui.lpi

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<VersionInfo>
2121
<UseVersionInfo Value="True"/>
2222
<MajorVersionNr Value="5"/>
23-
<MinorVersionNr Value="12"/>
24-
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.12"/>
23+
<MinorVersionNr Value="13"/>
24+
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.13"/>
2525
</VersionInfo>
2626
<BuildModes Count="1">
2727
<Item1 Name="default" Default="True"/>

0 commit comments

Comments
 (0)