Releases: TheCodingDen/highlights
v2.1.6
v2.1.5
Added time-based notification clearing. This allows hosts to control how long notifications are visible before expiring, enabled by setting the behavior.notification_lifetime
to a duration.
Replaced behavior.patience_seconds
with behavior.patience
, specified with a duration like "2min"
or "1m 30s"
. The old patience_seconds
will be supported for now, but may be removed in the future.
v2.1.4
Fixed initial migration to only create tables if they don't exist
v2.1.3
Fixes to database handling, resolving recurring errors being logged, and creating SQLite databases if nonexistent.
v2.1.2
add log format control
v2.1.1
v2.1.1 fixes environment variable parsing.
v2.1.0
v2.1.0 adds support for PostgreSQL, and updates dependencies.
v2.0.2
v2.0.2 adds bot uptime to the /about
command, fixes a couple bugs, and updates dependencies.
v2.0.1
v2.0.1 fixes several bugs present in v2.0.0.
v2.0.0
This release includes a migration to slash commands, better configuration for hosting, integration with the Jaeger tracing software, and many miscellaneous improvements. Download below, or use the thatsnomoon/highlights:2.0.0
Docker image.