• 0.9.0 81dccf4b44

    0.9.0
    All checks were successful
    CI / test (push) Successful in 15m54s
    Lint / test (push) Successful in 47s
    Stable

    mig5 released this 2026-06-07 03:07:00 -05:00 | 4 commits to main since this release

    • Add 'Projects' interface for unified time/invoice/docs view.
    • Add ability to set a 'bucket' of (prepaid) hours for a project and warn when time logged approaches it.
    • Add ability to invoice for the increase in prepaid project bucket hours (without having had to 'log' them).
    • Update dependencies
    Downloads
  • 0.8.3 5bb61273da

    0.8.3
    All checks were successful
    CI / test (push) Successful in 14m5s
    Lint / test (push) Successful in 38s
    Trivy / test (push) Successful in 25s
    Stable

    mig5 released this 2026-01-30 00:07:57 -06:00 | 14 commits to main since this release

    • Update urllib3 dependency to resolve CVE-2026-21441
    • Fix carrying over data to next day from over-capturing data belonging to next header section
    • Other dependency updates
    Downloads
  • 0.8.2 b192264dbf

    0.8.2
    All checks were successful
    CI / test (push) Successful in 8m5s
    Lint / test (push) Successful in 36s
    Trivy / test (push) Successful in 17s
    Stable

    mig5 released this 2025-12-31 00:14:50 -06:00 | 20 commits to main since this release

    • Allow ability to delete an invoice via the 'Manage Invoices' dialog
    Downloads
  • 0.8.1 827565838f

    0.8.1
    All checks were successful
    CI / test (push) Successful in 8m23s
    Lint / test (push) Successful in 34s
    Trivy / test (push) Successful in 18s
    Stable

    mig5 released this 2025-12-26 01:21:29 -06:00 | 23 commits to main since this release

    • Fix bold/italic/strikethrough styling in certain conditions when toolbar action is used.
    • Move a code block or collapsed section (or generally, anything after a checkbox line until the next checkbox line) when moving an unchecked checkbox line to another day.
    Downloads
  • 0.8.0 4fda9833ed

    0.8.0
    All checks were successful
    CI / test (push) Successful in 8m57s
    Lint / test (push) Successful in 38s
    Trivy / test (push) Successful in 18s
    Stable

    mig5 released this 2025-12-23 01:17:55 -06:00 | 31 commits to main since this release

    • Add .desktop file for Debian
    • Fix Pomodoro timer rounding so it rounds up to 0.25, but rounds to closest quarter (up or down) for minutes higher than that, instead of always up to next quarter.
    • Allow setting a code block on a line that already has text (it will start a newline for the codeblock)
    • Retain indentation when tab is used to indent a line, unless enter is pressed twice or user deletes the indentation
    • Add ability to collapse/expand sections of text.
    • Add 'Last Month' date range for timesheet reports
    • Add missing strings (for English and French)
    • Don't offer to download latest AppImage unless we are running as an AppImage already
    Downloads
  • 0.7.5 6d199dbca2

    0.7.5
    All checks were successful
    CI / test (push) Successful in 8m13s
    Lint / test (push) Successful in 35s
    Trivy / test (push) Successful in 17s
    Stable

    mig5 released this 2025-12-20 22:56:09 -06:00 | 45 commits to main since this release

    • Depend on my bouquin-sqlcipher4 Python package (which updates SQLCipher to 4.12.0 and adds deb package for it)
    • Add Debian package for Trixie as a result!
    • No functional changes to Bouquin in this release.
    Downloads
  • 0.7.3 492633df9f

    0.7.3
    All checks were successful
    CI / test (push) Successful in 8m52s
    Lint / test (push) Successful in 39s
    Trivy / test (push) Successful in 20s
    Stable

    mig5 released this 2025-12-15 22:27:38 -06:00 | 49 commits to main since this release

    • Allow optionally moving unchecked TODOs to the next day (even if it's the weekend) rather than next weekday.
    • Add 'group by activity' in timesheet/invoice reports, rather than just by time period.
    Downloads
  • 0.7.2 13b1ad7373

    0.7.2
    All checks were successful
    CI / test (push) Successful in 8m56s
    Lint / test (push) Successful in 40s
    Trivy / test (push) Successful in 19s
    Stable

    mig5 released this 2025-12-12 18:30:38 -06:00 | 51 commits to main since this release

    Fix Manage Reminders dialog (the actions column was missing, to edit/delete reminders)

    Downloads
  • 0.7.1 206670454f

    0.7.1
    All checks were successful
    CI / test (push) Successful in 9m33s
    Lint / test (push) Successful in 41s
    Trivy / test (push) Successful in 21s
    Stable

    mig5 released this 2025-12-12 01:47:21 -06:00 | 54 commits to main since this release

    • Reduce the scope for toggling a checkbox on/off when not clicking precisely on it (must be to the left of the first letter)
    • Moving unchecked TODO items to the next weekday now brings across the header that was above it, if present
    • Invoicing should not be enabled by default
    • Fix Reminders to fire right on the minute after adding them during runtime
    • Show date of reminder in the Manage Reminders dialog so it was clear (especially for 'once' alarms) what day they were set for.
    • It is now possible to set up Webhooks for Reminders! A URL and a secret value (sent as X-Bouquin-Header) can be set in the Settings.
    • Improvements to StatisticsDialog: it now shows statistics about logged time, reminders, etc. Sections are grouped for better readability
    Downloads
  • 0.7.0 7a75d33bb0

    0.7.0
    All checks were successful
    CI / test (push) Successful in 8m43s
    Lint / test (push) Successful in 37s
    Trivy / test (push) Successful in 21s
    Stable

    mig5 released this 2025-12-10 23:29:35 -06:00 | 59 commits to main since this release

    • New Invoicing feature! This is tied to time logging and (optionally) documents and reminders features.
    • Add 'Last week' to Time Report dialog range option
    • Add 'Change Date' button to the History Dialog (same as the one used in Time log dialogs)
    Downloads