==================
- Feature: New 'journal' format shows ledger-style report.
- Including sparklines and tag frequencies, e.g.::
$ dob report
Fri Jun 12 8.3 hours ████▌ Sleep & OfflineSleep
2.5 hours █▍ DevelopmentTally Bark dob(5)
- Feature: Add JSON output format.
- E.g., ``dob find --since yesterday --json``.
- Feature: Add markup-related output formats: html, mediawiki, rst, etc.
- E.g., ``dob find --since 'last week' --rst``.
- Feature: Replace broken output truncate option with width option.
- Also changes Factoid report to default to compact view (no blank
lines) when width is used.
- E.g., ``dob find --since 'last week' --factoid --width 110``.
- Improve: Align columns better in table formatted report.
- E.g., align 'duration' column on decimal places, and right-align
other number columns.
- Improve: Show hidden config options when requested directly.
- E.g., ``dob config dump foo bar``.
- Config: New option, ``term.row_limit``, to improve dob-list experience.
- This avoids overwhelming the terminal with too much output, unless
the user explicitly asks for it.