A CLI tool for downloading from pixiv.net
修訂 | 265b01a0172a3b0153c6bddee78620ede7566657 (tree) |
---|---|
時間 | 2023-11-28 15:21:31 |
作者 | mio <stigma@disr...> |
Commiter | mio |
Reformat and update CHANGELOG
@@ -1,64 +1,47 @@ | ||
1 | 1 | # Changelog |
2 | 2 | |
3 | -This is the Changelog for pixiv_down. It contains the major changes between | |
4 | -releases. | |
3 | +This file contains all the major changes between pixiv_down releases. | |
5 | 4 | |
6 | 5 | ## [Unreleased] |
7 | 6 | |
8 | 7 | ### Behavioural Changes |
9 | 8 | |
10 | -pixiv_down is still in it's early stages of development, and the first version | |
11 | -was published as more of a proof-of-concept rather than a program which people | |
12 | -would want to use. In shifting the focus of development to make pixiv_down | |
13 | -something people *may* want to use, I made some changes to the default behaviour | |
14 | -and some of the options that the commands provided. | |
15 | - | |
16 | -Please read the summary in each section for an understanding as to what, if | |
17 | -anything, has changed. | |
9 | +As pixiv_down is starting to mature as a program, some of the default options and behaviours have been changed from the initial version. | |
10 | +In addition, some of the option names have also been changed to better express their intent. | |
11 | +Please read the summary in each section below to understand what, if anything, has changed. | |
18 | 12 | |
19 | 13 | ### General |
20 | 14 | |
21 | -* All the help messages have been re-written to be more helpful and | |
15 | +* All the help messages have been rewritten to be more helpful and | |
22 | 16 | provide examples. |
23 | -* Images can be resumed if interrupted. | |
24 | -* Progress bars used to display download progress. | |
17 | +* Downloads can be resumed if interrupted. | |
18 | +* Downloads now show their progress via a progress bar. | |
19 | +* You can now reset your `PHPSESSID` token via the CLI (no more manually editing the file!) | |
25 | 20 | |
26 | 21 | ### Artist Command |
27 | 22 | |
28 | -In the first version of pixiv_down, the `artist` command would only download | |
29 | -illustrations, requiring the use of `--type manga` if you wanted to download | |
30 | -their manga as well. The new version of pixiv_down will download *both* | |
31 | -illustrations and manga by default. | |
23 | +Originally, the `artist` command only downloaded illustrations; the `--type manga` option had to be used in a second run of pixiv_down if you wanted to download an artist's manga as well. | |
24 | +The new version of pixiv_down will download *both* illustrations and manga by default. | |
32 | 25 | |
33 | -* Permits multiple artist IDs at once to consecutively download more than one | |
34 | - artist in a single run. | |
35 | -* Download both illustrations and manga by default. | |
26 | +* Allows multiple artist IDs at once to consecutively download more than one artist in a single run. | |
27 | +* Downloads both illustrations and manga by default. | |
36 | 28 | * Specify only one by using the `--type` option. |
37 | 29 | |
38 | 30 | ### Artwork Command |
39 | 31 | |
40 | -* New option: `--group-errors`. This allows you to print any errors after | |
41 | - all the artworks have been downloaded, rather than immediately after | |
42 | - downloading the artwork was attempted. | |
32 | +* New option: `--group-errors`. When downloading multiple artworks, this flag causes all errors to be collected and printed after all artworks have been downloaded. | |
43 | 33 | |
44 | 34 | ### Following Command |
45 | 35 | |
46 | -The main change here is that the `following` command now requires either | |
47 | -`--public` or `--private` to be provided, informing pixiv_down as to which list | |
48 | -you want to download from. Previously, not providing `--private` would download | |
49 | -your publicaly followed accounts. | |
36 | +The main change here is that the `following` command now requires you to specify either `--public` or `--private`, telling pixiv_down which list you want to download from. Previously, not specifying `--private` would download your publicly followed accounts. | |
50 | 37 | |
51 | -* New option: `--public`. Download all your publicaly followed creators. | |
52 | -* Renamed `-o, --offset` option to `-s, --skip`. Again, this makes the command | |
53 | - (and it's options) more explicit and obvious as to what they change. | |
54 | -* Removed `-l, --limit` option. It's highly probably this will return with a | |
55 | - different meaning. | |
38 | +* New option: `--public`. Download all your publicly followed creators. | |
39 | +* Renamed the `-o, --offset` option to `-s, --skip`. | |
40 | +* Removed the `-l, --limit` option. Perhaps it'll return with a different meaning. | |
56 | 41 | |
57 | 42 | ### Bug Fixes |
58 | 43 | |
59 | -* Using incorrect filename when downloading an Ugoira that uses Japanese in | |
60 | - the title. | |
61 | -* Incorrect behaviour when attempting to resume a previous manga download | |
62 | - that wasn't finished. | |
44 | +* Incorrect output filename when downloading an ugoira with Japanese in the title. | |
45 | +* Incorrect behaviour when trying to resume an unfinished manga download. | |
63 | 46 | |
64 | 47 | [Unreleased]: https://codeberg.org/supercell/pixiv_down/compare/v0.1...HEAD |