summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..a5d54ac
--- /dev/null
+++ b/TODO.md
@@ -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).