diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 17 |
1 files changed, 9 insertions, 8 deletions
| @@ -4,14 +4,9 @@ This is a list of things that I would like to add or change at some point. | |||
| 4 | It's more of a personal reminder than anything else. | 4 | It's more of a personal reminder than anything else. |
| 5 | 5 | ||
| 6 | ## Version 2.0.2 | 6 | ## Version 2.0.2 |
| 7 | * General idea: only improvement on generating pruning tables, no new | 7 | ### Changelog |
| 8 | commands or anything else | 8 | * Only improved table generation speed, but this required huge changes in |
| 9 | ### Tables management | 9 | coordinates.c and symcoord.c (+ some minor changes in other parts). |
| 10 | * Check files in tables directory, add command to remove old / extraneous files | ||
| 11 | * Add checksum to check that tables are generated / downloaded correctly | ||
| 12 | ### Documentation | ||
| 13 | * Write an examples.md file | ||
| 14 | * More screenshots! | ||
| 15 | 10 | ||
| 16 | ## For version 2.1 | 11 | ## For version 2.1 |
| 17 | ### Coordinates | 12 | ### Coordinates |
| @@ -43,6 +38,12 @@ It's more of a personal reminder than anything else. | |||
| 43 | ### Loading at startup vs dynamically | 38 | ### Loading at startup vs dynamically |
| 44 | * Consider moving more things to the initial loading phase (i.e. remove | 39 | * Consider moving more things to the initial loading phase (i.e. remove |
| 45 | many of the "initialized" parts) | 40 | many of the "initialized" parts) |
| 41 | ### Documentation | ||
| 42 | * Write an examples.md file | ||
| 43 | * More screenshots! | ||
| 44 | ### Tables management | ||
| 45 | * Check files in tables directory, add command to remove old / extraneous files | ||
| 46 | * Add checksum to check that tables are generated / downloaded correctly | ||
| 46 | 47 | ||
| 47 | ## Commands | 48 | ## Commands |
| 48 | 49 | ||
