-
released this
2026-05-01 13:14:16 +02:00 | 14 commits to main since this release🇪🇸 Español
Correcciones
- Movimientos periódicos no se generaban automáticamente — al iniciar sesión en la versión Avalonia, los movimientos periódicos configurados no se creaban. Ahora se generan en segundo plano justo después del login.
- Alertas no aparecían dentro de la aplicación — la pantalla de Alertas mostraba solo las existentes sin generar las nuevas. Ahora se generan al abrir la sección y también al iniciar sesión.
- Notificaciones del sistema no saltaban — la tarea programada diaria (
--check-alerts) abría la ventana de la aplicación en lugar de ejecutarse en silencio. Corregido: ahora genera y muestra notificaciones Toast sin abrir ninguna ventana. - Error «no such column: PrecioReferencia» al editar cuentas — las bases de datos actualizadas desde v1.x podían no tener esta columna. Se añade automáticamente la primera vez que se crea o edita una cuenta.
Notas de actualización
No se requieren pasos manuales. La base de datos se actualiza automáticamente al arrancar y al operar con cuentas.
Requisitos: Windows 10/11 (64 bits). Incluye el runtime .NET 10.
🇬🇧 English
Fixes
- Periodic movements were not generated automatically — on the Avalonia version, configured periodic movements were not created on startup. They are now generated in the background right after login.
- Alerts were not appearing inside the application — the Alerts screen only showed existing ones without generating new ones. They are now generated when opening the section and also on login.
- System notifications were not firing — the daily scheduled task (
--check-alerts) was opening the application window instead of running silently. Fixed: it now generates and shows Toast notifications without opening any window. - «no such column: PrecioReferencia» error when editing accounts — databases upgraded from v1.x might not have this column. It is now added automatically the first time an account is created or edited.
Update notes
No manual steps required. The database updates automatically on startup and when working with accounts.
Requirements: Windows 10/11 (64-bit). Includes the .NET 10 runtime.
Downloads