Releases: aserebryakov/vim-todo-lists
Releases · aserebryakov/vim-todo-lists
vim-todo-lists 0.8.0
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
Bug Fixes
- Syntax highlight is fixed
vim-todo-lists 0.7.0
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
Features
- Added items moving on state change
vim-todo-lists 0.5.1
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
Features
- Added items highlighting
vim-todo-lists 0.4.0
Features
- Added items hierarchy support
vim-todo-lists 0.3.0
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
Features
- Adds an option to configure custom key mappings
vim-todo-lists 0.1.1
Bug Fixes
- Fixes broken compatibility with the filestyle plugin