From 9eb2ef05de85c304a70fabb5fc2fc69e957e399b Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 15 Jan 2024 17:07:32 -0800 Subject: [PATCH 1/3] 1.11.0: Version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21f728fc69..b6b3b26481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "big-agi", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "big-agi", - "version": "1.10.0", + "version": "1.11.0", "hasInstallScript": true, "dependencies": { "@dqbd/tiktoken": "^1.0.7", diff --git a/package.json b/package.json index 4b5d6b320a..b02c30430e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "big-agi", - "version": "1.10.0", + "version": "1.11.0", "private": true, "scripts": { "dev": "next dev", From cd70c4dd8430ced59a19678c00657afb01a888c1 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 15 Jan 2024 21:39:14 -0800 Subject: [PATCH 2/3] 1.11.0: news.data.tsx --- src/apps/news/news.data.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index eb785cefe2..a5017b4b0c 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -10,7 +10,7 @@ import { platformAwareKeystrokes } from '~/common/components/KeyStroke'; // update this variable every time you want to broadcast a new version to clients -export const incrementalVersion: number = 11; +export const incrementalVersion: number = 12; const B = (props: { href?: string, children: React.ReactNode }) => { const boldText = {props.children}; @@ -59,10 +59,24 @@ export const newsCallout = // news and feature surfaces export const NewsItems: NewsItem[] = [ // still unannounced: phone calls, split windows, ... + { + versionCode: '1.11.0', + versionName: 'Singularity', + versionMoji: '๐ŸŒŒ๐ŸŒ ', + versionDate: new Date('2024-01-16T06:00:00Z'), + items: [ + { text: <>Search past conversations (@joriskalz) ๐Ÿ”, issue: 329 }, + { text: <>Together AI Inference platform support, issue: 346 }, + { text: <>Quick commands pane (open with '/'), issue: 327 }, + { text: <>Persona creation: fix API timeouts, issue: 328 }, + { text: <>Persona creation history, issue: 301 }, + { text: <>Support up to five OpenAI-compatible endpoints, issue: 323 }, + ], + }, { versionCode: '1.10.0', versionName: 'The Year of AGI', - versionMoji: '๐ŸŽŠโœจ', + // versionMoji: '๐ŸŽŠโœจ', versionDate: new Date('2024-01-06T08:00:00Z'), items: [ { text: <>New UI for desktop and mobile, enabling future expansions, issue: 201 }, From 5b557705e717bc564c3c0ec2155bdb32d97a79f9 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 15 Jan 2024 22:10:39 -0800 Subject: [PATCH 3/3] 1.11.0: Readme and Changelog --- README.md | 28 ++++++++++++---------------- docs/changelog.md | 13 +++++++++++-- src/apps/news/news.data.tsx | 6 +++--- 3 files changed, 26 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index dc54f3dd27..b89b3b559f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ shows the current developments and future ideas. - Got a suggestion? [_Add your roadmap ideas_](https://github.com/enricoros/big-agi/issues/new?&template=roadmap-request.md) - Want to contribute? [_Pick up a task!_](https://github.com/users/enricoros/projects/4/views/4) - _easy_ to _pro_ +### What's New in 1.11.0 ยท Jan 16, 2024 ยท Singularity + +https://github.com/enricoros/big-AGI/assets/1590910/a6b8e172-0726-4b03-a5e5-10cfcb110c68 + +- **Find chats**: search in titles and content, with frequency ranking. [#329](https://github.com/enricoros/big-AGI/issues/329) +- **Commands**: command auto-completion (type '/'). [#327](https://github.com/enricoros/big-AGI/issues/327) +- **[Together AI](https://www.together.ai/products#inference)** inference platform support (good speed and newer models). [#346](https://github.com/enricoros/big-AGI/issues/346) +- Persona Creator history, deletion, custom creation, fix llm API timeouts +- Enable adding up to five custom OpenAI-compatible endpoints +- Developer enhancements: new 'Actiles' framework + ### What's New in 1.10.0 ยท Jan 6, 2024 ยท The Year of AGI https://github.com/enricoros/big-AGI/assets/32999/fbb1be49-5c38-49c8-86fa-3705700f6c39 @@ -42,22 +53,7 @@ https://github.com/enricoros/big-AGI/assets/32999/fbb1be49-5c38-49c8-86fa-370570 - Layout fix for Firefox users - Developer enhancements: Text2Image subsystem, Optima layout, ScrollToBottom library, Panes library, and Llms subsystem updates. -### What's New in 1.8.0 ยท Dec 20, 2023 - -- **Google Gemini Support**: Use the newest Google models. [#275](https://github.com/enricoros/big-agi/issues/275) -- **Mistral Platform**: Mixtral and future models support. [#273](https://github.com/enricoros/big-agi/issues/273) -- **Diagram Instructions**. Thanks to @joriskalz! [#280](https://github.com/enricoros/big-agi/pull/280) -- Ollama Chats: Enhanced chatting experience. [#270](https://github.com/enricoros/big-agi/issues/270) -- Mac Shortcuts Fix: Improved UX on Mac -- **Single-Tab Mode**: Data integrity with single window. [#268](https://github.com/enricoros/big-agi/issues/268) -- **Updated Models**: Latest Ollama (v0.1.17) and OpenRouter models -- Official Downloads: Easy access to the latest big-AGI on [big-AGI.com](https://big-agi.com) -- For developers: [troubleshot networking](https://github.com/enricoros/big-AGI/issues/276#issuecomment-1858591483), fixed Vercel deployment, cleaned up the LLMs/Streaming framework - -### What's New in... ? - -> [To The Moon And Back, Attachment Theory, Surf's Up, Loaded, and more releases...](docs/changelog.md). -> Check out the [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2) +For full details and former releases, check out the [changelog](docs/changelog.md). ## โœจ Key Features ๐Ÿ‘Š diff --git a/docs/changelog.md b/docs/changelog.md index b1772bcc43..1cae89440e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,11 +5,20 @@ by release. - For the live roadmap, please see [the GitHub project](https://github.com/users/enricoros/projects/4/views/2) -### 1.11.0 - Jan 2024 +### 1.12.0 - Jan 2024 -- milestone: [1.11.0](https://github.com/enricoros/big-agi/milestone/11) +- milestone: [1.12.0](https://github.com/enricoros/big-agi/milestone/12) - work in progress: [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2), [help here](https://github.com/users/enricoros/projects/4/views/4) +### What's New in 1.11.0 ยท Jan 16, 2024 ยท Singularity + +- **Find chats**: search in titles and content, with frequency ranking. [#329](https://github.com/enricoros/big-AGI/issues/329) +- **Commands**: command auto-completion (type '/'). [#327](https://github.com/enricoros/big-AGI/issues/327) +- **[Together AI](https://www.together.ai/products#inference)** inference platform support. [#346](https://github.com/enricoros/big-AGI/issues/346) +- Persona Creator history, deletion, custom creation, fix llm API timeouts +- Enable adding up to five custom OpenAI-compatible endpoints +- Developer enhancements: new 'Actiles' framework + ### What's New in 1.10.0 ยท Jan 6, 2024 ยท The Year of AGI - **New UI**: for both desktop and mobile, sets the stage for future scale. [#201](https://github.com/enricoros/big-AGI/issues/201) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index a5017b4b0c..fa2b215c53 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -63,13 +63,13 @@ export const NewsItems: NewsItem[] = [ versionCode: '1.11.0', versionName: 'Singularity', versionMoji: '๐ŸŒŒ๐ŸŒ ', - versionDate: new Date('2024-01-16T06:00:00Z'), + versionDate: new Date('2024-01-16T06:30:00Z'), items: [ { text: <>Search past conversations (@joriskalz) ๐Ÿ”, issue: 329 }, - { text: <>Together AI Inference platform support, issue: 346 }, { text: <>Quick commands pane (open with '/'), issue: 327 }, + { text: <>Together AI Inference platform support, issue: 346 }, + { text: <>Persona creation: history, issue: 301 }, { text: <>Persona creation: fix API timeouts, issue: 328 }, - { text: <>Persona creation history, issue: 301 }, { text: <>Support up to five OpenAI-compatible endpoints, issue: 323 }, ], },