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

Releases: berrysauce/microletter

v1.0.0 - First full Release

27 Jul 19:04
Compare
Choose a tag to compare

This is the first full release of microletter. It‘s now out of Beta.

Added

  • DETA_SPACE_APP check
  • „Test Credentials“ link to the Settings page
  • privacy policy field to Setup and Settings page
  • added Subscribe Link alert to Subscribers page
  • added GitHub issue templates

Changed

  • page designs
  • license from Copyright to GNU GPL v3.0

Fixed

  • empty .env bug

Beta - Finished Setup/Settings

17 Jul 19:04
442fa15
Compare
Choose a tag to compare
Pre-release

In this update, I've mainly added the setup and settings pages and endpoints. microletter is now fully configurable from the dashboard.

Added

  • Settings page + backend
  • Setup page + backend
  • Footer with Source/License/Update links on all dashboard pages
  • "description" meta tag for better SEO results

Changed

  • new unsubscribe process
  • email sending to BCCs instead of sending each email by itself
  • renamed logo file to "logo.png"

Beta - Usability Improvements

10 Jul 15:13
Compare
Choose a tag to compare
Pre-release

In this release, I focused on making the emails compatible with a lot of mail clients by replacing Divs with tables.

Added

  • sorting of posts and subscribers by date (post date or subscribe date)

Changed

Fixed

  • EMAIL_ADDRESS .env value was inserted in the receiver email field instead of the sender email field

Beta - Working Prototype

07 Jul 19:53
Compare
Choose a tag to compare
Pre-release

This release adds some important features to make this a relatively working prototype.

Added

  • Subscribers tab
  • Custom error pages (e.g. 404)

Changed

  • exchanged html2text with beautifulsoup4

Removed

  • /subscribers Endpoint (security risk and was only meant for testing)

Initial Beta Release

07 Jul 16:49
Compare
Choose a tag to compare
Initial Beta Release Pre-release
Pre-release

Initial beta release. Please remember that there are bugs, and certain features are not working yet.