2024-01-31 328a80b Daniel Graham
    Tagged version 6.1.3.

2024-01-31 8134428 Daniel Graham
    Fixed bug in query 'info' - used to show details for a provided
    doc_id.

2024-01-31 b587ead Daniel Graham
    Tagged version 6.1.2. Proper sorting for type v csv queries.

2024-01-31 c37c715 Daniel Graham
    Refactored 'v' queries to use QDict 'as_csv', a slightly modified
    version of as_tree. Cleaned up comments.

2024-01-29 c3681b2 Daniel Graham
    Tagged version 6.1.1.

2024-01-29 69922a0 Daniel Graham
    Wrapped starting time in date_to_datetime to permit sorting using
    timestamp().

2024-01-29 4df92d8 Daniel Graham
    Tagged version 6.1.0.

2024-01-29 ece863d Daniel Graham
    Fixed sorting issue in journal and index views. Added section on
    'Do Next View' to README.

2024-01-28 65f3211 Daniel Graham
    Tagged version 6.0.19.

2024-01-28 1a5afa8 Daniel Graham
    README tweaks. Now using auto tabs to spaces and remove trailing
    white space which makes for lots of changes. Replaced erroneous
    instance of 'diff_for_humans' (Pendulum) with 'duration_in_words'
    now twith short option to retain only the two most significant
    periods from weeks, days, hours and minutes. Used for 'when' in
    email and text alerts.

2024-01-27 5d2ed6d Daniel Graham
    Tagged version 6.0.18.

2024-01-27 af2eba5 Daniel Graham
    Missed bindings for goto today.

2024-01-27 f805747 Daniel Graham
    Tagged version 6.0.17.

2024-01-27 0068cfd Daniel Graham
    Restored keybindings: space->goto today, enter->toggle details.
    Added FuzzyCompleter wrapper to at_completer. Updated README for
    menus and Konnected View.

2024-01-26 fdcd9cd Daniel Graham
    Implemented using @K <summary> entries to add links to as yet non
    existing inbox items with the provided summary and an @s entry
    corresponding to the current date. The inbox items are created and
    the resulting doc_id's added to an @k entry which replaces the @K
    entry. Reorganized menus and updated README accordingly. Pressing
    'J' in any mode, opens a 'daily' journal entry for the current
    date for editing, creating the item if it doesn't already exist.

2024-01-24 11f2673 Daniel Graham
    Reverse sort 'daily' to put most recent first. Wrap rset.after in
    try/except to catch Gour issue.

2024-01-23 b60c10a 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
