Raising the mainsail
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
- Add hint about test port function in settings fb2b79d @qu1ck
- Add decoded flags columns to peers table b8f318e @qu1ck
- Tweak peers table rate and have columns 00fbf3a @qu1ck
- Add copy magnet link menu item and shortcut 4b32c15 @qu1ck
- Implement GeoIP lookup 96f6571 @qu1ck
- Fix clippy check workflow 192af6a @qu1ck
- Add magnetizing status and separate icon for completed stopped torrents 7d1fa10 @qu1ck
- Add All/None buttons to add dialog, wanted/unwanted menu in files table 6a55675 @qu1ck
- Fix status string for magnetizing torrents 5cc584c @qu1ck
- Fix expand/collapse on dir filter switching filter 34cd1fc @qu1ck
- Disable less useful columns in default config 3dcca42 @qu1ck
- Bump version to v0.6.0 cd32357 @qu1ck