You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This update includes a full UI/UX overhaul. Hopefully this allows for a better user experience.
Read more about the changes to the UI/UX #28.
Some noteworthy changes include
Banner
Read more
Exceptions
All exceptions are now captured and replaced by more helpful colored messages. If you find an exception do create a new issue.
Sources
New sources added include
Command Line Interface
Default sub-command
novel
novel has been set as the default sub-command.
Which means that this command
can be shortened to this
and it would work as if novel has been passed to it
-v
--verbose
This flag was removed in favor of making verbose mode the default.
--plain
The flag was added as an opposite to
--verbose
mode. This makes the output of the program more concise so that it may be piped to other programs.--no-input
This newly added flag tells the program to not expect any inputs or interaction.
--yes
This flag was added to the sub-command list.
When used, the program skips the confirmation in
--reset
and--delete
.--use-cookies
->--cookies-from
Renamed because the last one was found to be more comprehensive
--dir
->--save-dir
This was renamed as the previous command was found to be too ambiguous.
This discussion was created from the release Version 0.6.3.
Beta Was this translation helpful? Give feedback.
All reactions