Release v1.8.6
Unclaimed project
Are you a maintainer of rwtxt? Claim this project to take control of your public changelog and roadmap.
Release v1.8.6
Release v1.8.5
better listing 8be5707
fix bug: return after robots.txt d155c89
better css for search 2619017
use logger instead of seelog 04a7577
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:...