diff --git a/README.md b/README.md
index 23149d214b3df71484fcd99c4b361bd2009fd385..e2b26c2e3e31fb0758e76bdfe762f2f10bd17049 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,18 @@ To create QA (Quality Assurance) oriented views for collections of scans, typica
  * openseadragon.min.js
  * A suitable beefy browser-equipped machine for display, depending on image sizes and ALTO complexity
 
-## Status
-
- * The script is not very flexible as it was developed for internal use at the State and University Library, Denmark.
- * There are no sample files due to copyright (a slow clearing process is underway)
+## Potential improvements
+
+ * Speed up HTML generation
+  * Reduce the amount of identifys and template rewrites
+  * Make it possible to generate pages in parallel
+ * Lower memory requirements by generating histograms without ImageMagick
+ * Optional tile mode instead of a single image for display
+ * Optional removal of destination files when source files are removed
+ * More flexibility and customization (quack was developed for internal use at the State and University Library, Denmark)
+ * Add image & ALTO sample files
+ * Integrate greyscale statistics
+ * Show blown high- and low-lights on the thumbnail in folder view
 
 ## Verbiage
 
diff --git a/quack.sh b/quack.sh
index 91f236320abae79bc1b9f798f3abf5d500a5f0da..dd8d09e356f41196b51064554b448378f6d94919 100755
--- a/quack.sh
+++ b/quack.sh
@@ -41,11 +41,6 @@
 #   a fairly current browser with JavaScript enabled
 #
 
-# TODO: Speed up html generation
-# TODO: Show links to randomly selected previews on the first HTML page
-# TODO: Optional deepzoom tiles
-# TODO: Add optional removal of destination files when source files are removed
-
 # Settings below. Instead of changing this file, it is recommended to
 # create a new file "quack.settings" with the wanted setup as it will
 # override the defaults below.