Commit Graph

9 Commits (master)

Author SHA1 Message Date
AnthonyF 439be8417c Backport fix from 1.0.0-dev-r1, correct build command 2021-12-09 21:59:14 -05:00
AnthonyF 1b424c90ce Python version fix for workflow 2021-12-09 21:43:13 -05:00
AnthonyF 67cd64f3ce Version fix, github actions update 2021-12-09 21:41:11 -05:00
Anthony Forsberg 87d0c25467 Update issue templates
Adding Issue Templates via the Github site bacause I'm lazy and don't want to look up the filenames/locations.
2021-01-14 17:09:53 -05:00
AnthonyF 6c8d802248 Auto install dependency wheel 2021-01-10 16:17:08 -05:00
AnthonyF e4ed3096ff Workflow change 2021-01-10 16:15:08 -05:00
AnthonyF 4a33f4a405 Small correction in build commands 2021-01-10 15:29:40 -05:00
AnthonyF f0b23a38be Add workflow for automated PyPI builds
Currently points to TestPyPI until keys can be made.
2021-01-10 15:23:30 -05:00
Anthony Forsberg abf0dd261b Merge 0.0.7 (#94)
* Preliminary 0.0.7 changes

Moved to a new album/track data parser using demjson.

Slimit and Ply are no longer required.

Some basic spelling corrections and consistency changes.

Function Annotation, return types, and docstrings added.

* Initial commit for the Issue Template

* Fleshed out the issue template

* Switched to rst (oops), reformatted accordingly

* Update ISSUE_TEMPLATE.rst

* Moved CONTRIBUTING to the hidden .github directory

* No longer trips up on unavailable tracks in an album

* Much more robust file integrity checking, session file support.

Multi-step process in making sure files are downloaded and encoded
properly.

Bandcamp-dl will now attempt to search for a not.finished file and if it
is found load that sessions arguments and resume operation form where it
left off.

* Improve download status/progress messages

Made the download progress and status messages neater, no more multiple
progress bars and lines of status messages.

* Final 0.0.7 changes

Setup imports for distribution again.

Reformatted docstrings.

Clarified choices in partial download dialog.

Updated changelog.

Updated manifest.

Updated readme.
2017-01-12 19:25:43 -05:00