Skip to content

Releases: RudyB/Deluge-Remote

Deluge Remote v1.5.8

07 May 18:07
1.5.8
c20bbad
Compare
Choose a tag to compare
  • Add feature that allows the user to swipe between pages on the detailed torrent view

Deluge Remote v1.5.7

06 May 09:22
1.5.7
10f42ca
Compare
Choose a tag to compare
  • Add ability to force recheck torrents

Deluge Remote v1.5.6

06 May 04:26
1.5.6
835f9fb
Compare
Choose a tag to compare
  • Add support for adding torrents by URL [#43]
  • Add clarify to new client view [#45]
  • Fix client view crash
  • Fix tracker parsing bug

Deluge Remote v1.5.4

03 Jan 00:46
1.5.4
95eae69
Compare
Choose a tag to compare
  • Make addition tracker properties optional
  • Fix typo in acknowledgements

Deluge Remote 1.5.3

27 Dec 05:08
1.5.3
f9bb654
Compare
Choose a tag to compare

Refactor Networking, Authentication, Fix Torrent Info Table View Model

  • All DelugeClient networks calls were refactored to use PromiseKit
  • All network calls now check the Deluge API for errors
  • Added connection and authentication functions to ensure that credentials are always refreshed
  • Fixed a crash that can occur from TorrentInfoTableViewModel changing the amount of rows without notifying the tableview

Deluge Remote 1.5.2

26 Dec 07:46
1.5.2
95c77d7
Compare
Choose a tag to compare
  • Refactor ClientConfig to safely build a URL (Hopefully fixes Pistachio's problem)
    • Unfortunately this means that previously configured hosts will have to be re-configured
  • Upgrade Alamofire to 5.4.1 which had breaking changes
  • Implement an API Router to cleanup request creation
  • Implement a request retrier and increase timeout interval
    • So far early testing shows this has helped out with empty responses and time-outs

Deluge Remote 1.5.1

25 Dec 07:39
1.5.1
77f8ca7
Compare
Choose a tag to compare
  • Remove pesky modal alerts and use non-modal banners instead
  • Fix some data point parsing
  • Fix typo

Deluge Remote 1.5

25 Dec 06:57
1.5
9abbf31
Compare
Choose a tag to compare
  • Re-design the settings page
  • Add push / pop view controller previewing
  • Re-design torrent sorting view
  • Add Crashlytics

Deluge Remote 1.4.1

23 Dec 05:37
1.4.1
baf1d80
Compare
Choose a tag to compare

Major Update

  • Re-design torrent detail view
  • Add the ability to see torrent file structure
  • Refactor the data polling pattern
  • Implement delegate & 'coordinator' pattern
  • Improve & Fix SplitView behavior
  • Switch dependency manager from Cocoapods to Swift PM
  • Improve maintainability

Deluge Remote 1.3.3.1

28 Jun 05:24
1.3.3.1
073b1e3
Compare
Choose a tag to compare

Hot Fix that changes payload_upload_rate to Double