diff --git a/website/src/_posts/2019-12-1.7.md b/website/src/_posts/2019-12-1.7.md index 22746dab41..19286f9715 100644 --- a/website/src/_posts/2019-12-1.7.md +++ b/website/src/_posts/2019-12-1.7.md @@ -3,6 +3,7 @@ title: "Uppy 1.7: A Small One" date: 2020-01-10 author: renee published: true +image: "https://uppy.io/images/blog/1.7/cat-video-screen.jpg" --- Uppy 1.7 was released last December! This release added Hebrew translations, a recording length timer for the `@uppy/webcam` plugin, and a collection of improvements to Companion. @@ -11,12 +12,18 @@ Uppy 1.7 was released last December! This release added Hebrew translations, a r ## showRecordingLength: true -When recording audio or video using the `@uppy/webcam` plugin, this new option contributed by [@dominiceden](https://github.com/dominiceden) shows a timer in the bottom right, so your users can see how long they've been recording for. +When recording audio or video using the `@uppy/webcam` plugin, this new option contributed by [@dominiceden](https://github.com/dominiceden) shows a timer in the bottom right, so your users can see how long they’ve been recording for. + + ## Companion -The past months we've made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs. -We now run Companion tests on Node.js 6 on each commit, in addition to Node.js 10, to make sure that we don't break compatibility in a minor release. Node.js 6 support will be dropped in a future major release, and we recommend you upgrade soon if you are still using it. +The past months we’ve made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs. + +We now run Companion tests on Node.js 6 on each commit, in addition to Node.js 10, to make sure that we don’t break compatibility in a minor release. Node.js 6 support will be dropped in a future major release, and we recommend you upgrade soon if you are still using it. Uploading files from remote providers with the `@uppy/aws-s3-multipart` plugin now uses the correct file name in your S3 bucket by default, instead of the temporary filename that Companion uses internally. @@ -31,7 +38,7 @@ require('@uppy/locales/lib/he_IL') Thanks to [@YehudaKremer](https://github.com/YehudaKremer) for the contribution! -In 1.7, we also fixed the naming of the Galician locale. The locale names follow a `country_LANGUAGE` format. Previously, we used `es_GL` for Galician, which was intended to mean "Galician in Spain", but which _actually_ means "Spanish in Greenland"! The correct way to refer to Galician is as `gl_ES`: +In 1.7, we also fixed the naming of the Galician locale. The locale names follow a `country_LANGUAGE` format. Previously, we used `es_GL` for Galician, which was intended to mean “Galician in Spain”, but which _actually_ means “Spanish in Greenland”! The correct way to refer to Galician is as `gl_ES`: ```js require('@uppy/locales/lib/gl_ES') ``` diff --git a/website/src/images/blog/1.7/cat-video-screen.jpg b/website/src/images/blog/1.7/cat-video-screen.jpg new file mode 100644 index 0000000000..ef8911c671 Binary files /dev/null and b/website/src/images/blog/1.7/cat-video-screen.jpg differ diff --git a/website/src/images/blog/1.7/cat-video-timer.mp4 b/website/src/images/blog/1.7/cat-video-timer.mp4 new file mode 100644 index 0000000000..78890774d6 Binary files /dev/null and b/website/src/images/blog/1.7/cat-video-timer.mp4 differ diff --git a/website/src/images/blog/1.7/cat-video-timer.webm b/website/src/images/blog/1.7/cat-video-timer.webm new file mode 100644 index 0000000000..a9af96ac59 Binary files /dev/null and b/website/src/images/blog/1.7/cat-video-timer.webm differ diff --git a/website/themes/uppy/layout/layout.ejs b/website/themes/uppy/layout/layout.ejs index c9d42ef6f3..7e3de96fa9 100644 --- a/website/themes/uppy/layout/layout.ejs +++ b/website/themes/uppy/layout/layout.ejs @@ -35,7 +35,7 @@ if (page.series) { window.PAGE_TYPE = "<%- page.type %>" <%- css('css/main').replace('.css', '.css?version=2') %> - +