Skip to content

Release: v15.03

This update includes several minor improvements without adding major new features. It also fixes an issue in the Webmin control panel, restoring the Configuration and Help menus that were missing from the header in v15.02.

The full changelog is available here.




Changelog

A list of the most important changes are listed below.


Fix Webmin Header Icons

v15.02 introduced a minor bug to Webmin which removed the top-left header icons:

  • Module Config
  • Help


The Webmin control panel dynamically injects header icons using a specific tag that must be present in the CSF interface.

print "<div class='well well-sm'>csf: v$myv</div>";


These tags were accidentally removed during the footer redesign and were not migrated as intended. As of v15.03, the header icons have been restored and will appear correctly after updating.


CSF › Webmin › Header Icons
CSF › Webmin › Header Icons




Updated Csfajaxtail

This update provides a re-written src/csfajaxtail.js javascript library. This file is responsible for logging and grep features seen on pages such as:

  • Watch System Logs
  • View iptables logs


The re-write includes performance optimizations, and a status indicator when the end-user pauses logging.




Blog Comments

A commenting system has been integrated at the bottom of each blog page, powered by Giscus.
This feature allows users to leave comments, ask questions, or provide feedback regarding changes made in a release.

All comments are synchronized with GitHub Discussions, allowing you to sign in using your GitHub account to participate.

We’ve also ensured that privacy settings are enabled for this integration — no metadata is collected or stored.




FontMinus FontPlus Minimums

The font minimums have been changed from 12px to 10px. This allows for slightly more characters on a single line in order to prevent word-wrap as much as possible when viewing your logs.

To change the font-size, click the icons and .

CSF › Decrease Minimum Font Size
CSF › Decrease Minimum Font Size


Comments