forked from open-webui/open-webui
doc: changelog
This commit is contained in:
parent
92c922b061
commit
6d8b1385bb
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.1.105] - 2024-02-25
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **📄 Document Selection**: Now you can select multiple documents and delete them all at once.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **🏷️ Documents Pre-Tagging**: Introducing a more convenient method. Click the + button at the top, enter tag name(s) in the popup window, select files, and upload them with tagging.
|
||||||
|
|
||||||
## [0.1.104] - 2024-02-25
|
## [0.1.104] - 2024-02-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "open-webui",
|
"name": "open-webui",
|
||||||
"version": "0.1.104",
|
"version": "0.1.105",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev --host",
|
"dev": "vite dev --host",
|
||||||
|
|
Loading…
Reference in a new issue