Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.11.1 #22

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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