Skip to content

Releases: HenriquesLab/TaskRepo

Release v0.10.11

05 Dec 11:43

Choose a tag to compare

Release v0.10.10

04 Dec 11:49

Choose a tag to compare

Release v0.10.9

19 Nov 14:17

Choose a tag to compare

Release v0.10.8

14 Nov 16:44

Choose a tag to compare

Release v0.10.7

13 Nov 11:16

Choose a tag to compare

Release v0.10.6

11 Nov 11:47

Choose a tag to compare

Release v0.10.4

10 Nov 14:49

Choose a tag to compare

Release v0.10.3

10 Nov 13:35

Choose a tag to compare

Improved

  • Simplified sorting configuration (tsk config option 9)

    • Replaced 40+ lines of technical documentation with 6 simple preset choices
    • New presets: "By due date", "By priority", "My tasks first", "Newest first", etc.
    • Advanced custom options still available but hidden behind "custom" choice
    • Makes configuration accessible to all users, not just power users
  • Crystal clear exit feedback (tsk config)

    • Prompt now shows "Ctrl+C to exit" hint
    • Exit confirmation changed from plain text to bold green "✓ Configuration saved. Exiting."
    • No more confusion about whether you've exited or just cancelled a submenu
  • Improved clustering toggle (tsk config option 10)

    • Current state shown in bold: "is currently: ON" or "OFF"
    • Context-aware prompts: "Turn OFF clustering?" when ON, "Turn ON?" when OFF
    • Clear feedback: "Clustering turned ON/OFF" or "No changes made."
    • Eliminates confusion about current state and action being taken

Full Changelog: v0.10.2...v0.10.3

Release v0.10.2

10 Nov 12:31

Choose a tag to compare

Fixed

  • Subtask sorting: Subtasks now sort by due date first, regardless of global sort configuration
    • Urgent subtasks with earlier due dates now appear first within their parent task
    • Ensures critical subtasks are visible at the top of hierarchical task lists
    • Applies to both TUI and CLI list views with tree display

Improved

  • Conservative countdown rounding: All countdown displays now use ceiling division (rounds UP) for more conservative time estimates
    • Future dates: 1-6 days → "1 week", 7-13 days → "2 weeks", etc.
    • Overdue dates: 7-13 days → "-2w", 14-20 days → "-3w", etc.
    • Prevents underestimating urgency by always rounding to the next higher time unit
    • Applies to both CLI and README countdown displays

Full Changelog: v0.10.1...v0.10.2

Release v0.10.1

06 Nov 12:19

Choose a tag to compare