Skip to content

Releases: dhth/omm

v0.5.1

13 Aug 21:49
1195f43
Compare
Choose a tag to compare

Changes

  • 🔧 - bug fix
  • ⚙️ - minor technical improvements

  • 🔧 - Fixed an issue where omm would panic when tasks summaries of certain lengths were entered (on certain platforms)
  • ⚙️ - Improvements in error handling

Changelog

v0.5.0

03 Aug 01:20
0d8262c
Compare
Choose a tag to compare

Changes

  • 🆕 - a new feature
  • 🔄 - change in behavior
  • ❌ - removal of a functionality
  • 🄶 - check guide for more details

  • 🔄 URIs with custom schemes are considered as task bookmarks. For example: 🄶
    • spotify:track:4fVBFyglBhMf0erfF7pBJp
    • obsidian://open?vault=VAULT&file=FILE
  • 🆕 Circular navigation for lists via --circular-nav

Thanks to @danielwerg for the ideas.

Changelog

  • 0544ec8 chore: add reference to binhelpers
  • 2efa8cb chore: add shields
  • 44aeaa2 feat: add circular scrolling to lists
  • 0ad4d44 feat: consider uris with custom schemes as bookmarks (#21)
  • e9f0999 feat: more colors for prefixes
  • ba84a90 feat: put circular navigation behind a flag

v0.4.3

27 Jul 22:09
Compare
Choose a tag to compare
  • 🔄 omm asks for confirmation before deleting a task. Change this behavior with --confirm-before-deletion=false

Changelog

  • 28ca60b build: dependency upgrades
  • 88b9335 chore(guide): add more markdown syntax examples
  • 0f7d409 chore: add v0.4.3 to updates
  • 8be3a57 feat: ask for confirmation before deleting

v0.4.2

26 Jul 16:53
Compare
Choose a tag to compare

Changelog

  • e6c1ab0 fix: pager doesn't respond to arrow keys

v0.4.1

26 Jul 15:18
Compare
Choose a tag to compare

Changelog

  • d83dd43 chore: add cosign.pub to releases

v0.4.0

26 Jul 07:42
Compare
Choose a tag to compare

👉 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

v0.3.1

19 Jul 16:45
Compare
Choose a tag to compare

Includes a small improvement: URLs in a task's summary are also considered as bookmarks.

Changelog

  • 03ae2e9 chore: add issue templates
  • 4a90459 feat: bookmarks include urls in task summary

v0.3.0

19 Jul 09:37
8d2e169
Compare
Choose a tag to compare

This releases adds the following features to omm:

  • The ability to quickly open URLs present in a task's context. Press "b" to show these URLs as a list, or press "B" to open all of them in your browser at once.
    bookmarks
    bookmarks
  • Support for providing configuration via a TOML file
    # ~/.config/omm/omm-work.toml
    
    db_path      = "~/.local/share/omm/omm-w.db"
    tl_color     = "#b8bb26"
    atl_color    = "#fabd2f"
    title        = "work"
    list_density = "spacious"
    show_context = false
    editor       = "vi -u NONE"
  • The ability to copy a task's context by pressing "y"

Changelog

  • 8d2e169 feat: add support for toml config (#8)
  • ae25b22 feat: allow copying context to system clipboard
  • c8c2be4 feat: allow opening urls in context (#7)

v0.2.2

15 Jul 10:43
Compare
Choose a tag to compare

Fixes an issue where closing the "Task Details" pane would move the active task list to the next page.

Changelog

  • bff020c fix: closing task details pane moves to next page

v0.2.1

14 Jul 23:24
Compare
Choose a tag to compare

Includes a small fix to store omm's database in the correct location on Windows.

Changelog

  • c09deed fix: use correct data storage path on windows