@@ -14,21 +14,31 @@ export function WhatsNewModal({ isOpen, onClose }: WhatsNewModalProps) {
1414
1515 const versions = [
1616 {
17- version : "v1.3.3 " ,
17+ version : "v1.3.4 " ,
1818 isNew : true ,
1919 features : [
20- "📝 Markdown Support: User input contained between three backticks is now treated as markdown." ,
21- "📱 PWA Support: Full Progressive Web App support is now available." ,
22- "🐙 GitHub Link: GitHub repository link is now implemented on the webpage."
20+ "Chat Export: Export chats to Markdown with Mermaid rendering." ,
21+ "Copy Response: One-click copy for AI responses with enhanced clipboard support and icon updates." ,
22+ "Chat UX: Reference text handling, selection support, and refined chat input/profile chat interfaces." ,
23+ "File Preview: Refactored base64 decoding logic for readability."
24+ ]
25+ } ,
26+ {
27+ version : "v1.3.3" ,
28+ isNew : false ,
29+ features : [
30+ "Markdown Support: User input contained between three backticks is now treated as markdown." ,
31+ "PWA Support: Full Progressive Web App support is now available." ,
32+ "GitHub Link: GitHub repository link is now implemented on the webpage."
2333 ]
2434 } ,
2535 {
2636 version : "v1.3.2" ,
2737 isNew : false ,
2838 features : [
29- "⚡ Blazing Fast: Instant profile loads & faster file selection with Flash-Lite." ,
30- "🌐 Web Search: Real-time answers for competitors, news, and jobs." ,
31- "🔗 Smart URLs: Intelligent LinkedIn summarization & identity verification."
39+ "Blazing Fast: Instant profile loads & faster file selection with Flash-Lite." ,
40+ "Web Search: Real-time answers for competitors, news, and jobs." ,
41+ "Smart URLs: Intelligent LinkedIn summarization & identity verification."
3242 ]
3343 } ,
3444 {
0 commit comments