File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import { X } from 'lucide-react'
4
4
5
5
import { useChangelog } from '@/hooks/use-changelog'
6
6
7
+ import { IconLogo } from '@/components/ui/icons'
8
+
7
9
export function ChangelogBanner ( ) {
8
10
const { changelog, isVisible, dismiss } = useChangelog ( )
9
11
@@ -21,6 +23,7 @@ export function ChangelogBanner() {
21
23
</ button >
22
24
< div className = "flex-1 min-w-0" >
23
25
< div className = "flex items-center gap-2 mb-1" >
26
+ < IconLogo className = "h-4 w-4" />
24
27
< span className = "text-xs px-1.5 py-0.5 bg-muted rounded-md font-mono" >
25
28
v{ changelog . version }
26
29
</ span >
Original file line number Diff line number Diff line change 1
1
{
2
2
"current" : {
3
- "version" : " 0.5.0 " ,
4
- "date" : " 2025-01-10 " ,
3
+ "version" : " 1.0.0 Beta.4 " ,
4
+ "date" : " 2025-09-03 " ,
5
5
"features" : [
6
- " AI model selection" ,
7
- " Langfuse integration" ,
8
- " Improved search results"
6
+ " Morphic reborn - Now with powerful agentic search beyond quick answers"
9
7
],
10
- "showUntil" : " 2025-01-20 " ,
11
- "dismissKey" : " changelog-v0.5 .0"
8
+ "showUntil" : " 2025-09-10 " ,
9
+ "dismissKey" : " changelog-v1.0 .0"
12
10
},
13
11
"history" : []
14
12
}
You can’t perform that action at this time.
0 commit comments