diff --git a/public/images/covers/release-cover-v1.16.0.png b/public/images/covers/release-cover-v1.16.0.png new file mode 100644 index 000000000..233b93477 Binary files /dev/null and b/public/images/covers/release-cover-v1.16.0.png differ diff --git a/src/apps/news/AppNews.tsx b/src/apps/news/AppNews.tsx index 775014f0b..4e925f567 100644 --- a/src/apps/news/AppNews.tsx +++ b/src/apps/news/AppNews.tsx @@ -111,7 +111,7 @@ export function AppNews() { return {/* Inject the Beam item here*/} - {idx === 0 && ( + {idx === 2 && ( {beamNewsCallout} @@ -191,7 +191,7 @@ export function AppNews() { onClick={() => setLastNewsIdx(index => index + NEWS_LOAD_STEP)} endDecorator={} > - Load Previous News + Previous News )} diff --git a/src/apps/news/beam.data.tsx b/src/apps/news/beam.data.tsx index 04425756e..99f08c61b 100644 --- a/src/apps/news/beam.data.tsx +++ b/src/apps/news/beam.data.tsx @@ -14,7 +14,7 @@ export const beamNewsCallout = - Beam - just launched in 1.15 + Beam - launched in 1.15 Beam is a world-first, multi-model AI chat modality that accelerates the discovery of superior solutions by leveraging the collective strengths of diverse LLMs. diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 74f96c970..77a50d2be 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -17,8 +17,12 @@ import { Link } from '~/common/components/Link'; import { clientUtmSource } from '~/common/util/pwaUtils'; import { platformAwareKeystrokes } from '~/common/components/KeyStroke'; +import { beamBlogUrl } from './beam.data'; + // Cover Images +// A landscape image of a capybara made entirely of clear, translucent crystal, wearing oversized black sunglasses, sitting at a sleek, minimalist desk. The desk is bathed in a soft, ethereal light emanating from within the capybara, symbolizing clarity and transparency. The capybara is typing on a futuristic, holographic keyboard, with floating code snippets and diagrams surrounding it, illustrating an improved developer experience and Auto-Diagrams feature. The background is a clean, white space with subtle, geometric patterns. Close-up photography style with a bokeh effect. +import coverV116 from '../../../public/images/covers/release-cover-v1.16.0.png'; // (not exactly) Imagine a futuristic, holographically bounded space. Inside this space, four capybaras stand. Three of them are in various stages of materialization, their forms made up of thousands of tiny, vibrant particles of electric blues, purples, and greens. These particles represent the merging of different intelligent inputs, symbolizing the concept of 'Beaming'. Positioned slightly towards the center and ahead of the others, the fourth capybara is fully materialized and composed of shimmering golden cotton candy, representing the optimal solution the 'Beam' feature seeks to achieve. The golden capybara gazes forward confidently, embodying a target achieved. Illuminated grid lines softly glow on the floor and walls of the setting, amplifying the futuristic aspect. In front of the golden capybara, floating, holographic interfaces depict complex networks of points and lines symbolizing the solution space 'Beaming' explores. The capybara interacts with these interfaces, implying the user's ability to control and navigate towards the best outcomes. import coverV115 from '../../../public/images/covers/release-cover-v1.15.0.png'; // An image of a capybara sculpted entirely from iridescent blue cotton candy, gazing into a holographic galaxy of floating AI model icons (representing various AI models like Perplexity, Groq, etc.). The capybara is wearing a lightweight, futuristic headset, and its paws are gesturing as if orchestrating the movement of the models in the galaxy. The backdrop is minimalist, with occasional bursts of neon light beams, creating a sense of depth and wonder. Close-up photography, bokeh effect, with a dark but vibrant background to make the colors pop. @@ -27,7 +31,6 @@ import coverV114 from '../../../public/images/covers/release-cover-v1.14.0.png'; import coverV113 from '../../../public/images/covers/release-cover-v1.13.0.png'; // An image of a capybara sculpted entirely from black cotton candy, set against a minimalist backdrop with splashes of bright, contrasting sparkles. The capybara is calling on a 3D origami old-school pink telephone and the camera is zooming on the telephone. Close up photography, bokeh, white background. import coverV112 from '../../../public/images/covers/release-cover-v1.12.0.png'; -import { beamBlogUrl } from './beam.data'; interface NewsItem { @@ -56,6 +59,23 @@ export const NewsItems: NewsItem[] = [ Screen Capture (when removed from labs) ] }*/ + { + versionCode: '1.16.0', + versionName: 'Crystal Clear', + versionDate: new Date('2024-05-09T00:00:00Z'), + versionCoverImage: coverV116, + items: [ + { text: <>Beam core and UX improvements based on user feedback, issue: 470, icon: ChatBeamIcon }, + { text: <>Chat cost estimation, enable in labs 💰 }, + { text: <>Major Auto-Diagrams enhancements }, + { text: <>Save/load chat files with Ctrl+S / O, issue: 466 }, + { text: <>YouTube Transcriber persona: chat with videos, issue: 500 }, + { text: <>Improved formula render, dark-mode diagrams, issue: 508 }, + { text: <>More: code soft-wrap, selection toolbar, 3x faster on Apple silicon, issue: 507 }, + { text: <>Update Anthropic, Groq, Ollama, OpenAI, OpenRouter, Perplexity models }, + { text: <>Developers: update LLMs data structures, dev: true }, + ], + }, { versionCode: '1.15.1', versionName: 'Beam',