Patch Notes v0.8.7
Log Management
-
Complete Internal Storage:
A list (self.all_logs
) was introduced to store absolutely all log messages (info, warning, error). This ensures that no records are lost, even if the number of visible lines in the Textbox is limited. -
Removal of Strict Line Limit:
TheMAX_LOG_LINES
variable is now set toNone
, so the Textbox no longer deletes old lines. Optionally, it can be reactivated with a higher value if a limit in the interface is desired. -
Free Copying and Scrolling:
- The Textbox no longer forces scrolling to the bottom with each new line, allowing users to scroll up without interruptions.
- By temporarily disabling the state, text can now be easily selected and copied.