Skip to content

Commit 3934fe7

Browse files
committed
chore: bump version to 1.8.2 and update changelog and provider docs
- Bump version from 1.8.1 to 1.8.2 - Add changelog entry for DashScope and MiniMax provider support - Update provider counts across README and docs (16+ → 18+, 15+ → 17+) - Add DashScope and MiniMax to README provider support matrix
1 parent adc03e5 commit 3934fe7

File tree

7 files changed

+23
-10
lines changed

7 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.2] - 2026-04-06
11+
12+
### Added
13+
- DashScope (Qwen) provider support — Alibaba Cloud's Qwen models (qwen-turbo, qwen-plus, qwen-max)
14+
- MiniMax provider support — MiniMax models with 204K context (MiniMax-M2.5, MiniMax-M2.5-highspeed)
15+
- Model discovery, connection testing, and credential management for both new providers
16+
- Documentation for DashScope and MiniMax in AI providers guide, environment reference, and provider comparison
17+
18+
### Dependencies
19+
- Bump esperanto to >= 2.20.0
20+
1021
## [1.8.1] - 2026-03-10
1122

1223
### Added

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In a world dominated by Artificial Intelligence, having the ability to think
5858

5959
**Open Notebook empowers you to:**
6060
- 🔒 **Control your data** - Keep your research private and secure
61-
- 🤖 **Choose your AI models** - Support for 16+ providers including OpenAI, Anthropic, Ollama, LM Studio, and more
61+
- 🤖 **Choose your AI models** - Support for 18+ providers including OpenAI, Anthropic, Ollama, LM Studio, and more
6262
- 📚 **Organize multi-modal content** - PDFs, videos, audio, web pages, and more
6363
- 🎙️ **Generate professional podcasts** - Advanced multi-speaker podcast generation
6464
- 🔍 **Search intelligently** - Full-text and vector search across all your content
@@ -74,7 +74,7 @@ Learn more about our project at [https://www.open-notebook.ai](https://www.open-
7474
| Feature | Open Notebook | Google Notebook LM | Advantage |
7575
|---------|---------------|--------------------|-----------|
7676
| **Privacy & Control** | Self-hosted, your data | Google cloud only | Complete data sovereignty |
77-
| **AI Provider Choice** | 16+ providers (OpenAI, Anthropic, Ollama, LM Studio, etc.) | Google models only | Flexibility and cost optimization |
77+
| **AI Provider Choice** | 18+ providers (OpenAI, Anthropic, Ollama, LM Studio, etc.) | Google models only | Flexibility and cost optimization |
7878
| **Podcast Speakers** | 1-4 speakers with custom profiles | 2 speakers only | Extreme flexibility |
7979
| **Content Transformations** | Custom and built-in | Limited options | Unlimited processing power |
8080
| **API Access** | Full REST API | No API | Complete automation |
@@ -213,6 +213,8 @@ Thanks to the [Esperanto](https://github.com/lfnovo/esperanto) library, we suppo
213213
| Voyage | ❌ | ✅ | ❌ | ❌ |
214214
| xAI | ✅ | ❌ | ❌ | ❌ |
215215
| OpenRouter | ✅ | ❌ | ❌ | ❌ |
216+
| DashScope (Qwen) | ✅ | ❌ | ❌ | ❌ |
217+
| MiniMax | ✅ | ❌ | ❌ | ❌ |
216218
| OpenAI Compatible* | ✅ | ❌ | ❌ | ❌ |
217219

218220
*Supports LM Studio and any OpenAI-compatible endpoint
@@ -223,7 +225,7 @@ Thanks to the [Esperanto](https://github.com/lfnovo/esperanto) library, we suppo
223225
- **🔒 Privacy-First**: Your data stays under your control - no cloud dependencies
224226
- **🎯 Multi-Notebook Organization**: Manage multiple research projects seamlessly
225227
- **📚 Universal Content Support**: PDFs, videos, audio, web pages, Office docs, and more
226-
- **🤖 Multi-Model AI Support**: 16+ providers including OpenAI, Anthropic, Ollama, Google, LM Studio, and more
228+
- **🤖 Multi-Model AI Support**: 18+ providers including OpenAI, Anthropic, Ollama, Google, LM Studio, and more
227229
- **🎙️ Professional Podcast Generation**: Advanced multi-speaker podcasts with Episode Profiles
228230
- **🔍 Intelligent Search**: Full-text and vector search across all your content
229231
- **💬 Context-Aware Chat**: AI conversations powered by your research materials
@@ -280,7 +282,7 @@ Thanks to the [Esperanto](https://github.com/lfnovo/esperanto) library, we suppo
280282
### Recently Completed ✅
281283
- **Next.js Frontend**: Modern React-based frontend with improved performance
282284
- **Comprehensive REST API**: Full programmatic access to all functionality
283-
- **Multi-Model Support**: 16+ AI providers including OpenAI, Anthropic, Ollama, LM Studio
285+
- **Multi-Model Support**: 18+ AI providers including OpenAI, Anthropic, Ollama, LM Studio
284286
- **Advanced Podcast Generator**: Professional multi-speaker podcasts with Episode Profiles
285287
- **Content Transformations**: Powerful customizable actions for content processing
286288
- **Enhanced Citations**: Improved layout and finer control for source citations

docs/0-START-HERE/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
---
1313

1414
### ☁️ I want to use other cloud AI (Anthropic, Google, OpenRouter, etc.)
15-
**5 minutes to running.** Choose from 15+ AI providers.
15+
**5 minutes to running.** Choose from 17+ AI providers.
1616

1717
[Cloud Providers Quick Start](quick-start-cloud.md)
1818

@@ -39,7 +39,7 @@
3939
| Feature | Open Notebook | Notebook LM |
4040
|---------|---|---|
4141
| **Privacy** | Self-hosted, your control | Cloud, Google's servers |
42-
| **AI Choice** | 15+ providers | Google's models only |
42+
| **AI Choice** | 17+ providers | Google's models only |
4343
| **Podcast Speakers** | 1-4 customizable | 2 only |
4444
| **Cost** | Completely free | Free (but your data) |
4545
| **Offline** | Yes | No |

docs/4-AI-PROVIDERS/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Providers - Comparison & Selection Guide
22

3-
Open Notebook supports 15+ AI providers. This guide helps you **choose the right provider** for your needs.
3+
Open Notebook supports 17+ AI providers. This guide helps you **choose the right provider** for your needs.
44

55
> 💡 **Just want to set up a provider?** Skip to the [Configuration Guide](../5-CONFIGURATION/ai-providers.md) for detailed setup instructions.
66

docs/6-TROUBLESHOOTING/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open Notebook is an open-source, privacy-focused alternative to Google's Noteboo
1818
### How is it different from Google Notebook LM?
1919

2020
**Privacy**: Your data stays local by default. Only your chosen AI providers receive queries.
21-
**Flexibility**: Support for 15+ AI providers (OpenAI, Anthropic, Google, local models, etc.)
21+
**Flexibility**: Support for 17+ AI providers (OpenAI, Anthropic, Google, local models, etc.)
2222
**Customization**: Open source, so you can modify and extend functionality
2323
**Control**: You control your data, models, and processing
2424

docs/7-DEVELOPMENT/design-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Open Notebook aims to be a **privacy-focused, self-hosted alternative to Google'
8686
- Graceful degradation when providers are unavailable
8787

8888
**Example Decisions**:
89-
- ✅ Support for 16+ AI providers
89+
- ✅ Support for 18+ AI providers
9090
- ✅ Per-feature model selection (chat, embeddings, TTS)
9191
- ❌ Features that only work with OpenAI
9292
- ❌ Hard-coded API endpoints for specific providers

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-notebook"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
55
authors = [
66
{name = "Luis Novo", email = "lfnovo@gmail.com"}

0 commit comments

Comments
 (0)