-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee192ea
commit bca078a
Showing
10 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: 'Alpha Build' | |
|
||
on: | ||
push: | ||
branches: [v470/slack] | ||
branches: [v470/release] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.6.0 | ||
4.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -759,29 +759,29 @@ <h2>Our Latest Features</h2> | |
<div class="row"> | ||
<div class="col-md-4"> | ||
<div class="single-blog-card card border-0 shadow-sm"> | ||
<span class="category position-absolute badge badge-pill badge-danger">Security</span> | ||
<span class="category position-absolute badge badge-pill badge-warning">Self Hosting</span> | ||
<picture class="card-img-top position-relative"> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-07.webp" type="image/webp" /> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-07.png" type="image/png" /> | ||
<img class="card-img-top position-relative" src="%PUBLIC_URL%/marketing/screens/new-feature-07.png" alt="blog" /> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-10.webp" type="image/webp" /> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-10.png" type="image/png" /> | ||
<img class="card-img-top position-relative" src="%PUBLIC_URL%/marketing/screens/new-feature-10.png" alt="blog" /> | ||
</picture> | ||
<div class="card-body"> | ||
<div class="post-meta mb-2"> | ||
<ul class="list-inline meta-list"> | ||
<li class="list-inline-item"></li> | ||
</ul> | ||
</div> | ||
<h3 class="h5 card-title"><a href="#">Encrypted Data</a></h3> | ||
<h3 class="h5 card-title"><a href="#">Simplified Self-Hosting</a></h3> | ||
<p class="card-text"> | ||
Protect your data: the content of your session can be encrypted and decrypted on the client, | ||
protecting your data from being read by anyone else including us. | ||
Be up-and-running in no time. As soon as you have purchased a licence for Retrospected Self-Hosted, | ||
an email will be sent to you with detailed and easy-to-follow instructions on how to host Retrospected on your servers. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="single-blog-card card border-0 shadow-sm"> | ||
<span class="category position-absolute badge badge-pill badge-info">Customisation</span> | ||
<span class="category position-absolute badge badge-pill badge-info">Accounts</span> | ||
<picture class="card-img-top position-relative"> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-08.webp" type="image/webp" /> | ||
<source srcset="%PUBLIC_URL%/marketing/screens/new-feature-08.png" type="image/png" /> | ||
|
@@ -794,12 +794,11 @@ <h3 class="h5 card-title"><a href="#">Encrypted Data</a></h3> | |
</ul> | ||
</div> | ||
<h3 class="h5 card-title"> | ||
<a href="#">Email / Password Logins</a> | ||
<a href="#">Accounts Federation</a> | ||
</h3> | ||
<p class="card-text"> | ||
You can now create an account the good old-fashioned way, using an email and a password. | ||
This is in addition to our existing OAuth authentication mechanisms, and of course, the | ||
anonymous accounts. | ||
You can now login using different providers (Google, GitHub...) and have one single unified account, provided the emails on these accounts are the same. | ||
If you had multiple accounts sharing the same address, they will be merged into one! | ||
</p> | ||
</div> | ||
</div> | ||
|
@@ -907,9 +906,11 @@ <h2>Trusted by companies</h2> | |
<div class="col-lg-3 mb-3 mb-lg-0"> | ||
<div class="footer-nav-wrap text-black"> | ||
<p> | ||
This software is open-source. For non-subscribed customers, file a GitHub ticket for support <a href="https://github.com/antoinejaussoin/retro-board" target="_blank" title="GitHub">here.</a> | ||
<br /> | ||
For customers with a subscription, email <a href="mailto:[email protected]">[email protected]</a>. | ||
Retrospected Ltd.<br /> | ||
Registered in England and Wales 13624961. <br /> | ||
17 Jedburgh Street<br /> | ||
London, SW11 5QA<br /> | ||
For support, email <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
|
||
<div class="social-list-wrap"> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters