Skip to content

v1.8.0

Compare
Choose a tag to compare
@schollz schollz released this 24 Feb 16:49
· 27 commits to master since this release

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:

  • use cache (04f46a1)
  • use correct timezones (f44d786)
  • add raw, with /domain/page?raw=1 (b7159f2)
  • add customization (e2f7174)
  • plus 🐛 fixes (disabled caching which cause more problem then its worth)