Releases: davidmhewitt/torrential
Releases · davidmhewitt/torrential
3.0.0
A big thank you to @danirabbit for putting in all the work to port Torrential to GTK 4! 🎉
And thank you to @mpanhans for sponsoring this release!
What's Changed
- Flatpak: update to latest platform by @danirabbit in #166
- Update App Icons by @danirabbit in #165
- Ellipsize torrent name by @peteruithoven in #147
- MultiInfoBar: use add_button by @danirabbit in #170
- Mainwindow: use GLib.Menu by @danirabbit in #171
- PreferencesWindow: code style, Gtk4 prep by @danirabbit in #169
- MainWindow: ToolButton → Button, headerbar code style by @danirabbit in #168
- Granite.Settings → GLib.Settings by @danirabbit in #167
- Replace Grid with Box by @danirabbit in #174
- Metainfo: modernize by @danirabbit in #175
- PreferencesWindow: Use Granite.HeaderLabel by @danirabbit in #176
- MultiinfoBar: set self revealed by @danirabbit in #173
- Application: use startup by @danirabbit in #177
- TorrentListRow: cleanup, gtk4 prep by @danirabbit in #179
- Dialogs: connect to response, use present by @danirabbit in #178
- MainWindow: make filter into a menu by @danirabbit in #180
- TorrentListBox: use GLib.Menu and Actions by @danirabbit in #181
- MultiInfoBar: subclass box by @danirabbit in #184
- TorrentListBox: subclass box by @danirabbit in #186
- PreferencesWindow: code style and cleanup by @danirabbit in #188
- MainWindow: add_files takes SList by @danirabbit in #183
- Torrentlistbox popovermenu by @danirabbit in #187
- Port to Gtk 4 by @danirabbit in #172
- TorrentListBox: make placeholder internal by @danirabbit in #190
Full Changelog: 2.0.1...3.0.0
2.0.1
- Bump elementary runtime to 6.1
- Add window title for window switcher
- Progress bars now turn green when a download is completed
2.0.0
Moved to Flatpak packaging ready for publishing in elementary OS 6.0 AppCenter.
1.1.0
- Hello Juno support!
- Torrential now lets you pick which files within the torrent you want to download.
1.0.9
- Torrential now watches your downloads folder for new torrent files while it's running
- Torrent files are now moved to the trash after they have been added
- Added a copy magnet link entry to the right click menu
- Minor quality of life improvements and code cleanup
1.0.8
- Added quit option to right click menu in dock
- Multiple torrent can now be selected in the list box
- Underlying libtransmission version updated
- Updated translations
1.0.7
- Remove about dialog
- Fix incompatibility with upcoming version of Granite
- Improved icons on HiDPI
- Updated translations
1.0.6
- Added a toolbar button to add magnet links.
- When double clicking a downloaded torrent with only a single file, the default app for that file is now launched.
- Possible fix for inconsistent sorting bug.
- Minor AppCenter metadata tweaks.
- Updated translations.
1.0.5
- Only show progress bar in dock when necessary
- Alert messages when no torrents in list box
- Added tooltips to buttons that were missing them
- Added translations for some other languages and minor bug fixes
1.0.4
- Show notifications when magnet links are added in background
- Seeding progress bars are now green
- Better status reporting for seeding torrents
- Added a preference to stop seeding at a ratio
- Open torrent in file browser when double clicking in list
- Minor bug fixes