Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(rest-api): move GET /tag/{tags} to GET /tags/{tags}HEADv0.2.0master | Federico Igne | 2022-08-24 | 1 | -4/+4 |
* | feat(cli): add customizable parameters through CLI | Federico Igne | 2022-08-24 | 1 | -15/+104 |
* | feat(GET /tag/{tags}): reenable querying by tag(s) | Federico Igne | 2022-08-22 | 1 | -11/+58 |
* | refactor: rework structure | Federico Igne | 2022-08-06 | 1 | -119/+89 |
* | feat(sqlite): move from file to SQLite backend | Federico Igne | 2022-08-05 | 1 | -57/+192 |
* | feat(GET /tag/{tags}): add ability to retrieve notes by tag(s) | Federico Igne | 2022-07-29 | 1 | -5/+36 |
* | feat(POST /notes): add ability to add new notes. | Federico Igne | 2022-07-27 | 1 | -21/+96 |
* | feat(GET /notes): add first implementation for notes retrieval | Federico Igne | 2022-07-26 | 1 | -0/+196 |