Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Ruthenium

Compare
Choose a tag to compare
@kevinsawicki kevinsawicki released this 17 Dec 22:06
· 26479 commits to master since this release

For Users

  • ✒️🔆 HTML entities now highlight in GitHub Flavored Markdown files.
  • ♻️🐛 Fixed an issue with the fuzzy finder re-indexing incorrectly when reopening.
  • 🔀🆔 The wrap-guide package now uses wrap-guide as its config prefix instead of wrapGuide to be consistent with other packages. All wrapGuide.columns config settings should be updated to wrap-guide.columns.
  • 🌲🚠 Tree view no longer automatically shrinks and expands as your open/close folders.
  • 🌲👻 The tree-view.hideIgnoredNames settings can now be used to hide file/folders in the tree view that match the core.ignoredNames setting, such as .git.
  • 📈🐛 Fixed an issue with the editor-stats package not opening.
  • 🌲🚽 Fixed and issue with folders collapsing in the tree-view when a file/folder was added.
  • 🏃🔥 The Movement menu has been removed.

For Developers

  • ⛺🐛 Fixed an issue with the menu file generated from running Package Generator: Generate Package or apm init --package not being parseable.
  • 🚯 Added a script/clean command to delete node_modules, apm cache, compile cache, etc.