0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-07 23:40:26 -05:00
blender-projects-gitea-custom/templates/blender_components/card_releases.tmpl
2024-06-05 12:45:50 +02:00

38 lines
1.2 KiB
Cheetah

<div class="ui fluid card" style="width: 100%;">
<div class="content">
<h3>Release Status</h3>
<p>Current and upcoming versions</p>
<div class="description">
<ul>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/21">Blender 4.3</a>
— <strong>Bcon1</strong>: New features and changes
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/19">Blender 4.2 LTS</a>
— <strong>Bcon3</strong>: Bug fixing only
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/18">Blender 4.1</a>
— Released on Mar 26, 2024
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a>
— Released on Jun 27, 2023
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/3">Blender 3.3 LTS</a>
— Released on Sep 7, 2022
</li>
</ul>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a href="https://developer.blender.org/docs/handbook/release_process/release_cycle/">
Read more {{svg "octicon-chevron-right" 18}}
</a>
</span>
</div>
</div>