docs: add CHANGELOG (close #31)
This commit is contained in:
@@ -20,3 +20,5 @@ jobs:
|
||||
release_name: ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
body: |
|
||||
[CHANGELOG](https://github.com/ttionya/vaultwarden-backup/blob/master/CHANGELOG.md)
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
# Changelog
|
||||
|
||||
## v1.9.2
|
||||
|
||||
### Feature
|
||||
|
||||
- Update Dockerfile base image to `rclone/rclone:1.56.0`
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## v1.9.1
|
||||
|
||||
### Feature
|
||||
|
||||
- Increase the number of ping retries and timeout time
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## v1.9.0
|
||||
|
||||
### Feature
|
||||
|
||||
- Support for pinging, such as healthchecks.io (close [#30](https://github.com/ttionya/vaultwarden-backup/issues/30))
|
||||
|
||||
### Chore
|
||||
|
||||
- Don't support linux/386 platform anymore because vaultwarden not support it
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## v1.8.1
|
||||
|
||||
### Feature
|
||||
|
||||
- Update the `docker-compose.yml` file to use the new docker image
|
||||
- Add Rclone configuration verification (fixed [#29](https://github.com/ttionya/vaultwarden-backup/issues/29))
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## v1.8.0
|
||||
|
||||
**Reminder**: If you are still using the `ttionya/bitwardenrs-backup` Docker images, you need to migrate to the new `ttionya/vaultwarden-backup` image.
|
||||
|
||||
### Feature
|
||||
|
||||
- Rename the Docker image to `vaultwarden-backup`
|
||||
|
||||
### Chore
|
||||
|
||||
- Build both `bitwardenrs-backup` and `vaultwarden-backup` Docker images
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## before v1.8.0
|
||||
|
||||
outdated.
|
||||
@@ -416,6 +416,14 @@ We recommend re-downloading the `docker-compose.yml` file, replacing your enviro
|
||||
|
||||
|
||||
|
||||
## Changelog
|
||||
|
||||
Check out [CHANGELOG](CHANGELOG.md) file.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
@@ -417,6 +417,14 @@ docker run --rm -it -e MAIL_SMTP_VARIABLES='<your smtp variables>' -e MAIL_TO='<
|
||||
|
||||
|
||||
|
||||
## 更新日志
|
||||
|
||||
请查看 [CHANGELOG](CHANGELOG.md) 文件。
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## 许可证
|
||||
|
||||
MIT
|
||||
|
||||
Reference in New Issue
Block a user