Skip to content

Latest commit

 

History

History
353 lines (272 loc) · 24.7 KB

CHANGELOG.md

File metadata and controls

353 lines (272 loc) · 24.7 KB

Change Log

1.0.2-0.9.7 (2018-10-07)

Implemented enhancements:

  • Upgrade rtorrent-ps-ch to current version #161
  • Add p2p blocklist manually for IPv4 Filter of rtorrent #160
  • Add full magnet link support #159

Diffstat:

 .github_changelog_generator                                |      2 +-
 CHANGELOG.md                                               |     32 +-
 docs/Additions.rest                                        |     32 +-
 docs/Home.rest                                             |     11 +-
 docs/Installation-instructions.rest                        |      6 +-
 docs/Limited-magnet-link-support.rest                      |     38 -
 docs/Magnet-link-support.rest                              |     38 +
 ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc        |      2 +-
 ubuntu-14.04/home/chros73/.rtorrent-config.rc              |     12 +
 ubuntu-14.04/home/chros73/.rtorrent.rc                     |     33 +-
 ubuntu-14.04/home/chros73/bin/addMagnetLink.sh             |     67 -
 ubuntu-14.04/home/chros73/bin/addMagnetLinksAria2.sh       |    107 +
 ubuntu-14.04/home/chros73/bin/addMagnetLinksNative.sh      |    105 +
 ubuntu-14.04/mnt/Torrents/.rtorrent/.session/.gitignore    |      4 -
 ubuntu-14.04/mnt/Torrents/.rtorrent/.session/wael.list.p2p | 469628 +++++++++++++++++++++++++++++++++
 15 files changed, 469980 insertions(+), 137 deletions(-)

1.0.1-0.9.7 (2018-10-03)

Implemented enhancements:

  • Upgrade rtorrent-ps-ch to current version #158
  • Add 'numeric ratio' column to the manually toggleable columns #157
  • Simplify toggling color schemes in rtorrent config #156
  • Auto toggle visibility of 'ETA/last_xfer' and 'numeric Progress' columns on 'active' and 'started' views #155

Diffstat:

 .github_changelog_generator                         |  2 +-
 CHANGELOG.md                                        | 16 +++++++++
 docs/Additions.rest                                 |  8 ++---
 docs/Home.rest                                      |  4 +--
 ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc | 81 ++++++++++++++++++++++++++++++--------------
 5 files changed, 79 insertions(+), 32 deletions(-)

1.0.0-0.9.7 (2018-09-22)

Implemented enhancements:

  • Upgrade rtorrent-ps-ch to current version #154
  • Replace ES File Explorer with X-plore File Manager on Android #153
  • Upgrade pyrocore to current version #152
  • Modify canvas config for canvas v2 #151
  • Backport code snippets from pyrocore and pmp #150

Merged pull requests:

  • Force get_public_ip_address to use ipv4 #147 (Chaz6)

Diffstat:

 .github_changelog_generator                                       |   2 +-
 CHANGELOG.md                                                      |  40 +++++
 README.rst                                                        |   2 +-
 docs/Additions.rest                                               | 117 +++++++------
 docs/Android-5.0.md                                               |  12 +-
 docs/Auto-Scraping.md                                             |  10 +-
 docs/Home.rest                                                    |  16 +-
 docs/Installation-instructions.rest                               |   2 +-
 docs/Windows-8.1.md                                               |   4 +-
 ubuntu-14.04/home/chros73/.profile                                |   5 +
 ubuntu-14.04/home/chros73/.pyroscope/color_scheme16.rc            |  23 ---
 .../home/chros73/.pyroscope/color_scheme256-happy_pastel.rc       |  53 +++---
 .../home/chros73/.pyroscope/color_scheme256-solarized_blue.rc     |  51 +++---
 .../home/chros73/.pyroscope/color_scheme256-solarized_yellow-2.rc |  23 ---
 .../home/chros73/.pyroscope/color_scheme256-solarized_yellow.rc   |  51 +++---
 ubuntu-14.04/home/chros73/.pyroscope/color_scheme256.rc           |  23 ---
 ubuntu-14.04/home/chros73/.pyroscope/color_scheme8.rc             |  23 ---
 ubuntu-14.04/home/chros73/.pyroscope/config.ini                   |  77 ++++++++-
 ubuntu-14.04/home/chros73/.pyroscope/config.py                    | 120 ++++++++++++-
 ubuntu-14.04/home/chros73/.pyroscope/rt_aliases.sh                |  18 ++
 ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc               | 262 +++++++++++++++++------------
 ubuntu-14.04/home/chros73/.rtorrent.rc                            |  13 +-
 ubuntu-14.04/home/chros73/bin/getElapsedTime.sh                   |  48 ------
 23 files changed, 596 insertions(+), 399 deletions(-)

0.9.9-0.9.7 (2018-05-06)

Implemented enhancements:

  • Upgrade rtorrent-ps-ch to current version #146
  • Upgrade pyrocore to current version #145
  • Add ability of any additional logging #144
  • Disable ^q keyboard shortcut #143
  • Log various data of download items during different events and startup time in rtorrent #142
  • Display quick help resources in rtorrent #141
  • Add tagging commands into rtorrent config file #140
  • Add timestamp last_xfer custom field into rtorrent config files #139
  • Add/modify couple of commands into/in rtorrent config files #138
  • Replace 'd.save_full_session' command with 'd.save_resume' in rtorrent config files #137
  • Add keyboard shortcut to toggle (show/hide) columns on customizable canvas #136
  • Add/modify columns on customizable canvas #135
  • Display tracker domain aliases #134
  • Use variables for all the choke groups values #133
  • Upgrade KiTTY to current stable version on Windows #131
  • Add an email report about all orphaned meta files #130
  • Update Favoring Group Of Torrents WIKI page #112

Fixed bugs:

  • Use d.selected_size_bytes in datasize view #132

0.9.8-0.9.7 (2017-08-20)

Implemented enhancements:

  • Fix sudo not respecting $HOME on newer systems #129
  • Add comment about full encryption #128
  • Disable CURL's built-in DNS cache if external one is available #127
  • Add ability to set an interface to bind to #126
  • Set public IP address reported to the tracker without dynamic DNS service #125
  • Rename repo and modify absolute path of rtorrent-ps-ch in init script #124
  • Set default view to started on startup #123
  • Upgrade pyrocore to current version #122
  • Improve performance of rtgetTotalRotatingSize bash function #121
  • Upgrade KiTTY to current stable version on Windows #120
  • Support multiple tmux versions in tmux.conf #119
  • Don't restart download upon moving unless it's necessary #118
  • Fix tied torrent file for magnet links #117
  • Comment out low_diskspace scheduled task in rtorrent config #114
  • Add inotify support in rtorrent config #113

Fixed bugs:

  • Fix reporting stopped rtorrent instance even when it has been restarted successfully in external script #115

Merged pull requests:

  • Add a modified scheme256-solarized_yellow color theme #116 (colinhd8)

0.9.7-0.9.7 (2017-05-16)

Implemented enhancements:

  • Enable peer exchange, UDP tracker, DHT support #111
  • Remove unneeded external getLimits.sh script #110
  • Add an email report about public torrents #109
  • Support public torrents #108
  • Rename ui.status.throttle.up.name config entry to ui.status.throttle.up #107
  • Use d.selected_size_bytes instead of d.size in reports #106
  • Use default view of rtorrent to query data by default #105
  • Small color config changes #103
  • Add support for using magnet downloads in load watch directory #102

0.9.6-0.9.6 (2017-01-22)

Implemented enhancements:

  • Modify queue script to handle bogus torrents #101

Fixed bugs:

  • Fix error handling of external commands in shell scripts #100

0.9.5-0.9.6 (2017-01-21)

Fixed bugs:

  • Fix value returned by rtgetTotalRotatingSize() if both directories are empty #99

0.9.4-0.9.6 (2016-10-12)

Implemented enhancements:

  • Modify rtorrent config files #98
  • Modify queue script to handle broken (already deleted) symlinks in .delqueue dir #97
  • Modify queue script to handle oversized torrents #96
  • Add an email report about low rotating space #95

0.9.3-0.9.6 (2016-08-24)

Implemented enhancements:

  • Create a new watch directory for only loading but not starting downloads #94
  • Modify what priority is assigned to downloads #93
  • Extend stop downloading of a torrent but still uploading it on Hints wiki page #92
  • Add fast resume section onto Hints wiki page #91
  • Add system.file.allocate.set=1 into rtorrent config #90
  • Change ui.status.throttle_up_name entry in rtorrent config #89

0.9.2-0.9.6 (2016-07-30)

Implemented enhancements:

  • Add sshd config to the setup #88
  • Docs: Add Installation instructions WIKI page #87
  • Docs: Add Email Reports WIKI page #86
  • Docs: Add Auto-Scraping WIKI page #85
  • Docs: Add Queue Manager WIKI page #84
  • Docs: Add Hints and Magnet link WIKI pages #83
  • Docs: Move all the docs files to WIKI and also include them in a docs dir #82
  • Docs: Add separate FavoringGroupOfTorrents file #81
  • Docs: Add Performance Tuning section into main readme file #80
  • Docs: Add separate Additions file #79

0.9.1-0.9.6 (2016-07-23)

Implemented enhancements:

  • Modify 2 default rtorrent config values and enable sorting on Started view by default #75
  • Add limited magnet link support #74

Fixed bugs:

  • Fix small reporting bugs #78

0.9-0.9.6 (2016-07-18)

Implemented enhancements:

  • Add meaningful information into main readme file #73
  • Add separate change log file #72
  • Add on-the-road config instructions for using free apps on Android #71
  • Modify config instruction in Windows section #70
  • Replace PuTTY with KiTTY in Windows config section #69
  • Add sample download script to demonstrate usage of inclusion of queue script #68
  • Add queue management script with rotating capability and category support #66
  • Refactor getLimit script #65
  • Modify cron related scripts and variables #64
  • Add more useful email reports #63
  • Add an email report about all orphaned data #62
  • Add a backup script for session directory of rtorrent #61
  • Add general script with helper functions #60
  • Add external save session command into init script #59

Fixed bugs:

  • Fix getUptime script in certain conditions #67

0.8.5-0.9.6 (2016-07-10)

Implemented enhancements:

  • Modify type of method of d.tm_downloaded in rtorrent-ps config #58
  • Modify getUptime.sh script to be more efficient #57

0.8.4-0.9.6 (2016-07-10)

Implemented enhancements:

  • Add uptime method in rtorrent-ps config #56

0.8.3-0.9.6 (2016-07-09)

Implemented enhancements:

  • Add commented out sorting for started view in rtorrent-ps config #55

0.8.2-0.9.6 (2016-07-09)

Implemented enhancements:

  • Modify sorting on started view in rtorrent-ps config #54

0.8.1-0.9.6 (2016-07-08)

Implemented enhancements:

  • Refactor how sorting, filtering used in rtorrent-ps config #53

Fixed bugs:

  • Fix newly added deletable torrents don't show up in deletable view #52

0.8.0-0.9.6 (2016-07-07)

Implemented enhancements:

  • Finalize rtorrent config files #51
  • Add new custom view for deletable data #50
  • Bind key to toggle through selectable themes in rtorrent config #49
  • Bind key to toggle unsafe_data attribute #48
  • Bind key to send scrape request manually #47
  • Refactor rtorrent-ps config file and add new views into it #46
  • Rename the pyro import method and modify type of cfg.slowup.d.* methods in rtorrent configs #45
  • Modify type of methods in main and config rtorrent files #44
  • Modify comments and refactor 1 method #42
  • Add networking tweaks to the setup #40
  • Add initial config files for ssmtp.conf and sysctl.conf #39
  • Add more config directives into rtorrent config file #38
  • Add postfix config entry #37
  • Refactor watch dir logic and separate config directives #36
  • Apply the new scripting style at some places in main config #35
  • Remove version number from PS config filename #34

Fixed bugs:

  • Add modified pyrocore config file #43
  • Fix issue with human readable time method #41

0.7.1-0.9.6 (2016-06-29)

Implemented enhancements:

  • Add more checks before moving and deleting data #33

Fixed bugs:

  • Fix bug in checking data full path #32

0.7-0.9.6 (2016-06-28)

Implemented enhancements:

  • Add an extra check before moving data and meta files #31

Fixed bugs:

  • Fix bug with modifying slots #30

0.6-0.9.6 (2016-06-26)

Implemented enhancements:

  • Add an extra check before deleting data #29
  • Add support for possibly missing d.base_path attribute #28
  • Modify moving torrent logic #27
  • Remove unused nginx config files #26

0.5-0.9.6 (2016-06-24)

Implemented enhancements:

  • Modify how delete-queue is handled #25

0.4-0.9.6 (2016-06-24)

Implemented enhancements:

  • Modify sorting Started view #24
  • Check for pyro command existence #23
  • Add more color configs #22
  • Add additional color configs #21
  • Comment out unused pyroscope features #20
  • Lower dns timeout and refactor network related commands #19
  • Add support for rtorrent-ps-ch #18
  • Modify views #17
  • Add support for delete-queue #16
  • Rename category directories to be able to have unique first letter #15
  • Rename main directories of metafiles #14
  • Dynamically adjusts the global download rate and refactor existing code #13
  • Refactor delete data functionality #12
  • Add disable peer exchange to config #10
  • Make a comment on current implementation of d.move_data method #9
  • Polish code and modify update interval of scraping for non-transfarring torrents #8
  • Replace multiple time formatting methods with a generalized one #7
  • Support non-official SSL trackers #6
  • Regularly send scrape request to trackers #5
  • Fix type of some methods in rtorrent config files that can cause problems in later versions #4
  • Handle leftover pid file upon crash in init script #3
  • Rename a function to status in init script #2

Fixed bugs:

  • Fix small bugs #11

* This Change Log was automatically generated by github_changelog_generator