Skip to content

Commit

Permalink
Replaced commit markers with line number markers
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Sep 23, 2020
1 parent a43c35a commit 70d7239
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ Undoing and Redoing in Ox is as simple as <kbd>Ctrl + U</kbd> to undo and <kbd>C
You can see the `tasks.todo.md` file to see my full plans for the future of the editor!

Here is the current summary
- [X] Initial Research (0.1.0, 0.1.1) [62 commits]
- [X] Initial Research (0.1.0, 0.1.1) [741 lines]
- [X] Basic editing functions (0.2.0)
- [X] Line numbers (0.2.0)
- [X] Searching (0.2.0) [33 commits]
- [X] Undo and Redo (0.2.1) [30 commits]
- [ ] Clipboard support (0.2.2)
- [X] Searching (0.2.0) [1040 lines]
- [X] Undo and Redo (0.2.1) [1282 lines]
- [X] Input bug (0.2.2) [1278 lines]
- [ ] Good command line interface (0.2.3)
- [ ] Config files (0.2.3)
- [ ] Replacing text (0.2.3)
Expand Down
9 changes: 3 additions & 6 deletions tasks.todo.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
0.2.2 (Input bug solving and log file)
- [ ] Set up a log file
- [ ] Add bool in config.rs
- [ ] Add functions for writing to it
- [X] Fix clipboard bug

0.2.3 (Interface improvements)
- [ ] CLAP cli
- [ ] Update documentation
Expand Down Expand Up @@ -154,3 +148,6 @@
- [X] Commit changes after inactivity period
- [X] Refactor

0.2.2 (Input bug solving)
- [X] Fix clipboard bug

0 comments on commit 70d7239

Please sign in to comment.