summary refs log tree commit diff
tag name1.4 (ed105ab48cbf1dd44d0cede412c49807d586c953)
tag date2020-07-09 11:18:49 -0400
tagged byJune McEnroe <june@causal.agency>
tagged objectcommit 756e5c63da...
downloadlitterbox-1.4.tar.gz
litterbox-1.4.zip
Version 1.4
This release converts timestamps in the database to UNIX epoch time and
creates an index on them. The queries generated by scoop(1) with -a, -b
and -D now take advantage of the index.

After running the database migration with litterbox -m, running
"VACUUM;" from "scoop -S" will reclaim space previously used by string
timestamps.

This release fixes issues with MODE parameter handling and MOTD
handling.