Skip to content

Releases: benji-lewis/PowerApps-Remindify

Version 1

19 Feb 20:47
Compare
Choose a tag to compare

The extension now exists in it's initial form. With configurable default message and correct popup behaviour when creating a new column.

Known Issues

  • #1 - The extension only works on create of new column, I hope to make this configurable in future.
  • #2 - The popup pops up every time a new column is created. I will add a timeout option in a later release.

Full Changelog

📝 Created a new HTML file for configuring the popup message. This includes a form where users can enter their desired reminder message.
💾 Added functionality to save the entered message in Chrome's sync storage, allowing it to persist across sessions.
🔄 Modified the popup.js script to load the saved message from storage when displaying the popup.
🖼️ Replaced all .jpg icons with .png versions for better quality.
✨ Updated manifest.json to reflect these changes, including setting our new HTML file as the default_popup.
😊 Made some visual tweaks to improve the user interface.
📖 The popup window's width has been increased for better readability.
🔗 An icon linking to our website has been included at the bottom of the popup for easy access.
👍 I've added a new LICENSE.txt file containing the GNU Affero General Public License, ensuring our project is open source compliant.
😊 I've created a .reuse/dep5 file to provide copyright and licensing information in a standardized format. This will help us maintain transparency about the origin and license status of all files in our project.