Skip to content

Releases: psychowood/ng-torrent-ui

v0.4.0

03 May 15:41
Compare
Choose a tag to compare
  • Added "Preferences" tab to view and edit uTorrent settings
  • Added support for homescreen pinning (browser menu -> add to HomeScreen on mobile) with dedicated icon and fullscreen view
  • Added 'No label' filter
  • Added 'Status: error' filter
  • Fix for uTorrent bad character handling (caused crash of both ng-torrent-un and official WebUI)
  • Prevent text highlighting when selecting on grid

v0.3.4

22 Feb 15:01
Compare
Choose a tag to compare
  • Added 'availability' in grid (in seeds/peers column) and details dialog
  • Added 'added on' in grid and details dialog (uTorrent 3+)
  • Added 'completed on' in details dialog (uTorrent 3+)
  • Added 'save as' (download location) in details dialog (uTorrent 3+)
  • Better grid auto-height handling
  • Fixed minor typos

v0.3.3

21 Jan 00:22
Compare
Choose a tag to compare
  • Added selection for download location when adding a torrent (needs uTorrent 3+)

v0.3.2

19 Jan 00:26
Compare
Choose a tag to compare
  • Better responsive support (almost complete rewrite of the toolbar), support for multiple resolutions and fit longer texts (e.g. Russian translations)
  • Added tooltips for action buttons
  • Changed label presentation: added colored tag icon, works well for less than 16 labels. Label color is assigned based on torrent quantity, to preserve color between different sessions
  • Added self-updating url: point yout browser to /gui/latest.html to always get the latest version without having to update the webui.zip file! (BETA); needs internet access from the browser to work.

v0.3.1

08 Jan 00:50
Compare
Choose a tag to compare
  • Added: Server version in header
  • Fixed: Language not recognized before first set
  • Support for multi-value strings (caused problems with russian language) [thanks lukas-by]
  • Fixed: notification for newer version after update

v0.3.0

07 Jan 02:15
Compare
Choose a tag to compare
  • Added: Inherited translations from uTorrent resource files. Jump to 47 supported languages :) (Various strings missing, I'll need help from the community to complete the translations).

v0.2.9

05 Jan 18:33
Compare
Choose a tag to compare
  • Added: Report issue via mail
  • Added: Online new version check (using GitHub API to check releases)

v0.2.8

04 Jan 02:35
Compare
Choose a tag to compare
  • Added: Report issue in the About tab
  • Fixed: Touch not recognized on mobile devices in torrent details modal
  • Added: Remove label
  • Added: Create new label
  • Fixed: Set label for multiple torrents
  • Added: upload of torrent files (not supported for uTorrent 2.X)
  • Added: close button in torrent details modal
  • First tests with the current uTorrent (v3.4.2 build 37594)

v0.2.7

29 Dec 14:04
Compare
Choose a tag to compare
  • Added: change file priority and files filter in torrent details
  • Added: Global speed tracking
  • Better responsive reflowing

v0.2.6

16 Dec 17:18
Compare
Choose a tag to compare
  • Embedded the classic WebUI, v0.388, the latest version found in the official uTorrent forum. It can be reached at /gui/classic/index.html and is also linked in the 'About' tab), just in case you don't feel comfortable enough to completely leave the old way :) .
  • Added demo build process
  • GZipped files in the uTorrent release (less than half of the previous archive size)
  • Minor graphical glitches fixed