Releases: dhth/omm
Releases · dhth/omm
v0.6.0
Changes
- Use full width for context and task details
- Increase upper threshold for context length to 1 MB (was 4KB before)
- Preserve newlines in rendered context
Changelog
- 6ddb913 build: go, dependency upgrades (#43)
- 546a57c build: upgrade go and deps (#50)
- 6c8ecda build: upgrade go and deps (#61)
- 2aec3bd build: upgrade go version and dependencies
- 167bb22 chore: bump upper limit for context length (#60)
- e10b643 chore: set dependabot interval to monthly [no ci]
- b14c592 chore: update changelog, updates subcommand output (#63)
- b1e9409 docs(README): add repo activity image
- 3201c9c feat: preserve newlines in rendered context (#64)
- 6fac9bd feat: use full width for context and task details (#62)
v0.5.1
Changes
- 🔧 - bug fix
- ⚙️ - minor technical improvements
- 🔧 - Fixed an issue where
ommwould panic when tasks summaries of certain lengths were entered (on certain platforms) - ⚙️ - Improvements in error handling
Changelog
v0.5.0
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:4fVBFyglBhMf0erfF7pBJpobsidian://open?vault=VAULT&file=FILE
- 🆕 Circular navigation for lists via
--circular-nav
Thanks to @danielwerg for the ideas.
Changelog
v0.4.3
v0.4.2
v0.4.1
v0.4.0
👉 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
- 🔄 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
/🄶
- 🆕 A quick filter based on task prefixes can be applied using
ctrl+p🄶
- 🆕 Prefix during task creation/update can be chosen using
ctrl+p🄶 - 🆕 Move an active task to the end of the list using
E🄶 - 🆕 The
updatessubcommand
Thank you
- @ccoVeille for the PR reviews
- @curz46 for the suggestion for using
glamour.
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
v0.3.0
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.
- 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"