v3.1.2 Release 2026-07-03
This release fixes critical compilation issues with Authentication when HTTP server is disabled and resolves UTF-8 file loading. Documentation link has been updated to reference the correct version.
π Table of Contents
π Bug Fixes
- Fix authentication compilation with HTTP disabled: Resolved an issue where authentication code would fail to compile when the HTTP server was disabled. This ensures that security features work correctly regardless of HTTP server configuration. (
6d02ec7) - Fix compilation errors when HTTP server is not enabled: Corrected compilation failures that occurred when building ESP3D without the HTTP server component enabled, improving flexibility in firmware configuration options. (
21bd8f3) - Fix missing UTF-8 specification for file loading: Added proper UTF-8 character encoding specification when loading files, ensuring that text files with international characters are handled correctly. (
01c4f2f)
πͺ Improvements
- Documentation link correction: Updated the README.md documentation link to point to the correct version, ensuring users access the appropriate documentation for this release. (
9ac738a)
π₯ Contributors
Thanks to all contributors who made this release possible!
- @luc-github (4 commits, +28/-13)
π Statistics
- Commits: 4
- π₯ Contributors: 1
- Lines changed: +28 / -13