Releases: mvgrimes/obsidian-todotxt-plugin
Releases · mvgrimes/obsidian-todotxt-plugin
2.1.7
- fix: switch to use-long-press which supports cancelOnMovement by @mvgrimes
2.1.6
- ci: bump ci version of node to 20 by @mvgrimes
2.1.5
- ci: adding pnpm/action-setup to the github action by @mvgrimes
- ci: update github action to use pnpm by @mvgrimes
- fix: handle some typescript issues by @mvgrimes
- fix: try switching to @uidotdev/usehooks to handle longpress by @mvgrimes
- chore: convert to pnpm by @mvgrimes
2.1.2
- fix: add information about supporting the plugiin development by @mvgrimes
- fix: adjust column breakpoints to split columns later by @mvgrimes
- fix: remove click/tap on Todo label to toggle by @mvgrimes
2.1.0
- feat: support long-click/press to edit a Todo by @mvgrimes
- feat: remove priority when creating recurring task by @mvgrimes
2.0.5
- feat: add release notes generation to GitHub workflows by @mvgrimes
- fix: add instructions for creating .todotxt file to README by @mvgrimes
- fix: handle trailing whitespace in a todo by @mvgrimes