Browse Source

Add cat demo video to 1.7 quite post

Artur Paikin 5 years ago
parent
commit
ed18c78f96

+ 10 - 4
website/src/_posts/2019-12-1.7.md

@@ -11,12 +11,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.
+
+<video alt="Demo video showing Uppy Webcam video recording timer" muted autoplay loop>
+  <source src="/images/blog/1.7/cat-video-timer.webm" type="video/webm">
+  <source src="/images/blog/1.7/cat-video-timer.mp4" type="video/mp4">
+</video>
 
 ## 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 +37,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')
 ```

BIN
website/src/images/blog/1.7/cat-video-timer.mp4


BIN
website/src/images/blog/1.7/cat-video-timer.webm