Skip to content

v0.4.0

Compare
Choose a tag to compare
@dhth dhth released this 26 Jul 07:42
· 23 commits to main since this release

πŸ‘‰ Legend

β€’ πŸ†• - a new feature
β€’ πŸ”„ - change in behavior
β€’ ❌ - removal of a functionality
β€’ πŸ„Ά - check guide for more details


This release includes the following.

  • πŸ†• Markdown in task context is rendered with syntax highlighting
    omm-task-details-1
  • πŸ”„ Task Lists in "compact" mode show more than 9 tasks at a time, when maximised
  • ❌ Keymaps ([2-9]) for the Active Tasks list to move task at a specific index to the top
  • πŸ†• Task Lists in "compact" mode highlight prefixes
  • πŸ†• Tasks Lists can be filtered using / πŸ„Ά
    image
  • πŸ†• A quick filter based on task prefixes can be applied using ctrl+p πŸ„Ά
    image
  • πŸ†• Prefix during task creation/update can be chosen using ctrl+p πŸ„Ά
  • πŸ†• Move an active task to the end of the list using E πŸ„Ά
  • πŸ†• The updates subcommand

Thank you

Changelog

  • 3b38b47 feat: allow moving a task to the end
  • bf8f956 feat: allow prefix selection during task creation/update
  • 841d078 feat: full screen compact view, filtering, markdown rendering (#10)
  • bc53dfe feat: highlight prefix in compact mode
  • 34a0fba feat: move cursor to item selected in filtered state
  • ef9543c feat: remove spacing in full screen compact mode
  • 1b6a9e3 feat: updates subcommand
  • 87f3c26 refactor: use gruvbox for md rendering