Skip to content

Commit 2559222

Browse files
author
Tsung-Wei Huang
committed
updated
1 parent 48b091f commit 2559222

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1><b>Taskflow </b><img src="images/logo.png" alt="Logo" style="width:2.5rem;">
8787

8888
<p><a class="btn btn-primary btn-lg mr-2 mt-2" href="https://github.com/taskflow/taskflow" role="button">GitHub &raquo;</a>
8989
<a class="btn btn-info btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/index.html" role="button">Handbook &raquo;</a>
90-
<a class="btn btn-warning btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/release-3-6-0.html" role="button">Releases (latest v3.6) &raquo;</a></p>
90+
<a class="btn btn-warning btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/release-3-7-0.html" role="button">Releases (latest v3.7) &raquo;</a></p>
9191
</div>
9292
</div>
9393

js/news.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
const news = [
2+
{
3+
title: "Taskflow v3.7 released",
4+
image_src: "images/release.png",
5+
image_url: "https://taskflow.github.io/taskflow/Releases.html",
6+
content: `We have release Taskflow v3.7! This release enables exception support and improves the scheduling performance of AsyncTask using C++20 atomic synchronization primitive. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-7-0.html">release notes</a>.`,
7+
footer: "Last updated on 2024/05/07"
8+
},
9+
{
10+
title: "Taskflow @ GSoC 2024",
11+
image_src: "images/gsoc.png",
12+
image_url: "https://github.com/taskflow/GSoC2024",
13+
content: `Taskflow is selected by Google Summer of Code (GSoc) 2024 under the NumFOCUS umbrella. Please check out our <a href="https://summerofcode.withgoogle.com/programs/2024/organizations/numfocus">idea list</a> and apply through <a href="https://github.com/numfocus/gsoc/blob/master/CONTRIBUTING-students.md">NumFOCUS</a>!`,
14+
footer: "Last updated on 2024/03/05"
15+
},
216
{
317
title: "Taskflow@WAMTA'24",
418
image_src: "images/2024-wamta.png",

0 commit comments

Comments
 (0)