Skip to content

Releases: IceWizard7/terminal-widgets

v1.3

11 Dec 13:00

Choose a tag to compare

Terminal Widgets (v1.3)

Changes

  • Fix: resource widget: Unknown CPU freq
  • Fix: todo widget: Clear highlighted line
  • Feature neofetch widget: Support for generic linux
  • Feature neofetch widget: Updated raspbian logo
  • Feature: Added --version command
  • Improve: CI/CD
  • Improve: Updated Documentation

example_1

example_3

v1.2.3

06 Dec 20:20

Choose a tag to compare

Terminal Widgets (v1.2.3)

Changes

  • Cleanup packaging

example_1

example_3

v1.2.2

06 Dec 14:35

Choose a tag to compare

Terminal Widgets (v1.2.2)

Changes

  • Added WidgetContainer to 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 WarningWidget to 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

example_1

example_3

v1.2.1

03 Dec 20:39

Choose a tag to compare

Terminal Widgets (v1.2.1)

Changes

  • Improved resources widget error handling (#1)
  • Updated documentation
  • Minor bug fixes & refactors

example_1

v1.2

30 Nov 08:56

Choose a tag to compare

Terminal Widgets (v1.2)

Changes

  • Added support for a custom help page on every widget
  • Improved neofetch widget shell detection on raspbian
  • Updated documentation
  • Minor bug fixes

example_1

v1.1.10

26 Nov 07:21

Choose a tag to compare

Terminal Widgets (v1.1.10)

Changes

  • Updated neofetch widget to detect correct shell
  • Improved error handling & messages

example_1

v1.1.9

24 Nov 16:46

Choose a tag to compare

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

23 Nov 15:10

Choose a tag to compare

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

23 Nov 13:10

Choose a tag to compare

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.env file
  • Updated and expanded documentation

v1.1.6

22 Nov 22:17

Choose a tag to compare

Terminal Widgets (v1.1.6)

Changes

  • Added automatic copying of .example files (e.g. .env.example)