Skip to content

Commit 01cc85a

Browse files
authored
Merge pull request #672 from miurla/update-changelog-v0.5
feat: emphasize Morphic reborn with agentic search in changelog
2 parents af109a4 + fa8b45b commit 01cc85a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

components/changelog-banner.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { X } from 'lucide-react'
44

55
import { useChangelog } from '@/hooks/use-changelog'
66

7+
import { IconLogo } from '@/components/ui/icons'
8+
79
export function ChangelogBanner() {
810
const { changelog, isVisible, dismiss } = useChangelog()
911

@@ -21,6 +23,7 @@ export function ChangelogBanner() {
2123
</button>
2224
<div className="flex-1 min-w-0">
2325
<div className="flex items-center gap-2 mb-1">
26+
<IconLogo className="h-4 w-4" />
2427
<span className="text-xs px-1.5 py-0.5 bg-muted rounded-md font-mono">
2528
v{changelog.version}
2629
</span>

public/changelog.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"current": {
3-
"version": "0.5.0",
4-
"date": "2025-01-10",
3+
"version": "1.0.0 Beta.4",
4+
"date": "2025-09-03",
55
"features": [
6-
"AI model selection",
7-
"Langfuse integration",
8-
"Improved search results"
6+
"Morphic reborn - Now with powerful agentic search beyond quick answers"
97
],
10-
"showUntil": "2025-01-20",
11-
"dismissKey": "changelog-v0.5.0"
8+
"showUntil": "2025-09-10",
9+
"dismissKey": "changelog-v1.0.0"
1210
},
1311
"history": []
1412
}

0 commit comments

Comments
 (0)