Skip to content

Commit 9df67b8

Browse files
committed
Updated roadmap.
1 parent 5286c18 commit 9df67b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
"crates/icbsysmgr",
2121
]
2222
[workspace.package]
23-
version = "0.1.4"
23+
version = "0.1.5"
2424
edition = "2024"
2525
authors = ["Mike Krüger <[email protected]>"]
2626

docs/roadmap.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Roadmap/TODO
22

33
- [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
66
- I don't want a "DIRS" file but there is metadata that is not included in the .ZIP - let's say uploader.
77
Every other thing is easy to extract from the ZIP file.
88
- [ ] Support more compression algorithms - there is a ZIP Library PR pending which I need to take care of.
@@ -14,7 +14,7 @@
1414
- [x] Look at the NEWS/INTRO feature of PCBOARD how that really works
1515
- [ ] Logon mail scan
1616
- [ ] 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
1818
- [x] Implement SELECT command
1919
- [ ] Implement group chat (CHAT command)
2020
- [ ] Finish SSH/Websocket support - works somewhat but SSH only with icy term so far

0 commit comments

Comments
 (0)