Update CHANGELOG and known issues

This commit is contained in:
Abin Simon 2023-11-16 19:06:26 +05:30
parent bfea3dea34
commit 84f4400635
3 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added export support for emails in exchange backups as `.eml` files
- More colorful and informational cli output
- CLI completions for corso commands and flags (bash, zsh, fish, powershell)
### Changed
- Change file extension of messages export to json to match the content
@ -19,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Automatically re-run a full delta query on incremental if the prior backup is found to have malformed prior-state information.
- Retry drive item permission downloads during long-running backups after the jwt token expires and refreshes.
### Known issues
- CLI completions cannot autocomplete multiple values for flags
## [v0.15.0] (beta) - 2023-10-31
### Added

View File

@ -55,8 +55,8 @@ _validatemdgen: # in case we have a different architecture
${MDGEN_BINARY}: $(shell find ${CORSO_LOCAL_PATH}/src -type f -name *.go) $(shell find ${CORSO_LOCAL_PATH}/src -type d )
@echo 'Re-building Corso CLI docs auto-gen tooling...'
$(GOC) go mod download
$(GOC) go build -o ${MDGEN_BINARY} ${MDGEN_SRC}
$(GOC) go mod download
$(GOC) go build -o ${MDGEN_BINARY} ${MDGEN_SRC}
clean:
$(WEBC) rm -rf docs/cli build node_modules

View File

@ -35,3 +35,5 @@ Below is a list of known Corso issues and limitations:
* Groups and Teams support is available in an early-access status, and may be subject to breaking changes.
* Restoring the data into a different Group from the one it was backed up from isn't currently supported
* CLI completions cannot autocomplete multiple values for flags