Releases: CoderPenguin1-dev/sled
Releases · CoderPenguin1-dev/sled
Release list
sled v1.3.0
Additions
- The cut (k) command.
- Can insert content anywhere within a line on the buffer.
- Overload of the quit (q) command.
- Saves the buffer to the requested absolute path.
Removed
- The write/quit (wq) command.
- Merged into the quit (q) command.
sled v1.2.0
Additions
- Configuration file.
- Read CONFIG.md for information.
- Added environment variables.
- Read CONFIG.md for information.
- Added more verbose error messages.
- Added a message reporting how many bytes were written to the file.
- Added the
vcommand. Which toggles verbose messages on and off.
Changes
- Changed name to the "Sharp Line EDitor".
Fixes
- Fixed spelling mistakes in help command.
sled v1.1.1
Changes
- Changed the help menu a bit.
Bug Fixes
- Fixed being unable to copy files to the buffer when the file path had spaces.
- Fixed being unable to write to files where the file path had quotes in it.
sled v1.1.0
Additions
- The
lmode to load in a file's contents into the buffer.
Changes
- Made all modes start with a single character instead of starting with a hyphen and then the character.
- Made it so you can't load in a file by just passing in the file path.