-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4562ab6
commit bc2510e
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
-1 fix strikethrough | ||
-1 fix long lines (longer than width // 2 - 1) | ||
-1 fix moving down onto a toggled line | ||
-2 make multitodo insert use notes rather than todos by | ||
2 default | ||
-2 fix lines longer than textbox during editing | ||
-3 make it work on windows | ||
-3 appears to be a compatibility problem with python3.12 | ||
-4 implement multiline todos | ||
-4 allow multiline paste | ||
-4 allow multiline print | ||
-4 allow wgetnstr to use multiline editing | ||
-2 make multitodo insert use notes rather than todos by | ||
2 default | ||
-2 fix lines longer than textbox during editing | ||
- make startup faster | ||
- fix silence if dependencies are not installed |