We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090547 commit 6f4e955Copy full SHA for 6f4e955
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