File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ members = [
20
20
" crates/icbsysmgr" ,
21
21
]
22
22
[workspace .package ]
23
- version = " 0.1.4 "
23
+ version = " 0.1.5 "
24
24
edition = " 2024"
25
25
authors = [
" Mike Krüger <[email protected] >" ]
26
26
Original file line number Diff line number Diff line change 1
1
# Roadmap/TODO
2
2
3
3
- [x] Implement all search commands (text/file search)
4
- - [ ] Mail QWK support
5
- - [ ] Solution for file base meta data
4
+ - [x ] Mail QWK support
5
+ - [x ] Solution for file base meta data
6
6
- I don't want a "DIRS" file but there is metadata that is not included in the .ZIP - let's say uploader.
7
7
Every other thing is easy to extract from the ZIP file.
8
8
- [ ] Support more compression algorithms - there is a ZIP Library PR pending which I need to take care of.
14
14
- [x] Look at the NEWS/INTRO feature of PCBOARD how that really works
15
15
- [ ] Logon mail scan
16
16
- [ ] Finish internal message reader - I don't like it have a message reader PPE going but needs to be finished in any case…
17
- - [ ] Implement RM command
17
+ - [x ] Implement RM command
18
18
- [x] Implement SELECT command
19
19
- [ ] Implement group chat (CHAT command)
20
20
- [ ] Finish SSH/Websocket support - works somewhat but SSH only with icy term so far
You can’t perform that action at this time.
0 commit comments