We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59b377 commit da48a1fCopy full SHA for da48a1f
1 file changed
js/news.js
@@ -1,4 +1,11 @@
1
const news = [
2
+ {
3
+ title: "Taskflow v4.0 released",
4
+ image_src: "images/release.png",
5
+ image_url: "https://taskflow.github.io/taskflow/Releases.html",
6
+ content: `We have release Taskflow v4! Please check out the <a href="https://taskflow.github.io/taskflow/release-4-0-0.html">release notes</a>.`,
7
+ footer: "Last updated on 2026/01/01"
8
+ },
9
{
10
title: "Taskflow at CppCon 2025",
11
image_src: "images/2025-CppCon-AsyncTask.png",
0 commit comments