This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: berrysauce/microletter
Releases · berrysauce/microletter
v1.0.0 - First full Release
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
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
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
- replaced Divs with Tables
- "prettyfied" HTML (thanks to https://webformatter.com)
Fixed
- EMAIL_ADDRESS .env value was inserted in the receiver email field instead of the sender email field
Beta - Working Prototype
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
Initial beta release. Please remember that there are bugs, and certain features are not working yet.