diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1f7be61e56..b556660f20 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -26,9 +26,11 @@ $ git -C forgejo log --oneline --no-merges origin/v1.18/forgejo..origin/v1.19/fo When forking a repository, the fork will now have issues, projects, releases, packages and wiki disabled. These can be enabled in the repository settings afterwards. To change back to the previous default behavior, configure `DEFAULT_FORK_REPO_UNITS` to be the same value as `DEFAULT_REPO_UNITS`. - * [Remove ONLY_SHOW_RELEVANT_REPOS setting](https://codeberg.org/forgejo/forgejo/commit/4d20a4a1b) + * [Filter repositories by default on the explore page](https://codeberg.org/forgejo/forgejo/commit/4d20a4a1b) - (description) + The explore page now always filters out repositories that are considered not relevant because they are either forks or have no topic and not description and no icon. A link is shown to display all repositories, unfiltered. + + Explore repositories * [Remove deprecated DSA host key from Docker Container](https://codeberg.org/forgejo/forgejo/commit/f17edfaf5a31ea3f4e9152424b75c2c4986acbe3) Since OpenSSH 7.0 and greater similarly disable the ssh-dss (DSA) public key algorithm, and recommend against its use. http://www.openssh.com/legacy.html diff --git a/releases/images/forgejo-v1.19-relevant.png b/releases/images/forgejo-v1.19-relevant.png new file mode 100644 index 0000000000..6dab252625 Binary files /dev/null and b/releases/images/forgejo-v1.19-relevant.png differ