Skip to content

Releases: roccolate/RetroTUI

v0.9.3

04 Mar 06:58

Choose a tag to compare

Added

  • Animated plugin auto-refresh: needs_redraw mechanism in Window base class. Animated plugins (aquarium, matrix, starwars, game-of-life, pomodoro, system-monitor, network-monitor) and LogViewer now refresh automatically.
  • Adaptive input timeout: 100ms timeout for animated windows, cascading back to 500ms idle.
  • Per-plugin icons: [plugin.icon] section in plugin.toml with emoji and token fields. All 21 example plugins have custom icons.
  • Braille pixel art icons: 8x12 pixel grids rendered as 4x3 Unicode braille characters for all 39 icons.

Changed

  • Core modularization: core/app.py decomposed into 5 modules (window_manager, action_runner, dialog_dispatch, drag_drop, file_operations).
  • Bundled plugins: 9 apps migrated from apps/ to bundled_plugins/.
  • Windows support: dual PTY backend (POSIX pty.fork() + Windows pywinpty ConPTY), replaced win_termios shim with standard try/except import.
  • Icon style system reduced to 3 styles: default, mini, braille.

RetroTUI v0.9.2

24 Feb 02:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.2

RetroTUI v0.3.6

24 Feb 12:18

Choose a tag to compare

RetroTUI v0.9.0

18 Feb 07:27

Choose a tag to compare

RetroTUI v0.6.0

16 Feb 10:14

Choose a tag to compare

v0.1

13 Feb 22:43
44b527c

Choose a tag to compare

Test release - Tested in MobaXterm for windows.