diff options
author | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2021-10-19 19:24:22 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 13:24:22 +0000 |
commit | 7b08b0a31b6bf5e4644ad075016feca59368ba2d (patch) | |
tree | 57d91c8ea9bd43bf184f709eb5d2a84e9114bde3 /TODO.md | |
parent | 804a0f4304c4f7f167b97829af28ae136967065d (diff) |
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>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a5d54ac..0000000 --- a/TODO.md +++ /dev/null @@ -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). |