diff --git a/README.md b/README.md index dc54f3dd2..b89b3b559 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 b1772bcc4..1cae89440 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 a5017b4b0..fa2b215c5 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 }, ], },