Skip to content

v0.99.0-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:55
· 27688 commits to main since this release

Additions

  • Added commands to transform text ((#1821), (#1011)).
    • convert to kebab case
    • convert to snake case
    • convert to upper camel case
    • convert to lower camel case
    • convert to title case
    • convert to lower case
    • convert to upper case
  • Added support for cmd-/ to add line comments to shell files.
  • Added syntax highlighting support for Cargo.lock and .zprofile files.

Bug Fixes

  • Fixed a bug where language detection could fail when a file's name began with a ..
  • Fixed a bug where file icons would not be registered when a file's name contained . (#1877).
  • Fixed a bug where syntax highlighting wasn't being applied to shell files if a shebang wasn't present.
  • Fixed a rendering glitch that could occur after control-clicking certain elements.
  • Fixed an inconsistency in the status bar update button font size.