Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Releases: TheCodingDen/highlights

v2.1.6

26 May 00:30
Compare
Choose a tag to compare

Improved notification clearing to be more reliable.

v2.1.5

16 Feb 01:57
Compare
Choose a tag to compare

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

09 Jan 20:03
1c41bc1
Compare
Choose a tag to compare

Fixed initial migration to only create tables if they don't exist

v2.1.3

09 Jan 17:23
5b758d3
Compare
Choose a tag to compare

Fixes to database handling, resolving recurring errors being logged, and creating SQLite databases if nonexistent.

v2.1.2

09 Jan 17:23
e6b44c9
Compare
Choose a tag to compare
add log format control

v2.1.1

06 Aug 05:24
0201656
Compare
Choose a tag to compare

v2.1.1 fixes environment variable parsing.

v2.1.0

06 Aug 01:13
db8356d
Compare
Choose a tag to compare

v2.1.0 adds support for PostgreSQL, and updates dependencies.

v2.0.2

27 Jul 03:13
Compare
Choose a tag to compare

v2.0.2 adds bot uptime to the /about command, fixes a couple bugs, and updates dependencies.

v2.0.1

31 May 23:22
Compare
Choose a tag to compare

v2.0.1 fixes several bugs present in v2.0.0.

v2.0.0

22 May 23:32
Compare
Choose a tag to compare

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.