mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'.