From: Niki Roo Date: Sun, 5 Mar 2017 12:40:03 +0000 (+0100) Subject: (changelog update) X-Git-Tag: fanfix-1.4.1~8 X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=9f8f013ac68e715022e64d7f2c977463ce3e58c0 (changelog update) --- diff --git a/README.md b/README.md index 6b6edba..17363c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fanfix is a small Java program that can download stories from some supported websites and render them offline. -(If you are interested in the recent changes, please check the [Changelog](changelog.md).) +(If you are interested in the recent changes, please check the [Changelog](changelog.md) -- note that starting from version 1.4.0, the changelog is checked at startup (unless the option is disabled)) ![Main GUI](screenshots/fanfix-1.3.2.png?raw=true "Main GUI") @@ -77,6 +77,10 @@ Some environment variables are recognized by the program: You can also import the java sources into, say, [Eclipse](https://eclipse.org/), and create a runnable JAR file from there. +There are some unit tests you can run, too: + +```./configure.sh && make build test run-test``` + ### Dependant libraries (included) - libs/nikiroo-utils-sources.jar: some shared utility functions I also use elsewhere