diff --git a/CHANGELOG.md b/CHANGELOG.md index c605dd602..706fbc2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,10 +85,11 @@ To be released: 2017-07-28. - [ ] server: what if smth changed in GDrive while it was open in Uppy? refresh file list? (@ifedapoolarewaju) - [ ] core: see if we can figure out css-in-js, while keeping non-random classnames (ideally prefixed) and useful preprocessor features. also see simple https://github.com/codemirror/CodeMirror/blob/master/lib/codemirror.css (@arturi, @goto-bus-stop) - [ ] test: add tests for `npm install uppy` and running in different browsers, the real world use case (@arturi) -- [ ] provider: improve UI: add icons for file types (@arturi) +- [ ] provider: improve UI: add icons for file types? (@arturi) - [ ] uppy: flag to upload all files, even `uploadComplete` ones (@arturi) - [ ] transloadit: emit an event when an assembly is created (@goto-bus-stop) -- [ ] dashboard: flag to hide the upload button, for cases when you want to manually stat the upload (@arturi) +- [ ] dashboard: flag to hide the upload button, for cases when you want to manually stat the upload (@arturi) +- [ ] webcam: add 1, 2, 3, smile! to webcam (@arturi #187) ## 0.17.0 - 2017-07-02