remove TODO.md (#127)

it's one extra file that serves no real purpose. Instead TODO.md has
been converted into open issues:
https://github.com/nsxiv/nsxiv/issues/126
https://github.com/nsxiv/nsxiv/issues/125

Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
master
N-R-K 2021-10-19 19:24:22 +06:00 committed by GitHub
parent 804a0f4304
commit 7b08b0a31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -25,4 +25,4 @@ If your contribution is not suitable for general use, it will not be included in
For changes that are very much up to preference, such as changing values in config.h,
please do not open a pull request unless you have an objective explanation.
See [TODO.md](TODO.md) or the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something to work on.
See the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something to work on.

View File

@ -1,8 +0,0 @@
To Do
-----
* Add support for more embedded thumbnail formats. Right now, nsxiv seems to use
the smallest one. [Issue #238](https://github.com/muennich/sxiv/issues/238).
* Load all frames from TIFF files. We have to write our own loader for this to
happen--just like we did for GIF images--because Imlib2 does not support
multiple frames. [Issue #241](https://github.com/muennich/sxiv/issues/241).