Skip to content

Releases: CubicrootXYZ/RemindMe

v2.1.9 Go 1.26 and database cleanup

22 Feb 15:00
3ac86b0

Choose a tag to compare

Changelog

  • Upgrade to go v1.26.0
  • New cleanup routines deleting stale events older than a year and messages older than half a year
  • Several other dependencies updated

v2.1.8 Go1.25 & dependency updates

17 Aug 13:19
9321535

Choose a tag to compare

Changelog

  • Upgrade to go v1.25.0
  • Upgrade to golangci-lint v2.4.0
  • Several other dependencies updated

v2.1.7 Prometheus metrics & dependency updates

08 Aug 05:28
11ecc21

Choose a tag to compare

Changelog

  • update golang to 1.24.6
  • update alpine to 3.22
  • update multiple dependencies
  • Metrics
    • added prometheus metrics, see new metrics section in the configuration

v2.1.6 dependency updates & matrix usability improvements

01 May 17:01
add2410

Choose a tag to compare

Changelog

  • update golang to 1.24.2
  • update to alpine 3.21
  • Matrix
    • Reversed order of event lists such that the most recent groups are at the bottom
    • Daily reminder is now aware of daylight savings
  • replace jinzhu/configor with more recent fork CubicrootXYZ/configor

v2.1.5 Dependency updates

31 Jan 16:29
267ec48

Choose a tag to compare

Changelog

  • Update to golang version 1.23.5
  • Update dependencies

v2.1.4 Dependency updates

19 Dec 17:51
09e2f6d

Choose a tag to compare

Changelog

  • Updated dependencies

v2.1.3 Fix image build process

15 Dec 08:22

Choose a tag to compare

Changelog

  • Fix build process for images using tags

v2.1.2

12 Dec 17:42
056a9eb

Choose a tag to compare

Changelog

  • Update to golang 1.23.4
  • Replaced gologger with slog
    • Configuration option debug is deprecated
    • New config section logger is added
  • Updated base image to alpine:3.21

v2.1.1

09 Oct 18:09
edc8a5c

Choose a tag to compare

🛠 Changelog

  • Update to go 1.23.2
  • Matrix
    • new reaction "🔂" for recurring reminders #331
    • set event active if time is changed #346

v2.1.0 Use Alpine & remove end to end encryption

26 Aug 16:12
8cc836b

Choose a tag to compare

🛠 Changelog

  • Matrix
    • Slightly tweaked some message formats #309
    • Removed experimental end to end encryption (E2EE) support #298
      • Noticeable improvement in message reply delays
    • Do not deactivate repeating events on ✅ reactions #329
  • CI running with alpine images #298
  • Image based off alpine instead of ubuntu #298
    • Reduced image size from 320 to 9 MB
  • Update to go 1.23.0 #325