|
@@ -39,24 +39,31 @@ Ideas that will be planned and find their way into a release at one point
|
|
|
- [ ] website: scrollbars on code samples (can’t reproduce!) (@arturi)
|
|
|
- [ ] core: accessibility research
|
|
|
|
|
|
-## 0.7.0
|
|
|
-
|
|
|
-Theme: Remote Uploads, UI Design, Meta Data
|
|
|
+## 0.8.0
|
|
|
|
|
|
-Released: July 1, 2016
|
|
|
+Released: N/A
|
|
|
|
|
|
-- [ ] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh @arturi)
|
|
|
- [ ] core: let user cancel uploads in progress (@arturi)
|
|
|
-- [ ] drive: Return `cb` after writing all files https://github.com/transloadit/uppy-server/commit/4f1795bc55869fd098a5c81a80edac504fa7324a#commitcomment-17385433 (@hedgerh)
|
|
|
- [ ] meta: better readme on GitHub and NPM (@arturi)
|
|
|
- [ ] modifier: A plugin to supply meta data (like width, tag, filename, user_id) (@arturi)
|
|
|
- [ ] modifier: pass custom metadata with non-tus-upload. Maybe mimic meta behavior of tus here, too
|
|
|
- [ ] modifier: pass custom metadata with tus-upload with tus-js-client (@arturi)
|
|
|
- [ ] progressdrawer: better icons, style, file types (mime + extension) (@arturi)
|
|
|
-- [ ] server: Make Google Drive files to actually upload to the endpoint (@hedgerh)
|
|
|
-- [ ] server: make uppy-server talk to uppy-client in the browser, use websockets, socket.io or node-nanomsg
|
|
|
- [ ] test: Get IE4 on windows 3.11 to run Uppy and see it fall back to regular form upload (`api2.transloadit.com`) (@arturi)
|
|
|
- [ ] test: working Uppy example on Require Bin — latest version straight from NPM (@arturi)
|
|
|
+
|
|
|
+## 0.7.0
|
|
|
+
|
|
|
+Theme: Remote Uploads, UI Redesign
|
|
|
+
|
|
|
+Released: July 1, 2016
|
|
|
+
|
|
|
+- [ ] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh)
|
|
|
+- [ ] core: Rethink UI (@arturi)
|
|
|
+- [ ] server: add tus-js-client when it's node-ready (@hedgerh)
|
|
|
+- [ ] server: make uppy-server talk to uppy-client in the browser, use websockets. (@hedgerh)
|
|
|
+- [x] drive: Return `cb` after writing all files https://github.com/transloadit/uppy-server/commit/4f1795bc55869fd098a5c81a80edac504fa7324a#commitcomment-17385433 (@hedgerh)
|
|
|
+- [x] server: Make Google Drive files to actually upload to the endpoint (@hedgerh)
|
|
|
- [x] build: regular + min + gzipped versions of the bundle (@arturi)
|
|
|
- [x] workspace: interface research for better file selection / progress representation (@arturi)
|
|
|
|