Skip to content

ESP3D 3.1.2

Latest

Choose a tag to compare

@luc-github luc-github released this 03 Jul 12:32

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!

πŸ“Š Statistics

  • Commits: 4
  • πŸ‘₯ Contributors: 1
  • Lines changed: +28 / -13