Skip to content

Releases: y3owk1n/dotmd.nvim

v1.4.4

10 Aug 04:32
aedd8ee

Choose a tag to compare

1.4.4 (2025-08-10)

Bug Fixes

  • ci: move docs to its own workflow (#75) (b0f6fed)
  • picker: ensure config root dir for pickers (#73) (5018b81)

v1.4.3

20 Jul 06:50
99ef588

Choose a tag to compare

1.4.3 (2025-07-20)

Bug Fixes

v1.4.2

16 Apr 06:36
ba3293f

Choose a tag to compare

1.4.2 (2025-04-16)

Bug Fixes

  • commands.navigate: respect default_split settings when using navigate (#64) (f51e4e2)
  • config: add completions for all user commands (#67) (0979255)
  • floating-win: add reminder to :wq for floating footer (#66) (4a7583b)
  • utils.get_files_recursive: ignore if the directory does not exists instead of error-ing out (#68) (570ed8e)
  • utils.open_file: add float split with snacks.win detection (#60) (a2b6e59)
  • utils.open_file: improve float behaviour to not opening float on top of each other (#63) (6572f6c)

v1.4.1

13 Apr 07:28
0592401

Choose a tag to compare

1.4.1 (2025-04-13)

Bug Fixes

  • commands.create_todo_today: support rollover for multiple headings with configuration (#57) (dee260d)

v1.4.0

13 Apr 03:02
2b14cc9

Choose a tag to compare

1.4.0 (2025-04-13)

Features

  • commands.pick: add mini.pick support (#51) (c9bfd99)
  • config: disable rollover by default and add configurable rollover.heading (#54) (a687f2d)

Bug Fixes

  • health: better healthcheck for detecting pickers dependency (#56) (7568622)

v1.3.0

12 Apr 13:50
1f45e8d

Choose a tag to compare

1.3.0 (2025-04-12)

Features

  • config: pluralise config for keys notes, todos, journals (#46) (b3d64f0)

Bug Fixes

  • add trimming to note creation input (#49) (c7980cf)

v1.2.0

12 Apr 10:03
fb6bf65

Choose a tag to compare

1.2.0 (2025-04-12)

Features

  • commands.open: add ability to pluralised the query (#41) (a6ddbaf)
  • commands.picker: add snacks, telescope and fzf-lua picker (#42) (3a12efb)
  • commands: add open command (#40) (9ecf56f)

Bug Fixes

  • commands.picker: add checks for allowed_pickers to avoid hard error (#43) (b902a2e)
  • commands.picker: make the type to default to all instead of notes (#45) (82e9572)
  • commands.pick: refactor select logic into utility functions (#39) (8e77063)
  • directories.get_picker_dirs: only pass the type to picker instead of the whole opts (#38) (f888231)
  • utils.open_file: pass only split opts to open_file (#36) (6249116)

v1.1.0

11 Apr 06:38
554b114

Choose a tag to compare

1.1.0 (2025-04-11)

Features

  • setup: add user command with DotMd prefix during setup (#29) (4b6f4b3)

Bug Fixes

  • commands: remove open_file opts and always open the file (#32) (526f526)
  • config: add configurable rollover_todo for config (#34) (07f8520)
  • utils.merge_default_create_file_opts: remove hardcoded vertical for opts.split (#31) (5c8f84a)

v1.0.3

10 Apr 14:57
bf63c2f

Choose a tag to compare

1.0.3 (2025-04-10)

Bug Fixes

  • add confirmation prompt to prevent accidental creation (#24) (2d313df)
  • commands.inbox: use get_root_dir function instead of just expanding the rootdir (#25) (d34d476)
  • commands.navigate: support journal and todo navigation automagically (#26) (a588dfc)
  • directories.get_subdir: make sure handling trailing slashes correctly (#22) (107861a)

v1.0.2

10 Apr 03:37
9f7089d

Choose a tag to compare

1.0.2 (2025-04-10)

Bug Fixes

  • commands.create_note: allow create/select subdirectory before creating a new note (#20) (2ca4aaa)