Skip to content

Releases: gvellut/jncep

v49

20 Oct 17:37
Compare
Choose a tag to compare
  • Conversion of Webp images to JPEG (using the J-Novel Club special URL) FIX #61

v48

17 Oct 12:51
Compare
Choose a tag to compare
v48
  • Some fixes for ignoring parts that have not been launched
  • support for Python 3.12 (not yet 3.13)

v47

11 Oct 18:15
Compare
Choose a tag to compare
v47
  • Update last version (v46) to support JNC API changes from October 10 FIX #54
  • support for python 3.11 (Trio dep update)

v46

08 Jul 16:07
Compare
Choose a tag to compare
v46
  • Add env var for JNC managed
  • Correct handling of --use-events if --beginning was set
  • Remove last use of legacy JNC API (in fetching follows series)

v45

13 Jun 22:32
Compare
Choose a tag to compare
v45
  • Correction of an issue with update --sync in v44 release

v44

13 Jun 15:13
Compare
Choose a tag to compare
v44
  • Flag to download whole volume on last part: update --whole-final. Contributed by @pajoh
  • Flag to add new tracked sync from the beginning: track --beginning. Contributed by @pajoh
  • Flag to use the followed series on the JNC website as the reference for tracked series: update --jnc-managed

v43

02 May 21:44
Compare
Choose a tag to compare
v43
  • FIX config file was never applied when using the "jncep" cli command. Contributed by @geg2048

v42

25 Feb 14:26
Compare
Choose a tag to compare
v42
  • Optional configuration file
  • Possible to use negative volume numbers for specifying a part in epub command (ie -1 is the last volume)
  • The output folder is created if it doesn't exist
  • Index of a series in track list can be used in the epub command instead of an URL

v41

15 Dec 12:28
Compare
Choose a tag to compare
v41
  • Change to series/aggregate to get series metadata in one go
  • Add a --version switch to top command
  • Hide email address in debug mode
  • Correct call to follow/unfollow in track sync --reverse

v40

17 Oct 13:58
Compare
Choose a tag to compare
v40
  • Correct the date written in track.json during initial track add in case multiple volumes are released in parallel FIX #28