summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-06-26 06:11:47 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-06-26 06:37:06 +0200
commit297c2bcad12701e323cd898416e8daf7ecc6bca2 (patch)
treef5f6d2dbbbbe058c8a266b7af57d17a6bdf2fd1e /doc
parent15ca1b7f59fa80b0a07c2b03ba2dd4fddccca368 (diff)
downloadqutebrowser-297c2bcad12701e323cd898416e8daf7ecc6bca2.tar.gz
qutebrowser-297c2bcad12701e323cd898416e8daf7ecc6bca2.zip
Update BUGS/TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/BUGS3
-rw-r--r--doc/TODO4
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/BUGS b/doc/BUGS
index bcec7c873..70684c819 100644
--- a/doc/BUGS
+++ b/doc/BUGS
@@ -1,6 +1,9 @@
Bugs
====
+- seir sometimes sees "-- COMMAND MODE --" even though that should never
+ happen.
+
- Hint positions wrong in wordpress admin interface
- download-page on qute:htmllog is broken
diff --git a/doc/TODO b/doc/TODO
index dbcb40c11..1c2aa2571 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -42,6 +42,9 @@ New big features
Improvements / minor features
=============================
+- qutebrowser local_file.foo should open that file in $PWD
+- Downloading: Download to default filename if only path is given
+- Downloading: Remember last path for prompt, if explicitely set.
- Downloading: re-ask instead of killing download if path is invalid
- Downloading: open files
- Distinction between :q and :wq, add ZZ and ZQ shortcuts.
@@ -83,6 +86,7 @@ Improvements / minor features
there are many hacks involved by now (see notes).
- :%! like feature to pipe current page through a filter.
- Add FIFOHandler based on asyncio if it's available
+- Lazy tab loading
hints
-----