Additions
- Added the ability to jump to a specific line and column from the file finder and from the
zed
CLI. To do this, include a line number and optional column number, preceded by colons, after the desired filename (557, 1184). - Added the ability to jump to a specific column from the go-to-line modal, by typing a colon and a column number after the line number.
- Added git status colors to files and directories in the project panel (29).
Bug Fixes
- Fixed a bug where changes weren't reflected in the git gutter when creating a new git repository inside an existing project folder (553).