diff --git a/CHANGELOG.md b/CHANGELOG.md index 1941267..b2d275f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.10.0](https://github.com/thomiceli/opengist/compare/v1.9.1...v1.10.0) - 2025-04-07 +See here how to [update](https://opengist.io/docs/update) Opengist. + +### 🔴 Deprecations +_Removed in the next SemVer MAJOR version of Opengist._ +* Use the configuration option `index`/`OG_INDEX` **instead of** `index.enabled`/`OG_INDEX_ENABLED`. The default value is `bleve`. +* The configuration `index.dirname`/`OG_INDEX_DIRNAME` will be removed. If you're using Bleve, the path of the index will be `opengist.index`. + +### Added +- Helm Chart (#454) +- Meilisearch indexer (#444) +- Prometheus metrics (#439) +- Config to name the OIDC provider (#435) +- Read admin group from OIDC token claim (#445) +- More translation strings (#438) + +### Fixed +- Garbled text display issues for non-English Unicode characters in browsers (#441) +- Test database when running `go test` (#442) +- Allow lag between admin invitation creation and test assertion (#452) +- gist.html using relative URL (#451) +- Do not hide file delete button on gist edit page (#447) + +### Other +- Update deps Golang & JS deps (#455) + ## [1.9.1](https://github.com/thomiceli/opengist/compare/v1.9.0...v1.9.1) - 2025-02-04 See here how to [update](https://opengist.io/docs/update) Opengist. diff --git a/README.md b/README.md index 29a50fe..00a86a8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It is similar to [GitHub Gist](https://gist.github.com/), but open-source and co Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release : ```shell -docker pull ghcr.io/thomiceli/opengist:1.9 +docker pull ghcr.io/thomiceli/opengist:1.10 ``` It can be used in a `docker-compose.yml` file : @@ -50,7 +50,7 @@ It can be used in a `docker-compose.yml` file : ```yml services: opengist: - image: ghcr.io/thomiceli/opengist:1.9 + image: ghcr.io/thomiceli/opengist:1.10 container_name: opengist restart: unless-stopped ports: @@ -77,9 +77,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.9.1/opengist1.9.1-linux-amd64.tar.gz +wget https://github.com/thomiceli/opengist/releases/download/v1.10.0/opengist1.10.0-linux-amd64.tar.gz -tar xzvf opengist1.9.1-linux-amd64.tar.gz +tar xzvf opengist1.10.0-linux-amd64.tar.gz cd opengist chmod +x opengist ./opengist # with or without `--config config.yml` diff --git a/docs/.vitepress/theme/Home.vue b/docs/.vitepress/theme/Home.vue index 1514a25..617b340 100644 --- a/docs/.vitepress/theme/Home.vue +++ b/docs/.vitepress/theme/Home.vue @@ -19,7 +19,7 @@ export default {