| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ESP3D 3.1.2 source code.tar.gz | 2026-07-03 | 57.6 MB | |
| ESP3D 3.1.2 source code.zip | 2026-07-03 | 59.3 MB | |
| README.md | 2026-07-03 | 2.0 kB | |
| Totals: 3 Items | 117.0 MB | 21 | |
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