From 7bf552c491ab5c45409ca04493fd5a2c4c06951e Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 10 Apr 2024 01:09:25 -0700 Subject: [PATCH] 1.15.1 --- README.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- src/apps/news/news.data.tsx | 9 +++++---- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ab8948577..970f8fbdf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Or fork & run on Vercel - Support for the newly released Gemini Pro 1.5 models - Support for the new OpenAI 2024-04-09 Turbo models -- Desktop: Ctrl + S, Ctrl + O to load/save chats +- Ctrl+S and Ctrl+O to save/load chats on desktop +- Resilience fixes after the large success of 1.15.0 > Note: Beam-2 and new larger features are being cooked outside of `main`. diff --git a/package-lock.json b/package-lock.json index 7f0a6033b..e72d02876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "big-agi", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "big-agi", - "version": "1.15.0", + "version": "1.15.1", "hasInstallScript": true, "dependencies": { "@emotion/cache": "^11.11.0", diff --git a/package.json b/package.json index 8ed84046c..8ab0b1d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "big-agi", - "version": "1.15.0", + "version": "1.15.1", "private": true, "author": "Enrico Ros ", "repository": "https://github.com/enricoros/big-agi", diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 5e48c786a..74f96c970 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -27,7 +27,7 @@ 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, beamReleaseDate } from './beam.data'; +import { beamBlogUrl } from './beam.data'; interface NewsItem { @@ -57,18 +57,19 @@ export const NewsItems: NewsItem[] = [ ] }*/ { - versionCode: '1.15.0', + versionCode: '1.15.1', versionName: 'Beam', - versionDate: new Date(beamReleaseDate), + versionDate: new Date('2024-04-10T08:00:00Z'), versionCoverImage: coverV115, items: [ { text: <>Beam: Find better answers with multi-model AI reasoning, issue: 443, icon: ChatBeamIcon }, - { text: <>Explore diverse perspectives and synthesize optimal responses, noBullet: true }, + // { text: <>Explore diverse perspectives and synthesize optimal responses, noBullet: true }, { text: <>Auto-configure models for managed deployments, issue: 436 }, { text: <>Message starring ⭐, filtering and attachment, issue: 476 }, { text: <>Default persona improvements }, { text: <>Fixes to Gemini models and SVGs, improvements to UI and icons, and more }, { text: <>Developers: imperative LLM models discovery, dev: true }, + { text: <>1.15.1: Support for Gemini Pro 1.5 and OpenAI 2024-04-09 models }, ], }, {