Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.34 KB

Change Log

[0.1.1] - 2025-01-07

  • Bundled webview files when building the extension
  • Reduced the extension build size slightly

[0.1.0] - 2025-01-04

  • 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

[0.0.7] - 2024-12-30

  • 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

[0.0.6] - 2024-12-29

  • Added drag and drop support for re-ordering items
  • Fixed deserializing the text data of lists
  • Fixed indeterminate state of checkboxes

[0.0.5] - 2024-12-27

  • Added highlight over hovered list items
  • Fixed checkbox width

[0.0.4] - 2024-12-27

  • Supported multi-level TODO list
  • Implemented indeterminate state of checkboxes

[0.0.3] - 2024-12-25

  • 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

[0.0.2] - 2024-12-19

  • Fixed build script to include missing icons
  • Changed checkbox to VSCode native style
  • Optimized label text color

[0.0.1] - 2024-12-19

  • Initial release