| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 1.6.0 * #529 Fix summary truncating multibyte characters in long annotations * #531 Update CONTRIBUTING.md to use branch 'develop' instead of 'dev' * #535 Adding completion for fish shell * #538 Fix man page build for out-of-source builds * #540 reports should end at current time if a task is still running * #547 AtomicFile: Operate on the target of symlinks * #551 Add retag command * #552 Extend XDG support to macOS * #553 Configurability of CMake install directories * #554 Update documentation for command 'retag' * Use local man pages in tests * Cleanup CMake files * Update project to C++17 - Drop timewarrior-out-of-source-man-pages.patch since it has been integrated upstream with #538.
- Update to 1.5.0
* #361 Improve documentation
* #389 Extend summary configuration
* #489 First execution creates database regardless of confirmation response
* #403 Remove incorrect output stating that an empty interval was recorded
* #406 Clarify minimal value for 'epoch' as date value
* #408 Update documentation of hint `:all`
* #437 Minor AtomicFile cleanup
* #439 Show error message if command track is called with an id
* #441 Return report return code
* #444 Improve documentation on annotations
* #450 Report 'totals.py' does not display data when no time range specified
* #458 Add man documentation for configuring tag colors.
* #463 Add colors to summary
* #466 Ignore empty exclusion ranges
* #468 Refactor interval filtering
* #469 Do not leak IntervalFilters in IntervalFilterAndGroup
* #470 Do not leak filter in IntervalFilterFirstOf
* #474 Make display of ids and annotations in summary report configurable
* #477 Add configurable default range for reports
* #478 Add support for XDG Base Directory specification on Unixes
* #491 Tracking an interval in the future while actively tracking time results in a database inconsistency
* #505 Report 'totals.py' does not truncate intervals to report range
* #510 Export intervals by IDs
* #512 help.t fails on alpine with mandoc package
* Add option '--details' to 'test/problems' script
- Added timewarrior-out-of-source-man-pages.patch
- Update to 1.4.3
* #159 Tags enclosed in escaped double-quotes are not handled correctly
* #379 CmdSummary: Fix calculation of display start in summary table
* #387 Fixed URL for tarball download
* #390 dom.tracked.X.tag.Y always returns dom.tracked.1.tag.Y
* #393 Update dark_blue.theme
* #398 test: Thread.isAlive() -> Thread.is_alive()
* #410 Replace roff man pages with asciidoctor
* #411 Transfer platform testing from Travis CI to GitHub Actions
* #416 Internal error. Failed encode / decode check when doing undo
* #419 Links not preserved over linebreaks in man page
* #422 Internal error. Failed encode / decode check.
* Width determination of Unicode characters now works for up to
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
* Fix test `summary.t` for single-digit weeks
- cleanup specfile
- Update to 1.2.0. Full changelog available at https://github.com/GothenburgBitFactory/timewarrior/blob/1.2.0/ChangeLog - Changed source url to GitHub
- Update to 1.1.1
- Taskwarrior integration hook now uses a project 'Home.Garden' as a single
tag 'Home.Garden' as well as individual 'Home', 'Garden' tags.
- Taskwarrior integration hook now stops the clock in more situations, such
as deleting or waiting a task.
- The 'tags' command now supports filters.
- New date names supported (see 'timew help date' or 'man timew').
- Timewarrior and Taskwarrior now use the same date handling.
- The 'continue' command can resume tracking by @id.
- When specifying a time without a date (e.g. '10:00am'), the day is assumed
to be today, and is no longer projected back in time.
- Initial version 1.0.0 timewarrior-build-compare.patch
- cleanup specfile
- Removed missing doc files from specfile - Update to 1.4.2, skipping over 1.3.0, 1.4.0, 1.4.1 * #377 make install with error due to missing file `COPYING` * #378 Summary with `:all` hint is empty for open interval * #126 DOM-Query for ids * #188 DOM-Query for tags * #206 Add :all hint * #241 Allow continue by tag. * #258 make error FS.cpp on freebsd 12.1 * #307 Introduce 'journal.size' configuration item * #309 unicode input causes indefinite hang for commands like day or month * #331 start command adjust * #333 Summary command fails with `:all` hint * #335 Update docs links from taskwarrior.org to timewarrior.net * #351 Stop failed to close currently tracking interval * #364 Entering an open interval with future date causes assertion error * #372 Empty intervals are not deleted in `:adjust` overlap resolution * #259 Migrate to python 3 * #270 Stop with id should suggest modify command * #275 Change `timew help intervals` to `timew help ranges` in help summary * #278 New hint :fortnight added * #284 tags.data modification date updated when file is not modified * #285 Pass record id to extensions * #290 trying to track something that would be before epoch fails silently, corrupting database * #293 filtering by tag can produce wrong ids * #298 Add current version of bash-completion