Version 1.1.0
authorNiki Roo <niki@nikiroo.be>
Sat, 18 Feb 2017 16:15:30 +0000 (17:15 +0100)
committerNiki Roo <niki@nikiroo.be>
Sat, 18 Feb 2017 16:15:30 +0000 (17:15 +0100)
commit92fb0719f84f5b6734b51e528332546d78e9ccec
treed3f4e37e097297244f4b79f72dec4d6fad957189
parentd98a29006897a1ae31ff3a039afe9643a48e0704
Version 1.1.0
- new Progress reporting system (currently only in CLI mode)
- fix on e621 for "pending" pools, which were not downloaded before
- unit tests system added (but no test yet, as all tests were moved into
  nikiroo-utils before release)
14 files changed:
VERSION
changelog.md [new file with mode: 0644]
configure.sh
libs/nikiroo-utils-1.1.0-sources.jar [moved from libs/nikiroo-utils-1.0.0-sources.jar with 70% similarity]
src/be/nikiroo/fanfix/Library.java
src/be/nikiroo/fanfix/Main.java
src/be/nikiroo/fanfix/reader/BasicReader.java
src/be/nikiroo/fanfix/reader/LocalReader.java
src/be/nikiroo/fanfix/reader/LocalReaderBook.java
src/be/nikiroo/fanfix/reader/LocalReaderFrame.java
src/be/nikiroo/fanfix/supported/BasicSupport.java
src/be/nikiroo/fanfix/supported/Cbz.java
src/be/nikiroo/fanfix/supported/E621.java
src/be/nikiroo/fanfix/test/Test.java [new file with mode: 0644]