Releases: haydenjames/mysqlmonitor-script
v2025.07.29.02
Removed extra "-" from "title".
v2025.07.29.01
Added version to script output for easier recognition.
v2025.07.25.01
Added terminal cleanup functionality to ensure proper restoration of the terminal state upon script exit or interruption.
Included a trap command to handle SIGINT, SIGTERM, and EXIT signals, invoking the cleanup function on script termination or interruption.
Updated the cleanup function to disable line wrapping and restore the terminal screen using tput commands (smcup and rmcup).
Modified the script to provide a more graceful exit, including a goodbye message when the script terminates.
v2025.02.01.1
-- Changed refresh interval to 5 seconds.
v2025.01.28.2
-- Reduced screen flickr during refresh.
-- Removed word wrapping.
v2025.01.28.1
-- Alternate Screen Buffer: avoids polluting the main terminal scrollback
-- Short Wait When Terminal Is Too Small: prevents the warning message from printing too rapidly and causing flicker.
-- More Complete Screen Clear: ensures the screen is fully cleared before printing fresh data.
v2025.01.27.9
text: Total -> Total:
v2025.01.27.8
added "Total" for memory.
v2025.01.27.7
Reduced rows and better text alignment.
v2025.01.27.6
Reduced minimum row and columns required.