• 1.06.1426 e74a5424dc

    1.06.1426 Stable

    punix released this 2026-06-15 16:37:37 +02:00 | 0 commits to main since this release

    • feat: Completely rewritten transaction list to use highly performant ttk.Treeview instead of tk.Canvas elements.
    • feat: Drastically improved UI rendering performance for large amounts of transactions (from ~5s to ~0.005s per load).
    • feat: Added TreeviewTooltip to view long transaction reasons via mouse hover.
    • feat: Added a visual "Yearly Overview" (Jahresübersicht) bar chart to track monthly income, expenses, and total savings.
    • feat: The Yearly Overview chart dynamically calculates the true total savings based on the last active month.
    • fix: Correctly applied lxtheme styling to popup windows (AddTransactionWindow, YearlyOverviewWindow).
    • fix: Fixed ttk.Treeview styling bug where alternate row colors were overridden by global theme background.
    • fix: Fixed layout bug in the backup sidebar where buttons were pushed off-screen due to vertical space constraints.
    • fix: Added missing German translations for the Backup UI and the Yearly Overview.
    Downloads
  • 1.02.2126 beeadefb08

    1.02.2126 Stable

    punix released this 2026-02-22 02:22:15 +01:00 | 9 commits to main since this release

    • Update logic moved to main_app.py to fix threading issues
    • Added animated update icon to navigation bar
    • Internationalization (i18n) support improved: Strings in config marked for translation
    • German translation (.po) updated
    • Currency symbol dynamic loading fixed
    • Unused styles cleaned up in ui_builder.py
    • README translated to English
    Downloads