v1.8.0
This is a breaking change because it adds a column to the database. It's easy to migrate though. Just do
gzip -d rwtxt.db.sql.gz # unzip the archive
make quick # rebuild
rm rwtxt.db # remove old database
./rwtxt # run and then exit
cat rwtxt.db.sql | sqlite3 rwtxt.db
./rwtxt # now it will work!
Other features: