FINAL CUT v0.7.1 Release Notes
Release Date: 2020-11-14 // almost 4 years ago-
- ๐ Bugfix: The cursor position was not changed anymore if there was no change to the content
- โก๏ธ Forcing a direct update for faster terminal output
Previous changes from v0.7.0
-
What's New:
- FWidgetColors and FColorPalette now have virtual methods so you can easily create your own color theme.
- FINAL CUT now has a dark theme
- ๐ FStyle objects for manipulating video attributes in output streams
- ๐ New widget class FSpinBox to provide spin boxes
- ๐ New widget class FComboBox to provide a dropdown list with an input field
- ๐ New widget FBusyIndicator to indicate background activity
- ๐ New class FStringStream implements input and output operations on FString based streams
- FLineEdit can obscure password inputs
- ๐ Unicode support for 8x16graph font
- โก๏ธ The new SGRoptimizer makes it possible to combine several consecutive parameters
- A lazy initialization that is executed when show() is called
- ๐ฒ The new class FLogger for logging, which can be redirected to different I/O channels. std::clog now streams everything to the FLogger object
- A new callback backend was implemented, which allows to call functions with an arbitrary number of arguments
- ๐ The generic data type FDataPtr is now deprecated and was completely replaced by the template class FData
- Many code improvements...