(changelog update)
authorNiki Roo <niki@nikiroo.be>
Sun, 5 Mar 2017 12:40:03 +0000 (13:40 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 5 Mar 2017 12:40:03 +0000 (13:40 +0100)
README.md

index 6b6edbac07807d4ec4cf40bb3f060c1700b4d30d..17363c6a0c900f56a00794f2719d3c5ab8a332fe 100644 (file)
--- 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