Skip to content

Commit

Permalink
Release 0.11.1 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sid Olofsson <[email protected]>
  • Loading branch information
sidju and David Sid Olofsson authored Oct 25, 2023
1 parent 80d8eee commit 24eeb86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "add-ed"
description = "Embeddable pure rust editor based on ED"
version = "0.11.0"
version = "0.11.1"
repository = "https://github.com/sidju/add-ed"
readme = "README.md"
categories = ["text-editors"]
Expand Down
7 changes: 7 additions & 0 deletions POTENTIAL_FEATURES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Support "\r\n" line termination in local_io
Add public flags that configure wether or not to write in a '\r' before every
'\n' when writing to files or commands, respectively.

Not yet implemented since I don't use windows. Tell me if you need it and give
me two weeks.

# Plugin support, `@`:
Using a specific Macro trait and a `HashMap<&str, &mut dyn Macro>`.

Expand Down

0 comments on commit 24eeb86

Please sign in to comment.