This release adds more advanced configuration options for SMTP servers, like security settings and ports. There's also a collection of bugfixes including a big one that broke quite a few things in the Linuxserver.io v0.93.0 and v0.94.0 releases.
What's Changed
✨ New Features ✨
- Update smtp config: add port number and disable ssl certificate validation by @fhp in #3400
- Load more SMTP settings from environment vars by @Floppy in #3406
🐛 Bug Fixes 🐛
- Fix docker builds by adding missing packages by @Floppy in #3399
- Re-add block parameters for Ruby 3.3 compatibility (fixes linuxserver images) by @Floppy in #3408
- Fix setting the provided password when creating an account when no SMTP server is configured. by @fhp in #3401
- Fix missing icons in feed by @Floppy in #3410
🛠️ Other Improvements 🛠️
- Refactor comment code to use new Federails data entity system by @Floppy in #3398
- Rename some more block variables to ease future updates by @Floppy in #3409
New Contributors
Full Changelog: v0.94.0...v0.95.0