diff --git a/CHANGELOG.md b/CHANGELOG.md index e020dad..8f30209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.8.2](https://github.com/thomiceli/opengist/compare/v1.8.1...v1.8.2) - 2024-11-25 +See here how to [update](/docs/update.md) Opengist. + +### Added +- More translation strings (#373) (#388) + +### Changed +- Enforce git config on startup (#383) +- Respect file scheme URIs for SQLite. (#387) + +### Fixed +- Convert octal notation file names in Git (#380) +- Git clone on SSH with MySQL (#382) +- Escaping for embed gists (#381) + +### Other +- Update deps Golang & JS deps + ## [1.8.1](https://github.com/thomiceli/opengist/compare/v1.8.0...v1.8.1) - 2024-11-02 See here how to [update](/docs/update.md) Opengist. diff --git a/README.md b/README.md index 4aff971..5ac5229 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.1/opengist1.8.1-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.8.2/opengist1.8.2-linux-amd64.tar.gz -tar xzvf opengist1.8.1-linux-amd64.tar.gz +tar xzvf opengist1.8.2-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 32fedc4..bd2c917 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.1 + - https://github.com/thomiceli/opengist/deploy/?ref:v1.8.2 images: - name: ghcr.io/thomiceli/opengist - newTag: 1.8.1 + newTag: 1.8.2 patches: # Add your ingress diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index bf81440..cfe2076 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -19,7 +19,7 @@ export default {