We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b3f2d commit 2b8fce2Copy full SHA for 2b8fce2
1 file changed
packages/web/src/lib/newsData.ts
@@ -1,6 +1,12 @@
1
import { NewsItem } from "./types";
2
3
export const newsData: NewsItem[] = [
4
+ {
5
+ unique_id: "file-explorer",
6
+ header: "File explorer",
7
+ sub_header: "We've added support for a file explorer when browsing files.",
8
+ url: "https://github.com/sourcebot-dev/sourcebot/releases/tag/v4.2.0"
9
+ },
10
{
11
unique_id: "structured-logging",
12
header: "Structured logging",
0 commit comments