Skip to content

Beta version 8.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jperryhouts jperryhouts released this 14 Nov 23:02

Version 8.1.0 has been submitted to ATN for official review!

If you plan to install the mainline release via the regular addon system, just hold tight until that is approved and do not install this beta version. You will also likely need to manually remove any installed beta version before installing from ATN, once that becomes available. From then on you will get the usual automatic updates and no longer have to check back here for new packages.

In the mean time I've been making some performance and reliability improvements. My plan from here on out is to release new versions on GitHub at least a week before submitting them to ATN. So, for the cutting edge features and updates I encourage you to stay on this beta channel and help improve send later by submitting bug reports. If you are interested in continuing on as a beta tester, thank you! Go ahead and install this version via the attached .xpi package.

Changes since 8.1.0 are mostly in the back-end:

  • Remove all uses of moment.js in favor of Sugar.js, both for parsing and formatting dates.
    • Related front-end change is that the popup UI is reorganized to prefer the date string parser over the date/time elements.
  • Make the custom function parser more robust, and fix several minor associated bugs.
  • Migrate some functionality out of the "experiment" context, and into the main webextension context.
  • Some improvements to internal MIME parsing.
  • Lots of additional unit tests.