Skip to content

Commit bb79014

Browse files
v5.14.0
1 parent b847d9c commit bb79014

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

VERSION.txt

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

history.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
5.14.0 (Feb 03, 2018)
2+
- Update date and author info
3+
- Update `Project home` link in doc (#1068)
4+
- Remove `building` wiki link in doc (#1067)
5+
- Update README.md `transgui.ini` syntax highlight
6+
- Implement the Display of Relative Dates/Times (to Now)
7+
- Fix location change error (#1057)
8+
- Fix error when changing file location (#1057)
9+
- Fix error on torrent names with colons (#1044)
10+
- Fix customized shortcut key issue with Lazarus 1.8 (#1063)
11+
- Fix main window hide/display behavior when tray icon clicked (#1050)
12+
- Set a bold type for the OK button if the torrent startup is turned off when adding
13+
- Improve Svenska translation
14+
- Improve Hungarian translation
15+
- Improve Traditional Chinese translation (#1059)
16+
- Set OptimizationLevel to 4 in transgui.lpi
17+
- Cleanup Lazarus resourse file (transgui.res)
18+
- Remove UnitOutputDirectory config in transgui.lpi
19+
- Run lazbuild to generate transgui.res before "make"
20+
- Add Inno Setup Unofficial Chinese translation files
21+
- Separate "make clean" & "make all" as a bug workaround
22+
- Upgrade Lazarus to v1.8.0 & Free Pascal to v3.0.4 on macOS
23+
- Move Inno Setup translation out from origin lang directory
24+
- Fix v5.13.0 history.txt, broken in accident
25+
126
5.13.0 (Dec 20, 2017)
227

328
- Add Lazarus v1.8 support (#1040)

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.13';
38+
AppVersion = '5.14';
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="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"/>
23+
<MinorVersionNr Value="14"/>
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.14"/>
2525
</VersionInfo>
2626
<BuildModes Count="1">
2727
<Item1 Name="default" Default="True"/>

0 commit comments

Comments
 (0)