• 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

修訂57dd1db6a5220b20352a6cd7b6a5506d81cd9f5f (tree)
時間2023-06-24 12:34:49
作者mio <stigma@disr...>
Commitermio

Log Message

Add CHANGELOG.md

Change Summary

差異

--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,55 @@
1+# Changelog
2+
3+This is the Changelog for pixiv_down. It contains the major changes between
4+releases.
5+
6+## [Unreleased]
7+
8+### Behavioural Changes
9+
10+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
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+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`.
26+
27+### General
28+
29+* All the help messages have been re-written to be more helpful and
30+ provide examples.
31+
32+### Artist Command
33+
34+* Download both illustrations and manga by default.
35+ * Specify only one by using the `--type` option.
36+* Allow multiple artist IDs to consecutively download more than one artist
37+ in one hit.
38+
39+### Artwork Command
40+
41+* New option: `--group-errors`. This allows you to print any errors after
42+ all the artworks have been downloaded, rather than immediately after
43+ downloading the artwork was attempted.
44+
45+### Following Command
46+
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.
50+
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+
55+[Unreleased]: https://codeberg.org/supercell/pixiv_down/compare/v0.1...HEAD