Releases: IceWizard7/terminal-widgets
Releases · IceWizard7/terminal-widgets
v1.3
v1.2.3
v1.2.2
Terminal Widgets (v1.2.2)
Changes
- Added
WidgetContainerto improve widget resizing and layout behavior - Added dynamic resizing logic - widgets that don’t fit the screen are removed and appropriate warnings are shown
- Introduced a new
WarningWidgetto surface warnings (e.g. “terminal too small”) rather than failing silently - Improved error-handling and feedback when terminal space is insufficient (e.g. “TerminalTooSmall” floating warning)
- Refactored internal widget layout / rendering code for clarity and maintainability
- Updated documentation
- Minor bug fixes & refactors
v1.2.1
v1.2
v1.1.10
v1.1.9
Terminal Widgets (v1.1.9)
Changes
- Improved error handling & messages (On application failure, without crashing)
- Improved wording of error messages
- Updated documentation
- Minor bug fixes
v1.1.8
Terminal Widgets (v1.1.8)
Changes
- Added an init function for each widget to run setup logic when a widget is created
- Critical bug fix when the custom-widgets directory (~/.config/twidgets/py_widgets/) doesn't exist
- Updated and expanded documentation
v1.1.7
Terminal Widgets (v1.1.7)
Changes
- Added support for custom widgets stored in
~/.config/twidgets/py_widgets - Implemented automated widget loading and building to detect and manage widget scripts without manual setup
- Improved error handling across the application for greater stability
- Fixed an issue in the
secrets.example.envfile - Updated and expanded documentation
v1.1.6
Terminal Widgets (v1.1.6)
Changes
- Added automatic copying of
.examplefiles (e.g..env.example)

