diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a13ac..da4f269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.8.4](https://github.com/thomiceli/opengist/compare/v1.8.3...v1.8.4) - 2024-12-15 +See here how to [update](/docs/update.md) Opengist. + +### Added +- More translation strings (#398) +- Custom instance names (#399) + +### Fixed +- Prevent passwords managers autofill on filename inputs (#357) + ## [1.8.3](https://github.com/thomiceli/opengist/compare/v1.8.2...v1.8.3) - 2024-11-26 See here how to [update](/docs/update.md) Opengist. diff --git a/README.md b/README.md index fc3e2b4..83fbaa7 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ Download the archive for your system from the release page [here](https://github ```shell # example for linux amd64 -wget https://github.com/thomiceli/opengist/releases/download/v1.8.3/opengist1.8.3-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.8.4/opengist1.8.4-linux-amd64.tar.gz -tar xzvf opengist1.8.3-linux-amd64.tar.gz +tar xzvf opengist1.8.4-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/deploy/README.md b/deploy/README.md index 696682e..8e65098 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -28,11 +28,11 @@ namespace: opengist resources: - namespace.yaml - - https://github.com/thomiceli/opengist/deploy/?ref:v1.8.3 + - https://github.com/thomiceli/opengist/deploy/?ref:v1.8.4 images: - name: ghcr.io/thomiceli/opengist - newTag: 1.8.3 + newTag: 1.8.4 patches: # Add your ingress diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index 5ff5a89..7f58cb3 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -19,7 +19,7 @@ export default {