Skip to content

Releases: aserebryakov/vim-todo-lists

vim-todo-lists 0.8.0

29 Jun 07:36

Choose a tag to compare

vim-todo-lists 0.8.0 Pre-release
Pre-release

Breaking Change

  • Added option to configure TODO items
  • File extension changed to .todo.md from .todo
  • Item indentation level is kept when creating a new one
  • Removed migration from older formats
  • Added plugin initialization for todo filetype
  • New item can be created with keypad Enter key
  • Makes normal mode keys more consistent

vim-todo-lists 0.7.1

12 Mar 09:01

Choose a tag to compare

vim-todo-lists 0.7.1 Pre-release
Pre-release

Bug Fixes

  • Syntax highlight is fixed

vim-todo-lists 0.7.0

14 Feb 11:03
4a85fee

Choose a tag to compare

vim-todo-lists 0.7.0 Pre-release
Pre-release

Features

  • Added automatic date insertion feature
  • Added mappings for fast increasing/decreasing indent
  • Items list are made markdown compatible (old are files updated automatically
    on load)

vim-todo-lists 0.6.0

28 Sep 20:43

Choose a tag to compare

vim-todo-lists 0.6.0 Pre-release
Pre-release

Features

  • Added items moving on state change

vim-todo-lists 0.5.1

04 Sep 18:58

Choose a tag to compare

vim-todo-lists 0.5.1 Pre-release
Pre-release

Bug Fixes

  • Fixed the annoying noise when navigating over items in default mode
  • Fixed the cursor position after the item is toggled

vim-todo-lists 0.5.0

02 Sep 08:44

Choose a tag to compare

vim-todo-lists 0.5.0 Pre-release
Pre-release

Features

  • Added items highlighting

vim-todo-lists 0.4.0

24 Aug 07:33

Choose a tag to compare

vim-todo-lists 0.4.0 Pre-release
Pre-release

Features

  • Added items hierarchy support

vim-todo-lists 0.3.0

20 Aug 20:17

Choose a tag to compare

vim-todo-lists 0.3.0 Pre-release
Pre-release

Features

  • Added items toggling in visual mode

Bug Fixes

  • Improves work with indentations of list items
  • Fixed the error when trying to navigate the buffer that doesn't contain items

vim-todo-lists 0.2.0

23 Jul 14:07

Choose a tag to compare

vim-todo-lists 0.2.0 Pre-release
Pre-release

Features

  • Adds an option to configure custom key mappings

vim-todo-lists 0.1.1

19 Jul 06:28

Choose a tag to compare

vim-todo-lists 0.1.1 Pre-release
Pre-release

Bug Fixes

  • Fixes broken compatibility with the filestyle plugin