• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

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

Revisãod84d0b9257ea4e5f5bc9ca1348afe4858e5b8dd4 (tree)
Hora2023-07-16 20:07:51
Autormio <stigma@disr...>
Commitermio

Mensagem de Log

Update CHANGELOG.md

- Reorganize some sections.
- Downloads both manga and illustrations by default
- Temporary(?) removal of --limit option for following command.

Mudança Sumário

Diff

--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,21 +8,13 @@ releases.
88 ### Behavioural Changes
99
1010 pixiv_down is still in it's early stages of development, and the first version
11-was published as a proof-of-concept rather than a program which people would
12-really want to use. In shifting the focus of development to make pixiv_down
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
1313 something people *may* want to use, I made some changes to the default behaviour
1414 and some of the options that the commands provided.
1515
16-The first change is that the `artist` command will now download *both* manga and
17-illustrations by default. Previously, running `pixiv_down artist <id>` would
18-download only the illustrations by default, requiring you to run two separate
19-calls to `pixiv_down` if you wanted to download both content types. If you only
20-want to download one content type, use the `--type` option.
21-
22-Another change is with the `following` command. Previously it would download
23-from publicaly followed accounts by default, requiring the use of `--private` if
24-you wanted to download from your privately followed accounts. Now, it requires
25-either `--public` or `--private`.
16+Please read the summary in each section for an understanding as to what, if
17+anything, has changed.
2618
2719 ### General
2820
@@ -31,10 +23,15 @@ either `--public` or `--private`.
3123
3224 ### Artist Command
3325
34-* Download both illustrations and manga by default.
35- * Specify only one by using the `--type` option.
26+In the first version of pixiv_down, the `artist` command would only download
27+illustrations, requiring the use of `--type manga` if you wanted to download
28+their manga as well. The new version of pixiv_down changes this so it will
29+download *both* illustrations and manga by default.
30+
3631 * Allow multiple artist IDs to consecutively download more than one artist
3732 in one hit.
33+* Download both illustrations and manga by default.
34+ * Specify only one by using the `--type` option.
3835
3936 ### Artwork Command
4037
@@ -44,12 +41,15 @@ either `--public` or `--private`.
4441
4542 ### Following Command
4643
47-As mentioned in the beginning, the `following` command now requires either
48-the `--public` or `--private` option to run successfully. This change was made
49-with the goal of making the command more explicit in it's behaviour.
44+The main change here is that the `following` command now requires either
45+`--public` or `--private` to be provided, informing pixiv_down as to which list
46+you want to download from. Previously, not providing `--private` would download
47+your publicaly followed accounts.
5048
5149 * New option: `--public`. Download all your publicaly followed creators.
5250 * Renamed `-o, --offset` option to `-s, --skip`. Again, this makes the command
5351 (and it's options) more explicit and obvious as to what they change.
52+* Removed `-l, --limit` option. It's highly probably this will return with a
53+ different meaning.
5454
5555 [Unreleased]: https://codeberg.org/supercell/pixiv_down/compare/v0.1...HEAD