Hoisting the spinnaker
Windows users
This program requires Edge Webview2 component. On Windows 11 and some Windows 10 machines it is already preinstalled. The installers will automatically detect if it is not installed, download and run the official installer. You can also get it manually from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Use TrguiNG_x.x.x_x64-setup.exe
if you don't want to give administrative rights to the installer. You will not be able to install the program into a protected folder like "Program Files" if you run the installer as a normal user. Right click and choose "Run as administrator" if you want to install to "Program Files" or other protected folder.
MSI installer is provided as a backup and an option for automated installs, it requires administrator privileges.
Linux users
There is a prebuilt .deb package for ubuntu derived distributions, it may also work on debian 12.
For compilation instructions see readme in the repository.
MacOS users
Use TrguiNG_aarch64.app.tar.gz
for apple silicon machines
Use TrguiNG_x86_64.app.tar.gz
for intel machines
After extracting the app and moving it to Applications folder run this in terminal to reset attributes:
xattr -cr /Applications/TrguiNG.app
Otherwise you will run into "App is damaged and can’t be opened" error.
Changelog
- Use stopped icon for paused torrents with unknown size de67c08 @qu1ck
- Tweak last active, number columns af9cdaf @qu1ck
- Fix toggling details panel resetting filters 8680c28 @qu1ck
- Get rid of @media(hover) css b650bda @qu1ck
- Tweak eta field e8daf0e @qu1ck
- Fix properties dialog overwritten by query refetching 40a5b0a @qu1ck
- Add function to insert default tracker list 4c66ceb @qu1ck
- Round pecentage value in progress bar down 30bd806 @qu1ck
- Add option to switch servers in add magnet/torrent dialog dd37a87 @qu1ck
- Add .gitattributes 417a148 @qu1ck
- Use leftUntilDone to determine completed status 5010ac7 @qu1ck
- Add option to change layout to vertical ed32aee @qu1ck
- Fix layout not saving correctly 88fa7a7 @qu1ck
- Add context menu items to expand/collapse all in file tree table e85e13b @qu1ck
- Reset file tree table selected when switching torrent acbd5b2 @qu1ck
- Allow adding multiple files at once 600c32d @qu1ck
- Fix labels not working in add torrent dialog on web c2ec2f7 @qu1ck
- Fix invisible torrent context menu button 1f851c7 @qu1ck
- Implement "Add trackers" feature 11a979c @qu1ck
- More informative tracker status 434afe4 @qu1ck
- Bump version to 0.7.0 5026ee0 @qu1ck