Skip to content

Commit 29b0be8

Browse files
committed
updated ROADMAP
1 parent 91bd472 commit 29b0be8

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

ROADMAP.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,37 @@
33
44
ROADMAP
55

6+
1.5 EXPANDED FEATURES INCLUDING SEARCH
7+
- Search through encrypted notes with grep (#19)
8+
- Expanded documentation
9+
- Added undocumented 'tree' subcommand for paging through
10+
the notes directory (#20)
11+
- Support for $NOTESDIR to override data store location (#16)
12+
- Support for $XDG_DATA_DIR/.notes to store data (#15)
13+
- Fixed bug with spaces in filenames (#2)
14+
615
1.0 INITIAL RELEASE
716
- GPG encrypted notes
817
- add/delete/rename notes
918
- multiple notebooks
1019
- add/delete/rename notebooks
1120
- re-encrypt with new GPG key
21+
- packaged as a tarball with SHA256 (#14)
22+
- packaged as a .deb (#11)
1223

1324
IN NEXT RELEASE (IMPLEMENTED)
14-
- packaged as a tarball with SHA256
15-
- Debian .DEB packaging
16-
- Added a 'tree' subcommand for paging through the notes directory
17-
- $NOTESDIR env support
1825

1926
FUTURE FEATURES
2027
- dedicated diary/journal function
2128
- spell checking before encryption using aspell
2229
- multiuser encryption
2330
- different gpg keys per notebook
2431
- git integration
25-
- bash/zsh completion
32+
- bash completion
33+
- zsh completion
2634
- FreeBSD .PKG packaging
2735
- FreeBSD ports configuration
28-
- XDG environment support
36+
- shred functionality
37+
- encrypted backup/restore
38+
- PIV card support
39+
- Issue #17 BUG - import truncates filename if spaces in filename

0 commit comments

Comments
 (0)