Skip to content

Commit

Permalink
Release 1.1.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Mar 19, 2020
1 parent e20e1ff commit fb8711e
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 41 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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

Expand All @@ -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
Expand Down Expand Up @@ -55,12 +64,13 @@ 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
[1.1.0]: https://github.com/theodo/falco/compare/1.0.3...1.1.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
[1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -95,6 +95,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link";

<Link
className="button button--primary button--lg"
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"}
style={{marginBottom: '20px'}}
>
Deploy to Heroku
Expand Down
87 changes: 53 additions & 34 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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…
</>
)
},
Expand All @@ -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.
</>
)
},
Expand Down Expand Up @@ -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() {
Expand Down Expand Up @@ -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
Expand All @@ -125,10 +125,17 @@ function Home() {
/>
</div>
</div>
<div className={classnames("text--center", styles.infoPill)}>
<p>Looking for Theodo’s Falco instance? Head to its new URL: <a href="https://falco.theo.do">https://falco.theo.do</a>.</p>
<p>To see a demo, log in to <a href="https://falco.theo.do">https://falco.theo.do</a> with the credentials <code>demo / demodemo</code>.</p>
</div>
<div className={classnames("text--center", styles.infoPill)}>
<p>
Looking for Theodo’s Falco instance? Head to its new URL:{" "}
<a href="https://falco.theo.do">https://falco.theo.do</a>.
</p>
<p>
To see a demo, log in to{" "}
<a href="https://falco.theo.do">https://falco.theo.do</a> with the
credentials <code>demo / demodemo</code>.
</p>
</div>
</div>
</header>
<main>
Expand All @@ -140,7 +147,11 @@ function Home() {
<div className={classnames("row", styles.usersImages)}>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px"}}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/bnp.png")}
Expand All @@ -149,7 +160,11 @@ function Home() {
</div>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px" }}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/choose.png")}
Expand All @@ -158,39 +173,43 @@ function Home() {
</div>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px" }}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/tarkett.png")}
alt="Tarkett logo"
/>
<img src={useBaseUrl("img/tarkett.png")} alt="Tarkett logo" />
</div>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px" }}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/voodoo.png")}
alt="Voodoo logo"
/>
<img src={useBaseUrl("img/voodoo.png")} alt="Voodoo logo" />
</div>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px" }}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/evaneos.png")}
alt="Evaneos logo"
/>
<img src={useBaseUrl("img/evaneos.png")} alt="Evaneos logo" />
</div>
<div
className="col col--2"
style={{ display: "flex", justifyContent: "center", marginBottom: "30px" }}
style={{
display: "flex",
justifyContent: "center",
marginBottom: "30px"
}}
>
<img
src={useBaseUrl("img/oscaro.png")}
alt="Oscaro logo"
/>
<img src={useBaseUrl("img/oscaro.png")} alt="Oscaro logo" />
</div>
</div>
</div>
Expand Down

0 comments on commit fb8711e

Please sign in to comment.