Skip to content

Releases: antoniolg/justdoit

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 23:11

Changelog

  • 4a69aa1 feat: exclude configured lists from next backlog

v0.1.3

Choose a tag to compare

@antoniolg antoniolg released this 03 Feb 09:23

Bug fixes

  • Fix wrong task selected on delete/actions: Default bubbles keymap bound d/f to NextPage and b to PrevPage, causing the list to jump pages before the action handler ran. Unbind conflicting letter keys from pagination.

  • Fix stale time in long-running TUI sessions: app.Now was cached at startup. When the TUI stayed open overnight, recurring tasks would be rescheduled to past dates. Replace static field with Now() method that always returns current time.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jan 09:54

Changelog

  • 34b45bb Add next command for CLI
  • 992ecb1 Add task IDs and done by title
  • 35e14ee Add undo command for completed tasks

v0.1.1

Choose a tag to compare

@antoniolg antoniolg released this 05 Jan 15:12

Highlights:

  • Next view shows calendar events (interleaved with tasks) and event details/time.
  • Form list/section selectors + footer hints wrap on small terminals.
  • List view sections fixed (non-General sections show correctly).
  • All-day task dues no longer show a time.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 08:42

Changelog

  • 7dcf95c Add .gitignore
  • e97b7e5 Add CI workflow
  • 05f4ea9 Add MIT license and update Go requirement
  • d29caf2 Add Makefile
  • 68a7809 Add backlog toggle to Next view
  • ca5f233 Add date range support to view
  • 5d38e48 Add default TUI
  • c1c0154 Add interactive task actions in TUI
  • 93d66f9 Add list command
  • 84873bd Add quick add and cached week sync
  • 8489d4d Add quick capture input
  • f5810e9 Add quick capture legend
  • 89e166b Add recurrence parsing and next occurrence creation
  • 452667f Add release workflow and Homebrew tap config
  • ab74343 Add search filters
  • 345ceb9 Add section create command
  • bb40b76 Add snooze action
  • 54b153d Add task move command
  • bfb95d7 Add task search
  • b71edbf Add update/delete commands
  • 079467e Add week navigation keys
  • 46d8eea Add week view and calendar selection
  • 8b0ab16 Add week view screenshot
  • 2386e22 Allow cancelled status in misspell rules
  • e87f781 Async list loading and lint fixes
  • 410df1a Clean task list rows
  • a1fdd3a Compact week view layout
  • 783dcfb Default recurring tasks to today
  • 34e9e17 Expand CI and README
  • 05d95f4 Fix TUI list sizing
  • 92d2ec6 Fix golangci-lint v2 config
  • b70401e Fix search shortcuts
  • 0fdec4f Fix unicode truncation in week view
  • 9f0684c Improve TUI editing and layout
  • 98eb41e Improve TUI navigation
  • a9f705d Initial commit
  • 8a6df4d Make all-day items selectable
  • bd4f37f Mark recurring tasks and show recurrence
  • 4df63fd Polish TUI styling
  • fad9311 Preserve list navigation across headers
  • 47729b8 Refactor queries and add lint/tests
  • 9de4f79 Remove task IDs from UI
  • 5da151b Remove week backlog column
  • cbce1ec Reorder menu items
  • 2531d5e Replace quick add with step-by-step task form
  • b74c725 Require existing sections for tasks
  • b1ffe2f Revamp Today into Next view
  • be87638 Show overlapping events in week view
  • 94453c2 Simplify CI badge
  • ebec7ec Simplify menu styling
  • 34d571c Skip section headers in list selection
  • 61b6547 Translate recurrence labels to English
  • 74e37d9 Translate schedule labels and enforce English
  • 889b718 Update golangci-lint action to v7
  • 17fa136 Use English quick capture example