Skip to content

Releases: TrueWinter/SnowMail

v0.3.3

05 Feb 17:48

Choose a tag to compare

Added

  • The Return-Path header can now be customized by setting a RETURN_PATH environmental variable

v0.3.2

26 Sep 16:41

Choose a tag to compare

Added

  • Added help tooltip to CSS classes input
  • Static assets are now cached

v0.3.1

24 Jun 14:51

Choose a tag to compare

Fixed

  • Fixed a bug that prevented adding new inputs to forms
  • Fixed input settings form not working for some inputs

v0.3.0

21 Jun 18:24

Choose a tag to compare

Changed

  • Form metadata is now hidden behind a warning to encourage use of input settings forms

Added

  • Plugins can now attach setting forms to custom inputs. You will need to remove and re-add custom inputs for the settings button to show.
  • Added description field to text inputs
  • NPM package: Added handler, onChange, and onSubmit functions to the form components to allow for custom submission handling
  • NPM package: Added defaults property

v0.2.0

19 Jun 22:34

Choose a tag to compare

Changed

  • Emails that are too long to display on one line on the forms page will now be truncated. Hovering over it will show the full email.

Added

  • Added account permissions
  • Added OpenID Connect SSO

Fixed

  • Fixed the background of some buttons not changing colour on hover

v0.1.4

14 May 15:32

Choose a tag to compare

Changed

  • Properly format messages and message ID header

v0.1.3

09 May 20:59

Choose a tag to compare

Changed

  • The Form#recursivelyGetInputs API method is no longer for internal use only

Added

  • Created a ReCAPTCHA plugin

Fixed

  • The SnowCaptcha plugin will now check if a form uses SnowCaptcha before attempting to validate the captcha token
  • When configuring a button in the dashboard, the button type will now be selected by default to match the server-side default

v0.1.2

09 May 16:58

Choose a tag to compare

Added

  • Added logo on login page
  • Added icon in browser tab

v0.1.1

09 May 14:56

Choose a tag to compare

Changed

  • Blank input values are no longer included in the email
  • The Reply-To email now shows the user's name

Fixed

  • Fixed regular expression matching for partial matches

v0.1.0

07 May 14:57

Choose a tag to compare

Added

  • Added getForms() method to API
  • Added getForm(String id) method to API
  • Added createForm(Form form) method to API
  • Added editForm(Form form) method to API
  • Documented API using Javadoc