blob: 72eb0f319a96e35a39fc30153207dc8dc8922081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TODO
====
This is a loose list of what to do. Maybe for the next releae or maybe for a later one.
[ ] Adjust JSONSchema to reflect all the changes made.
[ ] Client 4.x should print a warning when trying to connect to a 3.x server.
[ ] Client 3.x should print a warning when trying to connect to a 4.x server.
[ ] Update docs for color configuration
[ ] Update animated gifs
[ ] Document that can use additional args as file lists
[ ] Document spartan mode
[ ] Document serverless mode
[ ] Go through the git history and document more stuff
[ ] Manual test/adjust dtail colors
[ ] More integration test colors (via dcat?)
[ ] Integration test for dtail in serverless mode
[ ] Go through the whole source and change indentation (try not to exceed 80char line lengths by too much)
[ ] Fix the sync.Pools (they aren't concurrent as it seems and can cause a panic)
|