Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rforzachamp821 rforzachamp821 released this 03 Mar 13:27
· 25 commits to main_ZeeTerminal since this release
ae069dc

ZeeTerminal v0.5.1. Find release notes, source code and binaries in the .zip OR .7z file.

You can also find the release notes below:

ZeeTerminal v0.5.1 Release Notes


New Features

  • None

Changes and Bugfixes

  • Changed copyright from 2023 to 2024 in the About page in the Help command.
  • The title in all log files will now be commented with a '#' character, to ensure consistency with what should be commented.
  • Fixed an issue where setting a ZeeTerminal session to WIN32 colours (non-ANSI), restarting the app, and setting it back to ANSI would result in the console cursor appearance to be incorrect for some users with heavily modified cursor settings.
  • A parser-style validation algorithm has now been implemented for validating ANSI colour strings. If colours have been modified with incorrect formatting in an ANSI VT Sequence colour session, the colours are validated and set to default if invalid.
  • Fixed an issue where the cursor blinking would reset to default if the 'cls' command is executed.
  • Commands that usually have a progress meter/metre now disable the cursor when it appears, to eliminate flickering and loss of readability of the progress counter. The cursor is reset to user settings after the progress meter is complete.
  • All verbose messages that happen before program initialisation are now viewable on ANSI VT Sequence-supporting terminals. Just scroll up and you'll find them! If the terminal doesn't support ANSI VT sequences, the whole terminal buffer will be fully cleared as usual, for now.