diff --git a/CHANGELOG.md b/CHANGELOG.md index 022eea8cf..faf9ea586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4] — 2020-03-19 + +- [Security] Bump Acorn to 5.7.4 && 6.4.1 (#125, #127) +- [i18n] Translate to farsi, fix improper translation (#121, #124) (@MParvin, @fargito) +- Better fixtures for local dev & review apps (#134) (@phacks) +- Display “Go to admin” link in Account panel for admins (#135) (@phacks) + ## [1.1.3] — 2019-12-20 -- [Security] Bump Django to 3.0.1 (#101) (@phacks) -- Fix `from_date` not working for scripts (#103) (@phacks) -- Activate gzip compression on API calls (#104) (@phacks) +- [Security] Bump Django to 3.0.1 (#101) (@phacks) +- Fix `from_date` not working for scripts (#103) (@phacks) +- Activate gzip compression on API calls (#104) (@phacks) ## [1.1.2] — 2019-12-17 @@ -22,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix WPT Compare view not working for Private Instances (@phacks) ## [1.1.0] — 2019-12-13 + - Add support for WebPageTest Private Instances 🎉 (@phacks) ## [1.0.3] - 2019-12-10 @@ -55,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 🎉Initial release! 🎉 -[Unreleased]: https://github.com/theodo/falco/compare/1.1.3...HEAD +[unreleased]: https://github.com/theodo/falco/compare/1.1.4...HEAD +[1.1.4]: https://github.com/theodo/falco/compare/1.1.4...1.1.3 [1.1.3]: https://github.com/theodo/falco/compare/1.1.3...1.1.2 [1.1.2]: https://github.com/theodo/falco/compare/1.1.2...1.1.1 [1.1.1]: https://github.com/theodo/falco/compare/1.1.1...1.1.0 @@ -63,4 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.3]: https://github.com/theodo/falco/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/theodo/falco/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/theodo/falco/compare/1.0.0...1.0.1 -[1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0 diff --git a/README.md b/README.md index 191ba7466..81aff1099 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede You can deploy Falco on Heroku by clicking on the following button: -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.3) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.4) You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co). @@ -95,6 +95,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/docs/docs/getting-started/installation.mdx b/docs/docs/getting-started/installation.mdx index bcba52169..ea08502a3 100644 --- a/docs/docs/getting-started/installation.mdx +++ b/docs/docs/getting-started/installation.mdx @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link"; Deploy to Heroku diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f893f6060..98d54a2d7 100755 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -29,8 +29,9 @@ const features = [ imageUrl: "img/monitoring.svg", description: ( <> - Falco monitors key performance metrics, and lets you choose which one you want - to monitor—Time to Interactive, First Meaningful Paint, Speed Index… + Falco monitors key performance metrics, and lets you choose which one + you want to monitor—Time to Interactive, First Meaningful Paint, Speed + Index… ) }, @@ -39,8 +40,8 @@ const features = [ imageUrl: "img/team.svg", description: ( <> - Invite your team to Falco to make collaboration around performance issues - better, with fine-grained user rights management. + Invite your team to Falco to make collaboration around performance + issues better, with fine-grained user rights management. ) }, @@ -69,12 +70,11 @@ const features = [ imageUrl: "img/private.svg", description: ( <> - You can choose to use your own WebPageTest Private Instance for more frequent audits, - or rely on the public one. + You can choose to use your own WebPageTest Private Instance for more + frequent audits, or rely on the public one. ) } - ]; function Home() { @@ -106,7 +106,7 @@ function Home() { "button button--primary button--lg", styles.addFocus )} - href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.3" + href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.4" target="_blank" > Deploy to Heroku @@ -125,10 +125,17 @@ function Home() { /> -
-

Looking for Theodo’s Falco instance? Head to its new URL: https://falco.theo.do.

-

To see a demo, log in to https://falco.theo.do with the credentials demo / demodemo.

-
+
+

+ Looking for Theodo’s Falco instance? Head to its new URL:{" "} + https://falco.theo.do. +

+

+ To see a demo, log in to{" "} + https://falco.theo.do with the + credentials demo / demodemo. +

+
@@ -140,7 +147,11 @@ function Home() {
- Tarkett logo + Tarkett logo
- Voodoo logo + Voodoo logo
- Evaneos logo + Evaneos logo
- Oscaro logo + Oscaro logo