diff options
author | Lauris BH <lauris@nix.lv> | 2020-06-22 16:58:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 09:58:54 -0400 |
commit | 121103fecf0fb72ccd8bf1fe2b63b3d20d1d4426 (patch) | |
tree | e70514287b2a0fe1a9ce4ddf0b56c5032b8f4f14 | |
parent | 180286da0c23126d7c7c4f428ce5ce6f366a5b9a (diff) | |
download | gitea-121103fecf0fb72ccd8bf1fe2b63b3d20d1d4426.tar.gz gitea-121103fecf0fb72ccd8bf1fe2b63b3d20d1d4426.zip |
Changelog for v1.11.8 and v1.12.1 (#12006) (#12007)
* Changelog for v1.12.1 (#12006)
* Update gitea version to latest release
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | docs/config.yaml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c81e9f564..c08b372265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21 + +* BUGFIXES + * Handle multiple merges in gitgraph.js (#11996) (#12000) + * Add serviceworker.js to KnownPublicEntries (#11992) (#11994) + * For language detection do not try to analyze big files by content (#11971) (#11975) +* ENHANCEMENTS + * Fix scrollable header on dropdowns (#11893) (#11965) + +## [1.11.8](https://github.com/go-gitea/gitea/releases/tag/v1.11.8) - 2020-06-21 + +* BUGFIXES + * Really fix __webpack_public_path__ for 1.11 (#11961) + ## [1.12.0](https://github.com/go-gitea/gitea/releases/tag/v1.12.0) - 2020-06-17 * BREAKING diff --git a/docs/config.yaml b/docs/config.yaml index 2384906cf6..a937b9d20a 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,7 +18,7 @@ params: description: Git with a cup of tea author: The Gitea Authors website: https://docs.gitea.io - version: 1.12.0 + version: 1.12.1 minGoVersion: 1.12 goVersion: 1.14 minNodeVersion: 10.13 |