Skip to content

Latest commit

 

History

History
151 lines (83 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

151 lines (83 loc) · 2.34 KB

Changelog

All notable changes to this project will be documented in this file.

[4169-0.1.6] - 2024-07-19

🐛 Bug Fixes

  • Wrong results after "undo" command

🚜 Refactor

  • Tidy codes

⚙️ Miscellaneous Tasks

  • Update deps

[4169-0.1.5] - 2024-06-06

🚜 Refactor

  • Tidy codes

📚 Documentation

  • Add FAQ: How to Disable Rendering by Default and Enable Manually?

⚙️ Miscellaneous Tasks

  • Revise menu wordings
  • Revise settings wording
  • Update deps

[4169-0.1.4] - 2024-05-22

🚀 Features

  • Add context menu for force enable/disable for the view
  • Add new plugin setting: enabled_selector

🚜 Refactor

  • Tidy codes

[4169-0.1.3] - 2024-05-20

🚜 Refactor

  • Tidy codes

⚙️ Miscellaneous Tasks

  • Add "typing-extensions" as a dependency

[4169-0.1.2] - 2024-05-20

🐛 Bug Fixes

  • Clear colored regions when plugin is unloaded

🚜 Refactor

  • Tidy codes

📚 Documentation

  • Improve color customization section

[4169-0.1.1] - 2024-05-14

🚜 Refactor

  • Prefer user's enable/disable if it's set

⚙️ Miscellaneous Tasks

  • Add .markdownlint.yaml
  • Add command palette menu items
  • Remove persistent status bar message after executing a command

[4169-0.1.0] - 2024-05-14

🚀 Features

  • Add commands for enable/disable/toggle plugin for view

📚 Documentation

  • Update README

⚙️ Miscellaneous Tasks

  • Add todo
  • Update .gitignore
  • Update deps

[4169-0.0.3] - 2024-05-13

🚜 Refactor

  • Add some "from future import annotations"

📚 Documentation

  • Update README

[4169-0.0.2] - 2024-05-13

🚀 Features

  • Add on_reload_async() hook

🚜 Refactor

  • Rename RainbowIndent class to RainbowIndentEventListener
  • Tidy codes

📚 Documentation

  • Mention VSCode's indent-rainbow extension

⚙️ Miscellaneous Tasks

  • (menu) Add plugin's main menu
  • Add sublime-package.json for LSP-json completion

[4169-0.0.1] - 2024-05-12

🚀 Features

  • New setting: file_size_limit

🚜 Refactor

  • Frozen IndentInfo class
  • Split into boot.py and plugin/ architecture
  • Tidy codes
  • Use more-itertools

📚 Documentation

  • Update README

⚙️ Miscellaneous Tasks

  • Add make command: update-changelog
  • Add more-itertools as a dependency
  • (ci) Simplify uv