Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert demo image, remove alt links | Andinus | 2020-11-26 | 1 | -6/+3 |
| | | | | | | New demo image link wasn't working, I guess it'll take some time to generate the png. I'll link to the old demo. And the alt-links were clutter so I replaced them with a single link to the directory. | ||||
* | Add demo for v0.3.2 v0.3.2 | Andinus | 2020-11-26 | 1 | -1/+3 |
| | |||||
* | Bump version to v0.3.2, update News section | Andinus | 2020-11-26 | 1 | -0/+6 |
| | |||||
* | Fix formatting in News section | Andinus | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | Add update News in README v0.3.1 | Andinus | 2020-11-25 | 1 | -0/+5 |
| | |||||
* | Bump version to v0.3.0, add update News to README v0.3.0 | Andinus | 2020-11-24 | 1 | -0/+12 |
| | |||||
* | Remove wrong information, add new release information | Andinus | 2020-11-24 | 1 | -6/+5 |
| | | | | This bug wasn't present in v0.2.1 so I've removed it. | ||||
* | Add News for v0.2.1 update | Andinus | 2020-11-24 | 1 | -0/+10 |
| | |||||
* | Update instructions in README, add comments in draco.pl, fix bug v0.2.1 | Andinus | 2020-11-24 | 1 | -7/+26 |
| | | | | | | | | | | | | | | | | | $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. | ||||
* | Update install instructions in README v0.2.0 | Andinus | 2020-11-23 | 1 | -17/+10 |
| | |||||
* | Release v0.2.0, load comments hidden under "load more comments" | Andinus | 2020-11-23 | 1 | -21/+39 |
| | | | | | | | | | 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 install instruction for dnf & apt based systems | Andinus | 2020-11-20 | 1 | -0/+7 |
| | |||||
* | Add alt-links to cast file in README | Andinus | 2020-11-19 | 1 | -0/+2 |
| | |||||
* | Add links to Demo in README | Andinus | 2020-11-19 | 1 | -2/+8 |
| | |||||
* | Update dependency in README | Andinus | 2020-11-19 | 1 | -4/+4 |
| | |||||
* | Add notes to README & manual regarding new changes | Andinus | 2020-11-19 | 1 | -2/+21 |
| | |||||
* | Initialize draco | Andinus | 2020-11-19 | 1 | -0/+26 |