Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Dec 1, 2020
1 parent 5829897 commit a817d53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/core/about/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@
<h3 class="mt-0">ChangeWindows 6.0</h3>
<h5 class="mt-3">What's new in ChangeWindows 6.0-alpha.2? <small class="text-muted">December 2020</small></h5>
<p><i class="fab fa-fw fa-laravel"></i> Laravel 8.16.1 &middot; <i class="fab fa-fw fa-bootstrap"></i> Bootstrap 5.0.0-alpha3 &middot; <i class="fab fa-fw fa-font-awesome"></i> Font Awesome 5.15.1</p>
<p class="mb-1"><b>Front-end</b></p>
<ul>
<li>The timeline will now show the milestone version directly rather than a hoverable dot.</li>
</ul>
<p class="mb-1"><b>Backstage</b></p>
<ul>
<li><span class="badge bg-success">new</span> Introduces platform management for dynamically managing the available platforms on ChangeWindows.</li>
<li><span class="badge bg-success">new</span> Introduces channel management for dynamically managing the available channels on ChangeWindows.</li>
<li>Milestones now track the start and end build to match the correct milestone to a new flight.</li>
</ul>
<h5 class="mt-3">What's new in ChangeWindows 6.0-alpha.1? <small class="text-muted">24 November 2020</small></h5>
Expand Down
8 changes: 8 additions & 0 deletions resources/views/viv/changelog.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

@section('content')
<h2>What's new</h2>
<section class="release-notes">
<h3>6.0.0-alpha.2 <small>December 2020</small></h3>
<h4><i class="far fa-fw fa-plus"></i> New</h4>
<p>Platforms are now stored in the database rather than hardcoded</p>
<p>Channels are now stored in the database rather than hardcoded</p>
<h4><i class="far fa-fw fa-wrench"></i> Improved</h4>
<p>The timeline now shows version numbers for each build directly rather than a hoverable dot</p>
</section>
<section class="release-notes">
<h3>6.0.0-alpha.1 <small>24 November 2020</small></h3>
<h4><i class="far fa-fw fa-plus"></i> New</h4>
Expand Down

0 comments on commit a817d53

Please sign in to comment.