You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ Todas las versiones notables de RetroTUI están documentadas aquí.
4
4
5
5
---
6
6
7
+
## [v0.9.3] - 2026-02-27
8
+
9
+
### Added
10
+
-**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 without user interaction.
11
+
-**Adaptive input timeout**: 100ms timeout for animated windows, cascading back to 500ms idle when no animations are active.
12
+
-**Per-plugin icons**: `[plugin.icon]` section in `plugin.toml` with `emoji` and `token` fields. All 21 example plugins have custom icons.
13
+
-**Braille pixel art icons**: 8x12 pixel grids rendered as 4x3 Unicode braille characters for all 39 icons (18 built-in + 21 plugins).
Copy file name to clipboardExpand all lines: ROADMAP.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Objetivo:** Un entorno de escritorio estilo Windows 3.1 completamente funcional para la terminal. Sin X11. Sin Wayland. Solo curses, una TTY y vibes.
4
4
5
-
**Estado actual:** v0.9.3-dev en `main` — pendiente de tag/release formal.
5
+
**Estado actual:** v0.9.3 released.
6
6
7
7
---
8
8
@@ -52,9 +52,7 @@ Character Map, Markdown Viewer, System Monitor, Control Panel, Tetris, RetroNet
52
52
53
53
Plugin loader con `plugin.toml`, clase base `RetroApp`, auto-discovery, registro dinamico en desktop/menu. Plugin de ejemplo (`todo-list`). Guia de desarrollo (`docs/plugin-guide.md`). Hardening de TTY: captura de puntero, drag-drop normalizado, menu Plugins dinamico.
54
54
55
-
### v0.9.3 — Refactor, Plugins Bundled y Windows (dev, sin tag)
56
-
57
-
Lo que hay en `main` desde v0.9.2:
55
+
### v0.9.3 — Refactor, Plugins Bundled y Windows
58
56
59
57
**Modularizacion del core**
60
58
-[x] Descomposicion de `core/app.py` en 5 modulos (window_manager, action_runner, dialog_dispatch, drag_drop, file_operations)
@@ -76,11 +74,18 @@ Lo que hay en `main` desde v0.9.2:
76
74
-[x] Shim `win_termios.py` para flow control cross-platform
77
75
78
76
**Estilos de iconos**
79
-
-[x] 4 estilos de iconos de escritorio: default, mini, braille, codex
77
+
-[x] 3 estilos de iconos de escritorio: default, mini, braille
0 commit comments