• v1.3.0 dd6a104ad2

    v1.3.0 Stable

    govtech42 released this 2026-08-27 15:45:20 +00:00 | 3 commits to main since this release

    Everything since v1.1.0: statistics, portable backups, and a few safeguards.

    Stats mode

    A third tab next to the timer and the clock, with four views:

    • Day — stacked bars per hour (focus + break), trimmed to your active hours.
    • Week — bars per weekday with the daily average.
    • Month — a calendar of dots sized by focus time; tap a day to drill in.
    • Year — a heatmap grouped by month.

    Every view shows focus/break totals, block count, a focus-break ratio bar and your
    focus by time of day. All computed from the log you already have — nothing new is
    collected, no chart library involved.

    Backup

    • Export downloads a JSON file with every entry and your preferences.
    • Import merges it back by entry id: duplicates are skipped, so importing twice is
      harmless; a corrupt file changes nothing. Importing into an empty browser also
      restores your preferences.

    This is how you move data between browsers, origins or machines — localStorage cannot
    cross origins, a file can.

    Also

    • The app now uses the full window width.
    • A Delete button (padlock icon) wipes all entries after a password dialog —
      a guard against accidental clicks, with the fixed password 123456.
    • Export / Import / Delete sit on the right of the log actions row.

    Upgrading

    Replace your index.html. Entries are untouched — and now you can carry them with
    you: Export on the old browser, Import on the new one.

    Full changelog: https://git.govtech42.com.br/govtech42/pomotimer/compare/v1.1.0...v1.3.0

    Downloads