-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
37 lines (37 loc) · 1.12 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
TODO: resolve memory leaks
TODO: check for sql injections
TODO: man page
TODO: check gh-cli command status code before updating db
TODO: undo command
TODO: report command
TODO: edit releases
TODO: delete releases
TODO: log command
DONE: add methods to clib.h
DONE: make sqlite.h a proper library
DONE: make querybuilder.h a proper library
DONE: release command
DONE: fix usage in help message
DONE: export command
DONE: get command
DONE: list command
DONE: edit command
DONE: delete command
DONE: list releases
DONE: push command
DONE: do not push releases immediately
DONE: disable sqlite logging
DONE: read the config file if it exists
DONE: generate command
DONE: parse CHANGELOG.md into the database
DONE: ability to set releases as YANKED
DONE: use existing releases to populate the changelog
DONE: add installation commands for autocomplete and man page
DONE: upload binary on release option
DONE: better list tables
DONE: correct autocomplete scripts
DONE: refactoring
DONE: add update command
DONE: add a limit when listing changes
DONE: different results when piping is detected (list command)
DONE: check terminal width when printing tables