Skip to content

Releases: mayswind/AriaNg

AriaNg 1.1.1

25 May 12:02
Compare
Choose a tag to compare

AriaNg 1.1.1 Change Log

  1. Add copying download link and magnet link when multi tasks are selected (#399)
  2. Add verifying percent when task is verifying
  3. Fix task status in task detail page would not be updated when task status is being changed from verifying to download

AriaNg 1.1.0

25 Apr 15:54
Compare
Choose a tag to compare

AriaNg 1.1.0 Change Log

  1. Add reconnecting for websocket (mayswind/AriaNg-Native#43)
  2. Add selecting all completed tasks
  3. Add new task status (verifying and pending verification) (#384)
  4. Other bug fix (#383) and user interface optimization (#381)

AriaNg 1.0.3

09 Apr 10:39
Compare
Choose a tag to compare

AriaNg 1.0.3 Change Log

  1. Add selecting all failed task in context menu (#377)
  2. Add sorting files by selected status
  3. Fix bug that filtered tasks should not be selected when selecting all tasks (#377)
  4. Other bug fix and user interface optimization

AriaNg 1.0.2

06 Apr 14:33
Compare
Choose a tag to compare

AriaNg 1.0.2 Change Log

  1. Add copying magnet link in task list page (#371)
  2. Fix files could not be opened sometimes
  3. Fix build failure when have no .git directory (#367)
  4. Other bug fix and user interface optimization

AriaNg 1.0.1

23 Feb 15:43
Compare
Choose a tag to compare

AriaNg 1.0.1 Change Log

  1. Add placeholder of current rpc alias in page title (#356)
  2. Other bug fix and user interface optimization

AriaNg 1.0.0

21 Nov 13:11
Compare
Choose a tag to compare

AriaNg 1.0.0 Change Log

  1. Add support for filtering file extension in the open file dialog (#312)
  2. Other bug fix and user interface optimization

AriaNg 0.6.0

18 Nov 05:08
Compare
Choose a tag to compare

AriaNg 0.6.0 Change Log

  1. Add all-in-one version
  2. Add retrying multi tasks (#136)
  3. Add choosing file by file extension
  4. Add supporting staying on current page after retrying task (#296)
  5. Add referer parameter to new task page (#299)
  6. Modify sort method of rpc name to natural sort (mayswind/AriaNg-Native#24)
  7. Fix header parameter submission error (#279)
  8. Other bug fix and user interface optimization

AriaNg 0.5.0

25 Aug 13:31
Compare
Choose a tag to compare

AriaNg 0.5.0 Change Log

  1. Add tree view for multi-directory task (#66)
  2. Add supporting setting the display order of rpc list (mayswind/AriaNg-Native#21)
  3. Add importing / exporting AriaNg settings (mayswind/AriaNg-Native#22)
  4. Add setting history for dir option (#159)
  5. Add command api supporting pause parameter (#230)
  6. Optimize Traditional Chinese translation (thx @zhtw2013)
  7. Fix aria2 status label alignment bug in firefox (#206)
  8. Fix bug that cannot open bittorrent/metalink file sometimes (#216, thx @jjling2011)
  9. Fix navigation bar animation bug (#237)
  10. Fix bug that the first access tip sometimes pops up multiple times (#247)
  11. Other bug fix and user interface optimization

AriaNg 0.4.0

23 Feb 14:22
Compare
Choose a tag to compare

AriaNg 0.4.0 Change Log

  1. Add context menu in task list and task detail page, supporting copy download url (#176) and other task information
  2. Add supporting deleteing original task after restarting task (#130)
  3. Add supporting setting task options via command api (#149)
  4. Add supporting new settings of aria2 v1.33.0
  5. Add favicon (#146)
  6. Fix http header option cannot be set to multi lines (#191)
  7. Other bug fix and user interface optimization (#120, #143, #188)

AriaNg 0.3.0

14 Oct 12:51
Compare
Choose a tag to compare

AriaNg 0.3.0 Change Log

  1. Add reseting settings button in AriaNg setting page (#57)
  2. Add showing comment of bittorrent file in task detail page
  3. Add showing download url in task detail page
  4. Add filtering valid urls from all the text in the textbox in new task page (#93)
  5. Add parsing parameters from query string for command api (#106)
  6. Disable Http/WebSocket without ssl when accessing AriaNg via https (#96)
  7. Fix cannot create ssh task (#87)
  8. Fix chart not display sometimes in task detail page
  9. Other bug fix and user interface optimization