diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index a5624a5..dc74411 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" server: - image: gitea/gitea:1.18.5-rootless@sha256:40d4a630fd90cb41bea245034a1a86e3ba7220e8f6d7e5e0d0a50583df2e1a16 + image: gitea/gitea:1.19.1-rootless@sha256:7416cf7299ff49705dfc0235d1961048bf1f7ae9efbf061f70a93f10c8854dc0 user: "1000:1000" restart: on-failure ports: diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 15aadb0..02a0f8b 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: gitea category: Development name: Gitea -version: "1.18.5" +version: "1.19.1" tagline: A painless self-hosted Git service description: >- Gitea is a painless self-hosted Git service. It is similar to @@ -42,34 +42,62 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - This release updates Gitea from 1.16.8 to 1.18.5. + This release updates Gitea from 1.18.5 to 1.19.1. A full list of new features, improvements, and bug fixes - for versions between 1.16.8 and 1.18.5 can be found here: https://github.com/go-gitea/gitea/releases. + for versions between 1.18.5 and 1.19.1 can be found here: https://github.com/go-gitea/gitea/releases. - Version 1.18.5 release notes: + Version 1.19.1 release notes highlights: + + + FEATURES + + - Gitea Actions + + - Citing repos + + - Copy file content + + - Pre-built FreeBSD binaries + + - Highlight Note and Warning in markdown quotes + + - Projects for organizations/users + + - Referencing commits across repos + + - Reply by email ENHANCEMENTS - - Hide 2FA status from other members in organization members list + - Add card type to org/user level project on creation, edit and view + + - Refactor commit status for Actions jobs + + - Show errors for KaTeX and mermaid on the preview tab + + - Show protected branch rule names again + + - Adjust sticky PR header to cover background + + - Discolor pull request tab labels BUGFIXES - - Add force_merge to merge request and fix checking mergable + - Improve error logging for LFS - - Use --message=%s for git commit message + - Fix custom mailer template on Windows platform - - Render access log template as text instead of HTML + - Update the value of diffEnd when clicking the Show More button in the DiffFileTree - - Fix the Manually Merged form + - Make label templates have consistent behavior and priority - - Use beforeCommit instead of baseCommit + - Fix accidental overwriting of LDAP team memberships - - Display attachments of review comment when comment content is blank + - Fix branch protection priority - - Return empty url for submodule tree entries torOnly: false submitter: Umbrel