• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

修訂265b01a0172a3b0153c6bddee78620ede7566657 (tree)
時間2023-11-28 15:21:31
作者mio <stigma@disr...>
Commitermio

Log Message

Reformat and update CHANGELOG

Change Summary

差異

--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,64 +1,47 @@
11 # Changelog
22
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.
54
65 ## [Unreleased]
76
87 ### Behavioural Changes
98
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.
1812
1913 ### General
2014
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
2216 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!)
2520
2621 ### Artist Command
2722
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.
3225
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.
3628 * Specify only one by using the `--type` option.
3729
3830 ### Artwork Command
3931
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.
4333
4434 ### Following Command
4535
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.
5037
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.
5641
5742 ### Bug Fixes
5843
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.
6346
6447 [Unreleased]: https://codeberg.org/supercell/pixiv_down/compare/v0.1...HEAD