From 4c5a7bda63390d587b50078e0dbf2fb8ceed2df0 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Mon, 16 Dec 2024 01:46:26 +0100 Subject: [PATCH] v1.8.4 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- deploy/README.md | 4 ++-- docs/.vitepress/theme/Home.vue | 2 +- docs/installation/binary.md | 4 ++-- docs/installation/source.md | 2 +- docs/update.md | 4 ++-- 7 files changed, 20 insertions(+), 10 deletions(-) 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 {
- Released 1.8.3 + Released 1.8.4 diff --git a/docs/installation/binary.md b/docs/installation/binary.md index 0358818..030b07f 100644 --- a/docs/installation/binary.md +++ b/docs/installation/binary.md @@ -4,9 +4,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/docs/installation/source.md b/docs/installation/source.md index 730a631..99c159d 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -10,7 +10,7 @@ Requirements: git clone https://github.com/thomiceli/opengist cd opengist -git checkout v1.8.3 # optional, to checkout the latest release +git checkout v1.8.4 # optional, to checkout the latest release make ./opengist diff --git a/docs/update.md b/docs/update.md index e359ccf..d89c33d 100644 --- a/docs/update.md +++ b/docs/update.md @@ -27,9 +27,9 @@ Stop the running instance; then like your first installation of Opengist, downlo ```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`