Skip to content

Releases: SethGallucci/Periodic-Reminders

2.0.4

04 Oct 14:44

Choose a tag to compare

Add _canDragDrop method override in RemindersConfig.

This commit adds an override of the Application._canDragDrop method for RemindersConfig, restoring the ability for non-GMs to create application links via drag and drop.

2.0.3

31 Jul 06:52

Choose a tag to compare

Clean up functions that handle tasks regarding application links.

This commit...

  • gives proper naming convention to the static method that is used to render application links, removing its underscore prefix
  • removes a superfluous method that served little purpose

2.0.2

03 Apr 19:27

Choose a tag to compare

Add guard against broken links and against not having a controlled character.

This commit...

  • adds guards against broken app links breaking the module (eg: deleted documents)
  • adds guards against users not having a controlled character breaking triggers
  • allows reminders with Combat Start and Round triggers to trigger for GMs

2.0.1

06 Jan 19:43

Choose a tag to compare

This release fixes the following:

  • Input requirements for timer triggers now reflect that the timer values are supposed to be expressed in minutes instead of seconds.
  • Some code that evaded removal, related to a tour that didn't make it into release, has been removed.
  • Application links will now save the current sheet size of the application upon initial creation, thereby maintaining the expected behavior of the applications being rendered at their normal size, without having used the arrange feature.

2.0.0

06 Jan 13:57

Choose a tag to compare

Update from Foundry v9 to v10.

  • Reminder data is now tied to the user account of a world, rather than the browser used to access the server. This allows users to set up different reminder profiles for each game in which they play.
  • The reminders config menu is now opened via a button in the toolbar of the notes layer instead of a button in the settings menu.
  • This module now supports creating application links directly to non-embedded compendium content.
  • Timer reminders that remain unmodified will no longer have their timers reset upon being saved.
  • Timer reminders now use minutes instead of seconds.
  • Reminders now support having different, co-existing triggers.
  • Dependency on the dnd5e system has been removed. This module is now intended to be system agnostic.

1.0.0

02 Nov 04:40
04607f7

Choose a tag to compare

A near total revamp of the module.

The module now uses linked applications that are dragged onto a reminder's Application Links list as a medium for reminding users instead of a meager text box. In addition, the module now has three new reminder types: turn, round, and login; for helping users remember important things during combat, or when they return to the game next week.