- Bundled webview files when building the extension
- Reduced the extension build size slightly
- Happy New Year!
- First stable release
- Added keyboard shortcuts (Tab, Shift+Tab) to change item indentation
- Fixed adding new list items and serializing sub-lists
- Removed unnecessary reference to the VSCode API
- Improved drag and drop support with new placeholder style and better element position handling
- Fixed so that removing the last item from the sub-list would also remove the sub-lit itself
- Added drag and drop support for re-ordering items
- Fixed deserializing the text data of lists
- Fixed indeterminate state of checkboxes
- Added highlight over hovered list items
- Fixed checkbox width
- Supported multi-level TODO list
- Implemented indeterminate state of checkboxes
- Merry Christmas! 🎄
- Fixed adding new list items without focusing the view
- Added display of undone task count on the badge of the view
- Refactored some code
- Fixed build script to include missing icons
- Changed checkbox to VSCode native style
- Optimized label text color
- Initial release