diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 11:22:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 11:22:00 -0300 |
commit | 5476afd57ce0943d538bd58d854b2c9eef33d14f (patch) | |
tree | e7cf9ee288d3ceb3aea74d9a3ad2b5db587b9657 | |
parent | 1cba119e4dfd695e6e196cf47fff2e1c4bdc85e0 (diff) | |
download | biblio-5476afd57ce0943d538bd58d854b2c9eef33d14f.tar.gz biblio-5476afd57ce0943d538bd58d854b2c9eef33d14f.tar.bz2 |
Updates TODO and add a ChangeLog
-rw-r--r-- | ChangeLog.md | 1 | ||||
-rw-r--r-- | TODO.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..93eb5e0 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1 @@ +# ChangeLog @@ -1,7 +1,8 @@ # TODO * [ ] Meta: - * [ ] Turn remote repositories public. + * [ ] Make the remote repositories public. + * [ ] Optionally move all `.bib` files to a subfolder. * [ ] Types: * [ ] Check whether Pandoc, pibtex and other tools/libs support custom bib types. * [ ] Adopt custom bibliography types such as `comic`, `movie`, `dossier` etc. |