Skip to content

Releases: CubicrootXYZ/RemindMe

v2.1.4 Dependency updates

19 Dec 17:51
09e2f6d
Compare
Choose a tag to compare

Changelog

  • Updated dependencies

v2.1.3 Fix image build process

15 Dec 08:22
Compare
Choose a tag to compare

Changelog

  • Fix build process for images using tags

v2.1.2

12 Dec 17:42
056a9eb
Compare
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
Compare
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
Compare
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

v2.0.0

28 Jul 06:13
4786ac6
Compare
Choose a tag to compare

⚠️ This is a new major version that is NOT compatible with any v1 configurations or databases ⚠️

🛠 Changelog

  • Matrix:
    • properly group events in list view #296
  • always sort events by event time descending
  • fix incorrect calculation of next interval for repeated events #304

Further changes are already listed in the pre-releases v2.0.0-betaX.

v2.0.0-beta5

24 Jun 18:17
c123cf8
Compare
Choose a tag to compare
v2.0.0-beta5 Pre-release
Pre-release

🛠 Changelog

  • Matrix
    • Recognize replies to the reschedule confirmation message
    • Delete the delete request message as well
    • Fix room deletion on getting removed from a room #279
    • Do not fail if attempted to remove an input where the room is already removed
    • Add reactions to reminder message #291
    • Ignore old leave/ban events #290
    • Enabled replies for more messages
    • Shortened the reminder message
  • iCal
    • New config option ical.refreshinterval #155
  • Make daily reminder timezone aware #282

v2.0.0-beta4

05 Jun 17:15
ac3dd7f
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

🛠 Changelog

  • Fix linting CI job
  • Add renovate
  • Update a few dependencies
  • Load missing timezone data #222
  • Update to Ubuntu 24.02
  • Events for daily reminder are limited to the upcoming 24 hours
  • Matrix
    • Fix setting channel timezone #222
    • Do not list inactive events #214
    • Add missing newlines in HTML formatted messages #226
    • Delete messages if event got deleted
    • Include event message in delete confirmation
    • Daily reminders are actually send out #257
    • Group events by day/week/month in list view #259
    • Get replies to be properly recognized #275

v2.0.0-beta3

29 Apr 18:20
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

🛠 Changelog

  • Matrix message handling
    • Added crucial matrix message actions
    • Added crucial matrix reply actions
    • Added crucial matrix reaction actions
  • Get matrix E2EE running

v1.9.3

23 Apr 17:58
Compare
Choose a tag to compare

Changelog

  • Update dependencies