Skip to content

Commit

Permalink
v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Oct 11, 2019
1 parent a0529f2 commit e8e4e29
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.17.0
5.18.0
26 changes: 26 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
5.18.0 (Oct 11, 2019)
- Enable smart linking (#1252)
- Add basic snap package files (#1109)
- Add WhiteSource Bolt config (#1243)
- Add Windows AMD64/64bit release
- Add Windows dependency install script
- Add Windows build zip tarball release script
- Add shfmt test on Travis CI for shell scripts
- Add missing `libssl-dev` in Debian/Ubuntu dependency
- Add eclint format checking for certain files on Travis CI
- Improve .travis.yml styling
- Set macOS builds to use cocoa for 64bit release (#1224)
- Update .editorconfig
- Update Lazarus on macOS to v2.0.4
- Update Lazarus on Windows to v2.x (with FPC v3.0.4)
- Update OpenSSL for Windows from 1.0.2s to 1.0.2t
- Update Traditional Chinese translation
- Update Docker image for arm builds on Travis CI
- Update Travis CI Linux env to Ubuntu Bionic (18.04)
- Update Travis CI mac env to macOS 10.14 w/ Xcode v11.1
- Update node.js version on Travis CI env from v4 to v10
- Update Debian/Ubuntu dependency for `realpath` command
- Refactor build script of macOS and Windows
- Refactor dependency install script of Debian/Ubuntu Linux and macOS
- Refactor, clean up and simplify .travis.yml

5.17.0 (Jun 26, 2019)
- Switch to GeoIP Legacy Databases (DAT) (#1195)
- Set default option active page to General tab
Expand Down
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface

const
AppName = 'Transmission Remote GUI';
AppVersion = '5.17.0';
AppVersion = '5.18.0';

resourcestring
sAll = 'All torrents';
Expand Down
4 changes: 2 additions & 2 deletions transgui.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="5"/>
<MinorVersionNr Value="17"/>
<MinorVersionNr Value="18"/>
<RevisionNr Value="0"/>
<StringTable CompanyName="Transmission Remote GUI working group" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2019 by Yury Sidorov &amp; Transmission Remote GUI working group" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.17.0"/>
<StringTable CompanyName="Transmission Remote GUI working group" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2019 by Yury Sidorov &amp; Transmission Remote GUI working group" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.18.0"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
Expand Down

0 comments on commit e8e4e29

Please sign in to comment.