2024-01-23 c73091d Daniel Graham
    Tagged version 6.0.16.

2024-01-23 6ba92e8 Daniel Graham
    Key binding tweaks for dated views: '.' show current date and ','
    jump to date. (One hand commands)

2024-01-23 57da6a2 Daniel Graham
    Tagged version 6.0.15. bug fix

2024-01-23 33d0c35 Daniel Graham
    Replaced ': ' as separator in completions with '|| ' to avoid
    false matches.

2024-01-23 98c2c0e Daniel Graham
    Tagged version 6.0.14. Major update to Konnected (Zettelkasten)
    View.

2024-01-23 bdb1f21 Daniel Graham
    When opening konnected view, if an item is selected with an @k
    entry, then jump to that row in konnected view. When returning to
    konnected view from viewing konnections for an item, jump to the
    row corresponding to the last selection in konnections. Added
    discussion of Zettelkasten to the Konnected View section of
    README.

2024-01-22 fde1078 Daniel Graham
    Tagged version 6.0.13.

2024-01-22 98ff2b4 Daniel Graham
    Fixed bug in setting title for go_to_line.

2024-01-22 15e61d0 Daniel Graham
    Don't automatically archive items with @k entries. Use 4-digit
    years in detail and edit views to preserve century, e.g., to avoid
    1944/4/17 being saved as 44/4/17 and then interpreted as
    2044/4/17.

2024-01-20 3c246a6 Daniel Graham
    Konnected view with show konnections for selected. Changed
    bindings, space for details, ^down for current, ^up for jump to
    date, in konnected view, enter shows konnections.

2024-01-18 f21d6ff Daniel Graham
    Tagged version 6.0.12.

2024-01-18 9d15299 Daniel Graham
    Refactored konnected, konnections_to and konnections_from. Wrapped
    item['s'] in date_to_datetime to permit comparisons with rrule
    instance when deleting.

2024-01-18 1b434bb Daniel Graham
    Tagged version 6.0.11.

2024-01-18 70fb828 Daniel Graham
    Konnected view tweaks.

2024-01-18 0e23212 Daniel Graham
    Added @k entries to lorem examples. Replaced erroneous Timezone
    entries with ZoneInfo. Work on konnect view formatting.

2024-01-15 ae440fe Daniel Graham
    removed unused imports

2024-01-14 06c43fe Daniel Graham
    Tagged version 6.0.10.

2024-01-14 74d74c2 Daniel Graham
    Added 'v' to complex query modes. Like 'u' it reports used times
    but saves the report as a timestamped CSV file in the 'csv'
    subdirectory of etmhome.

2024-01-13 3ee0ece Daniel Graham
    put used_time first in u query leafs

2024-01-12 56cc5c7 Daniel Graham
    Tagged version 6.0.9.

2024-01-12 a14d723 Daniel Graham
    Restored complex queries and report.py.

2024-01-12 a4a98ac Daniel Graham
    First pass at restoring complex queries with report.py

2024-01-10 0d4b53e Daniel Graham
    Tagged version 6.0.8.

2024-01-10 8982e8e Daniel Graham
    Fixed key bindings for do_check_update.

2024-01-10 1db262c Daniel Graham
    Tagged version 6.0.7. Fix for Mr White

2024-01-10 7a1ea5c Daniel Graham
    Replace erroneous strftime with call to date_to_datetime.

2024-01-10 180b3aa Daniel Graham
    Tagged version 6.0.6. Fixes for bump.py.

2024-01-10 ecd332f Daniel Graham
    More bump tweaks.

2024-01-10 7ded0b3 Daniel Graham
    restored bump.py changes

2024-01-10 e61af52 Daniel Graham
    Tagged version 6.0.5. Testing update procedure and tagging.

2024-01-10 e460628 Daniel Graham
    Tagged version 6.0.4. Back to master and working in github - etm 6
    is now the official and only release

2024-01-10 a3c1111 Daniel Graham
    Fixed CHANGES.txt

2024-01-10 b1312df Daniel Graham
    bump fix

2024-01-10 e239fa6 Daniel Graham
    Tagged version 6.0.4. Github modifications: master6 -> master;
    working6 -> working. etm 6 is now the official (and only) release.

2024-01-10 2803ca7 Daniel Graham
    Back from working6 and master6 to working and master.

2024-01-10 2ed6d17 Daniel Graham
    Merge branch 'working' into working6

2024-01-10 22e6751 Daniel Graham
    Merge remote-tracking branch 'origin/master' into master6

2024-01-09 f601318 Daniel Graham
    Corrected check updates to get version number from master6.

2024-01-09 1e98f61 Daniel Graham
    Improved explanation of refresh_interval and usedtime_minutes in
    options.py

2024-01-09 7068d15 Daniel Graham
    Tagged version 6.0.3.

2024-01-09 6f6b2b4 Daniel Graham
    Lorem tweaks. Enabled copying selection in details, edit and views
    with Ctrl-C. If text is selected then the selection is copied to
    the clipboard, otherwise the details, edit or view text is copied.

2024-01-08 5f0fe09 Daniel Graham
    Update bump.py

    Fixed push command.

2024-01-08 9e104dc Daniel Graham
    Tagged version 6.0.2.

2024-01-08 1a855a7 Daniel Graham
    updated bump to use working6 and master6

2024-01-08 fef84e2 Daniel Graham
    Fixed bug in key for usedtime_details where single digit months
    were used erroneously, e.g., '2024-1' instead of '2024-01'.

2024-01-07 2c129d8 Daniel Graham
    lorem example tweaks

2024-01-07 9374ba8 Daniel Graham
    Tagged version 6.0.1.

2024-01-07 a96db8f Daniel Graham
    Commit tweaks

2024-01-07 d96a6f2 Daniel Graham
    Tagged version 6.0.1a1.

2024-01-07 2e6ad4e Daniel Graham
    Changed bump.py to reflect the move from working to working6.

2024-01-07 c067fb6 Daniel Graham
    Tagged version 6.0.1. "initial release"

2024-01-07 b542aeb Daniel Graham
    Cleaned up logging. Expand @i 'journal_name' in index view as in
    journal view. Tweaked ake_examples and changed the summary of the
    inbox item to README to call attention to the information in the
    description.

2024-01-06 fd3deaf Daniel Graham
    Tagged version 6.0.0rc4.

2024-01-06 5362290 Daniel Graham
    More work on resource warnings, might have solution.

2024-01-05 f565ead Daniel Graham
    Removed ical.py and report.py. Working on 'Resource error'.

2024-01-03 033aaab Daniel Graham
    More profile_etm tweaks and sort improvements for journal view.

2024-01-03 52459e9 Daniel Graham
    profile_etm tweaks

2024-01-03 f4958b3 Daniel Graham
    Moved etm-qt/ and removed it from git.

2024-01-03 39d4727 Daniel Graham
    Tagged version 6.0.0rc3.

2024-01-03 17c2153 Daniel Graham
    Fixed inconsistent sign for completions - + for early and - for
    late. Re use format_duration to catch two most significant
    periods. Added profile_eetm.py script to start etm 'wrapped' in
    cProfile and save the resulting pstats when etm closes to
    'profile.txt' in the etmhome directory.
