Skip to content

Commit 80ea18d

Browse files
committed
bump: version 8.9.1 → 8.10.0
1 parent e06e5a1 commit 80ea18d

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cz_customize"
33
tag_format = "$version"
44
version_scheme = "semver"
5-
version = "8.9.1"
5+
version = "8.10.0"
66
update_changelog_on_bump = true
77
changelog_incremental = true
88
version_files = [

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 8.10.0 (2026-04-20)
4+
5+
### Feat
6+
7+
- **core**: ajout paramètre yaml useLLM/useHistory
8+
- **core**: gestion des fichiers hébergés sur Docs de La suite numérique
9+
10+
### Fix
11+
12+
- **ai**: gestion du systemPrompt pour l'API Cohere v1
13+
- **core**: utilisation possible d'un bouton d'option qui commence par "link:http" pour ouvrir une URL externe
14+
- **core**: utilisation possible d'un proxy CORS pour fetchContentFromMultipleSources
15+
- **config**: changement du proxy CORS
16+
17+
### Chore
18+
19+
- ajout d'une task pour ajouter tous les dépôts git remote
20+
- ajout de framagit comme répertoire distant
21+
322
## 8.9.1 (2026-02-26)
423

524
### Fix

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.1
1+
8.10.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatmd",
3-
"version": "8.9.1",
3+
"version": "8.10.0",
44
"description": "Un outil libre et gratuit pour créer un chatbot à partir d'un simple fichier en Markdown",
55
"main": "script.min.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)