Skip to content

Commit a24df0f

Browse files
v5.15.0
1 parent 6e5cb4c commit a24df0f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.14.0
1+
5.15.0

history.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
5.15.0 (Mar 21, 2018)
2+
- Fix incorrect search if there is a ":"
3+
- Fix language display in drop-down list (#1082)
4+
- Update RU(Русский) translation (#1080)
5+
- Add Local Folder Watch feature (#1070)
6+
- Add adding Magnet Link by Hash feature (#1090)
7+
- Add Filter by Waiting Category feature (#1089)
8+
19
5.14.0 (Feb 03, 2018)
210
- Update date and author info
311
- Update `Project home` link in doc (#1068)

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.14';
38+
AppVersion = '5.15';
3939

4040
resourcestring
4141
sAll = 'All torrents';

transgui.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<VersionInfo>
2121
<UseVersionInfo Value="True"/>
2222
<MajorVersionNr Value="5"/>
23-
<MinorVersionNr Value="14"/>
23+
<MinorVersionNr Value="15"/>
2424
<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.14"/>
2525
</VersionInfo>
2626
<BuildModes Count="1">

0 commit comments

Comments
 (0)