-
released this
2026-05-05 20:00:57 +02:00 | 8 commits to main since this releaseNovedades / What's new
Espanol
Pantalla Mi perfil
- Nueva seccion de perfil con datos personales (nombre, email, fecha de nacimiento)
- Cambio de idioma y tema movidos desde Configuracion al perfil
- Cambio de contrasena desde el perfil
Migracion de base de datos
- Wizard para migrar entre motores: SQLite, MariaDB, SQL Server sin perder datos
- Correcciones: script embebido, limpieza de datos iniciales, columnas faltantes
Optimizacion de BD
- Nuevo boton en Configuracion para compactar/optimizar la BD
- VACUUM (SQLite), OPTIMIZE TABLE (MariaDB), REBUILD INDEX (SQL Server)
Correcciones de saldos
- Saldo de cuentas calculado solo con movimientos confirmados
- Totales mensuales excluyen traspasos internos y movimientos pendientes
- Alerta de saldo insuficiente proyectado con tipo e icono correctos
- El boton 'Ver ciclo' solo aparece en alertas de cierre de tarjeta de credito
English
My Profile screen
- New user profile with personal data (name, email, date of birth)
- Language and theme settings moved from Configuration to the profile
- Password change from the profile screen
Database migration
- Wizard to migrate between engines: SQLite, MariaDB, SQL Server without data loss
- Migration fixes: embedded SQL script, initial data cleanup, missing columns
DB Optimization
- New button in Configuration to compact/optimize the database
- VACUUM (SQLite), OPTIMIZE TABLE (MariaDB), REBUILD INDEX (SQL Server)
Balance fixes
- Account balances now only consider confirmed movements
- Monthly totals exclude internal transfers and pending movements
- Projected low-balance alert shows correct type and icon
- 'View cycle' button only appears on credit card cycle alerts
Downloads