New
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:
- use cache (https://github.com/schollz/rwtxt/commit/04f46a144ccf1c10e6ed2bcd2e01a889a80d37a6)
- use correct timezones (https://github.com/schollz/rwtxt/commit/f44d7867d771975aa0cf73e86d7423793149e7d1)
- add raw, with
/domain/page?raw=1(https://github.com/schollz/rwtxt/commit/b7159f255d214bb4868a0107f41a6f2b383cd606) - add customization (https://github.com/schollz/rwtxt/commit/e2f71742caf179b940cc07b722b74f6b3f73ad16)
- plus 🐛 fixes (disabled caching which cause more problem then its worth)