Skip to content

Releases: CoderPenguin1-dev/sled

sled v1.3.0

Choose a tag to compare

@CoderPenguin1-dev CoderPenguin1-dev released this 25 Oct 12:22

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

Choose a tag to compare

@CoderPenguin1-dev CoderPenguin1-dev released this 12 Oct 04:40

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 v command. 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

Choose a tag to compare

@CoderPenguin1-dev CoderPenguin1-dev released this 25 Sep 01:37

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

Choose a tag to compare

@CoderPenguin1-dev CoderPenguin1-dev released this 09 Sep 04:24

Additions

  • The l mode 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.

sled v1.0.0

Choose a tag to compare

@CoderPenguin1-dev CoderPenguin1-dev released this 06 Sep 19:58

Initial release.