diff options
author | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-16 12:32:59 +0300 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-16 22:55:31 +0300 |
commit | 7cce7ea857321c854fc9e061edee3a32f4831d18 (patch) | |
tree | d8ad4f168d67a433278912a8d07231760aff5cbc /TODO.md | |
parent | 9c73646d9c709005301d5be93d0232d89201b21e (diff) |
Rename, Update Docs and Prepare for Release (#9)
Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com>
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
Co-authored-by: NRK <nrk@disroot.org>
Co-authored-by: Arthur Williams <taaparthur@gmail.com>
Co-authored-by: eylles <ed.ylles1997@gmail.com>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +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). |