Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 651 Bytes

File metadata and controls

19 lines (13 loc) · 651 Bytes

Changelog

1.3.0

  • Format Document (Shift+Alt+F) support for .env files — trims whitespace around =, removes trailing spaces, collapses consecutive blank lines, ensures trailing newline
  • Context menu now shows all commands regardless of file type for easy back-and-forth conversion

1.2.0

  • Support selection-based conversion — select specific lines to convert only the selection
  • "New File" commands now open result in an untitled tab instead of saving to disk

1.0.0

  • Initial release
  • Convert .env to JSON (in-place and new file)
  • Convert JSON to .env (in-place and new file)
  • Context menu support
  • Keyboard shortcuts