summary refs log tree commit diff stats
path: root/draco.1
Commit message (Collapse)AuthorAgeFilesLines
* Move the examples section above in manualAndinus2020-11-261-8/+8
|
* Bump version to v0.3.0, add update News to README v0.3.0Andinus2020-11-241-1/+1
|
* Document new features in manualAndinus2020-11-241-5/+16
|
* Bump version to v0.2.2 v0.2.2Andinus2020-11-241-5/+2
|
* Update instructions in README, add comments in draco.pl, fix bug v0.2.1Andinus2020-11-241-1/+1
| | | | | | | | | | | | | | | | | $comment in print_comment_chain() was changed to $comment_data to prevent confusion in future. We have to check if url has "/" at the end because if it does have it then previously we were appending "$comment_data->{id}.json" to it which makes the url look like: http://<reddit>/<post_id>//<comment_id>.json And reddit doesn't like that, reddit wants it to be: http://<reddit>/<post_id>/<comment_id>.json Notice the double '/' in previous link.
* Release v0.2.0, load comments hidden under "load more comments"Andinus2020-11-231-0/+11
| | | | | | | | | This version makes the script lot more complex. This version will load all those comments hidden behind "load more comments". But not those hidden behind "continue this thread". Starting this release we have a News section.
* Add "[S]" after submitter's commentsAndinus2020-11-201-5/+5
|
* Add debug option, bump version to v0.1.3 v0.1.3Andinus2020-11-201-1/+8
|
* Document version flag in manual v0.1.1Andinus2020-11-191-0/+1
|
* Switch to Unicode::LineBreak from Text::WrapperAndinus2020-11-191-2/+3
| | | | Unicode::LineBreak seems better.
* Add notes to README & manual regarding new changesAndinus2020-11-191-0/+12
|
* Initial commitAndinus2020-11-191-0/+19