Browse Source

adjust titles of previous posts to reflect the release theme

Artur Paikin 8 years ago
parent
commit
e6783e2d63

+ 3 - 3
website/src/_posts/2016-08-0.8.0.md

@@ -1,5 +1,5 @@
 ---
-title: Uppy version 0.8.0 released
+title: Uppy version 0.8 released: The Webcam Edition and Meta Data
 date: 2016-08-17
 author: arturi
 published: true
@@ -7,14 +7,14 @@ published: true
 
 We have just released Uppy 0.8.0 and we can't wait to tell you more about it. Along with various under-the-hood improvements, this release also contains some very visible upgrades. You can read below for further details.
 
-<!-- more -->
-
 ## Including Meta Data
 
 While fetching your files, Uppy is now also able to supply some custom metadata to go along with them. So far, there are three components in place for that: Core API (`core:update-meta` event), `MetaData` plugin, and a new panel in Dashboard UI called File Card, which looks like this:
 
 <img alt="metadata dashboard UI, editing file name, future size and adding description" src="/images/blog/metadata-dashboard.jpg" class="border">
 
+<!-- more -->
+
 To summon this panel, all you have to do is click the edit button on the Dashboard:
 
 <img alt="metadata dashboard UI, editing file name, future size and adding description" src="/images/blog/uppy-dashboard-ui.jpg" class="border">

+ 3 - 3
website/src/_posts/2016-08-0.9.0.md

@@ -1,5 +1,5 @@
 ---
-title: Uppy version 0.9.0 released
+title: Uppy 0.9: Making Progress, then pause & resume. Remote file uploads, Informer.
 date: 2016-08-26
 author: hedgerh
 published: true
@@ -7,8 +7,6 @@ published: true
 
 We have just released Uppy 0.9.0. This release features some changes that we think you will be very excited about.  Let's see what's new!
 
-<!-- more -->
-
 ## Ability to pause uploads, progress indicators & ETA
 The most visible feature that has been added is the ability to pause and resume file uploads.
 
@@ -21,6 +19,8 @@ The upload dashboard now contains more information about uploads, such as the ti
 ## Remote file uploads
 Remote file uploading is now working again.
 
+<!-- more -->
+
 ## Informer interface
 We have added a new `Informer` plugin (tested with `Dashboard`, should also work anywhere else) that listens to `informer` events, like so:
 ``` javascript

+ 3 - 3
website/src/_posts/2016-09-0.10.md

@@ -1,5 +1,5 @@
 ---
-title: September 2016, Uppy 0.10 released
+title: September 2016, Uppy 0.10: Getting together, future, Google Drive UI, exposed events
 date: 2016-09-28
 author: arturi
 published: true
@@ -7,14 +7,14 @@ published: true
 
 Hi! Another month has passed and we have just released a new version of Uppy. Here’s what we’ve been up to.
 
-<!-- more -->
-
 ## Thinking about the future 🔮
 
 We have been spending quite a lot of time thinking about Uppy's future and the direction in which we would like to take this project.  Our primary concern is making Uppy as flexible as possible as well as compatible with popular libraries, such as React and React Native.  We also want to make it easy to port Uppy to any environments or ecosystems that are not officially supported.
 
 We have done a lot of research. We created [prototypes of Uppy React components](https://github.com/hedgerh/uppy-react) and  we also created a new module that we like to call "Uppy Base." [`uppy-base`](https://github.com/hedgerh/uppy-base) is a thin module containing reusable functionality from some of our plugins that can be used in any ecosystem or environment, without being opinionated about the UI.
 
+<!-- more -->
+
 Finally, we are also discussing using [Redux](https://github.com/reactjs/redux) as the internal state management store within Uppy.  You can see some drafts under the [`src/experimental` folder](https://github.com/transloadit/uppy/tree/master/src/experimental).
 
 Have a look at the [Uppy Base repository here](https://github.com/hedgerh/uppy-base).

+ 2 - 2
website/src/_posts/2016-11-0.11.md

@@ -1,5 +1,5 @@
 ---
-title: Uppy 0.11 released
+title: Uppy 0.11: StatusBar, research, https and API docs
 date: 2016-11-15
 author: arturi
 published: true
@@ -31,7 +31,7 @@ Here's what we have been up to, in some more detail.
 
 **StatusBar** is a – you guessed it – bar that appears on the bottom of the Dashboard and unifies progress with pause/resume buttons.
 
-**Dashboard UI** has undergone minor improvements, such as: a new “drag files here” icon and tagline. Furthermore, the text before “acquire” icons on the top — Local Disk, Google Drive, Webcam — has been removed (it used to say “Import files from:”). We also added new “remove file” icons. You know, small things, big difference. :sunglasses: 
+**Dashboard UI** has undergone minor improvements, such as: a new “drag files here” icon and tagline. Furthermore, the text before “acquire” icons on the top — Local Disk, Google Drive, Webcam — has been removed (it used to say “Import files from:”). We also added new “remove file” icons. You know, small things, big difference. :sunglasses:
 
 <img src="/images/blog/uppy-dashboard-oct-2016-1.jpg" alt="Dashboard UI, no files. Text: Drop files here, paste or import from one of the locations above">
 

+ 0 - 70
website/src/_posts/2016-11-15-0.11.md

@@ -1,70 +0,0 @@
----
-title: October 2016, Uppy 0.11 released
-date: 2016-11-15
-author: arturi
-published: false
----
-
-Hey, what’s up!
-
-In October we worked on Uppy 0.11, that included: grand architecture write up and discussions, bringing in a friendly person to look at what we’ve been up to, Redux experiments, updated Dashboard UI and website example,
-
-<!-- more -->
-
-## More research and experiments
-
-Here’s what we’ve been up to:
-
-- Written up an [ARCHITECTURE.md](https://github.com/transloadit/uppy/blob/master/ARCHITECTURE.md) document describing our architecture and APIs.
-- Invited author of [Choo](https://github.com/yoshuawuyts/choo), Yoshua Wuyts to take a look at the state of things in Uppy, and he came up with a proposal for some changes, that we’ll be considering in the next releases.
-- Experimented with using Redux.
-
-## Dashboard: example features, StatusBar and updated UI
-
-**Dashboard example** [on our website](https://uppy.io/examples/dashboard/) now features several options:
-
-- Switch between “inline” and “modal dialog / popup” mode.
-- Toggle `autoProceed` option that starts uploads automatically, without waiting for the click on “upload” button.
-- Enable/disable acquire plugins, like Google Drive and Webcam.
-
-**StatusBar** is a bar (yes) that appears on the bottom of the Dashboard and unifies progress with pause/resume buttons.
-
-**Dashboard UI** has undergone minor improvements, like: new “drag files here” icon and tagline. The text before “acquire” icons on the top — Local Disk, Google Drive, Webcam — has been removed (it used to say “Import files from:”). New “remove file” icons. You know, small things, big difference.
-
-<img src="/images/blog/uppy-dashboard-oct-2016-1.jpg" alt="Dashboard UI, no files. Text: Drop files here, paste or import from one of the locations above">
-
-<img src="/images/blog/uppy-dashboard-oct-2016-2.jpg" alt="Dashboard UI, file upload in progress. StatusBar with pause/resume button and progress">
-
-## HTTPS
-
-We’ve upgraded both [uppy.io](http://uppy.io/) and [tus.io](http://tus.io/) to support https with Let’s Encrypt, so now Webcam example works, secure uploads work, and all is well.
-
-## And more
-
-- We’ve renamed FormTag plugin to FileInput and made it pretty be default, with an option to just show the default browser “choose file” if you wish.
-- [Fixed a bug](https://github.com/transloadit/uppy/issues/126) with `autoProceed: true` duplicating uploads.
-- Refactored Dashboard to only keep active acquire panel in DOM.
-- Added PersistentState plugin that saves state to localStorage — useful for development.
-- [Grand refactor of Uppy Server](https://github.com/transloadit/uppy/pull/131) with dynamic controllers.
-- Webcam stream no longer flashed when state is updated.
-
-## Release Notes
-
-Here is the full list of changes for version 0.11:
-
-- core: log method should have an option to throw error in addition to just logging (@arturi)
-- experimental: PersistentState plugin that saves state to localStorage — useful for development (@arturi)
-- dashboard: implement new StatusBar with progress and pause/resume buttons https://github.com/transloadit/uppy/issues/96#issuecomment-249401532 (@arturi)
-- dashboard: attempt to throttle StatusBar, so it doesn’t re-render too often (@arturi)
-- dashboard: refactor — only load one acquire panel at a time (activeAcquirer or empty), change focus behavior, utilize onload/onunload
-- experimental: create a Dashboard UI for Redux refactor (@hedgerh)
-- dashboard: make trigger optional — not needed when rendering inline (@arturi)
-- fileinput: pretty input element #93 (@arturi)
-- meta: document current Uppy architecture and question about the future (@arturi, @hedgerh)
-- test: see about adding tests for autoProceed: true (@arturi)
-- website: and ability to toggle options in Dashboard example: inline/modal, autoProceed, which plugins are enabled #89 (@arturi)
-- website: finish https upgrade for uppy.io, uppy-server and tus, set up pingdom notifications (@arturi, @kvz, @hedgerh)
-- website: update guide, API docs and main page example to match current actual API (@arturi)
-- uppy-server: Make uppy server have dynamic controllers (@hedgerh)
-
-The Uppy Team