Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Releases: scottleedavis/mattermost-plugin-remind

Bug fixes

12 May 23:04
Compare
Choose a tag to compare
  • strip trailing whitespace in slash command f63af2c
  • more robust handling of locking for cluster a2ddcf7

Bug fixes

07 May 15:43
Compare
Choose a tag to compare
  • Added back siteURL as plugin api path d3f45f1

Bug Fixes

05 May 03:35
f5926b3
Compare
Choose a tag to compare
  • Centralize SiteURL in plugin d0b21f3
  • Use 127.0.0.1 for URL interactions + ListenAddress Issue #88 d0b21f3
  • added missing api OK responses leading to EOF error c405125

Bug Fixes

04 May 06:50
Compare
Choose a tag to compare
  • Error message for empty message fixes Issue #71 842c0f3
  • Better error handling and length checking in scheduling, translation. Addresses Issue #88 99f5c1e

Milestone Release

01 May 07:27
Compare
Choose a tag to compare

milestone 0.2.0

  • Show ephemeral post after creating a reminder via Interactive dialog 75dbce8
  • Use different URL for each integration action 86d2040
  • fixed "/remind me test tomorrow" doesn't parse e695021
  • fixed 'on ' chooses the next week instead of coming c82106b
  • fixed Pressing "View Reminders" after creating one via a dialog deletes it b32e2fe
  • fixed recurring reminders trigger only once 2488526

Interactive dialog on `/remind`

29 Apr 00:50
Compare
Choose a tag to compare
Pre-release
  • Interactive dialog triggered scheduled off of unparameterized /remind

render-test

Fixed bug in timezone usage

28 Apr 16:47
fc9b260
Compare
Choose a tag to compare
Pre-release

More visible when running mattermost in the cloud (where localtime might be much different that a box running locally), some logic fixed were introduced and uses timezone appropriately.

Ephemeral posts instead of command responses

28 Apr 01:52
c87b1b7
Compare
Choose a tag to compare
  • All responses use the bot sendEphemeralPost response instead of the command response

Simple attempt at cluster aware approach

24 Apr 05:23
Compare
Choose a tag to compare
  • First hostname in cluster to enable, becomes the trigger host

Bug fixes

20 Apr 17:26
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • commented out code block that didn't save same reminders (broke in handling)
  • rapid continue when reminder target is blank (error situation)