github fabriziosalmi/certmate v1.10.2
v1.10.2 — Fix HTML issues, remove debug logging

latest releases: v2.0.0, v1.12.0, v1.11.1...
11 hours ago

What's Changed

Bug fixes and code quality cleanup identified during a comprehensive codebase audit.

Fixes

  • Malformed HTML tagsettings.html:48 had an unclosed <div> tag causing 9 mismatched </div> elements
  • Duplicate DOM IDscreateCertForm appeared in both server and client certificate forms (same page); debugConsole/debugOutput duplicated across index and settings pages
  • Missing error handling — Added .catch() to ccFilterCertificates() fetch chain in client-certs.js

Cleanup

  • Removed 61 console.log/console.warn statements from dashboard.js and settings.js
  • Removed console.log/console.warn/console.error override block (anti-pattern) from dashboard.js
  • Kept console.error in catch blocks for developer debugging

Full Changelog: v1.10.1...v1.10.2

Don't miss a new certmate release

NewReleases is sending notifications on new releases.