14 KiB
date | authors | title | tags | draft | coverImageRelease | ||||
---|---|---|---|---|---|---|---|---|---|
2023-04-13T09:13:47+07:00 |
|
Gitea 1.19.1 is released |
|
false | 1.19.1 |
We are proud to present the release of Gitea version 1.19.1.
We highly encourage users to update to this version for some important bug-fixes.
We have merged 95 pull requests to release this version.
❗ If you are using actions.actions
in DISABLED_REPO_UNITS
or DEFAULT_REPO_UNITS
, it will be treated as an invalid unit key.
It has been changed to repo.actions
for consistency.
If you haven't placed it there explicitly, no action is required.
While Gitea aims for stability in already released versions, we decided to release this breaking change in 1.19.1 because Gitea Actions are still experimental and this option was previously undocumented, so we expect that a vast majority of users are likely unaffected.
You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.
We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.
Have you heard? We now have a swag shop! 👕 🍵
Changelog
1.19.1 - 2023-04-12
- BREAKING
- ENHANCEMENTS
- Add cardtype to org/user level project on creation, edit and view (#24043) (#24066)
- Refactor commit status for Actions jobs (#23786) (#24060)
- Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019)
- Show protected branch rule names again (#23907) (#24018)
- Adjust sticky pr header to cover background (#23956) (#23999)
- Discolor pull request tab labels (#23950) (#23987)
- Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967)
- Left-align review comments (#23937)
- Fix image border-radius (#23886) (#23930)
- Scroll collapsed file into view (#23702) (#23929)
- Fix code view (diff) broken layout (#23096) (#23918)
- Org pages style fixes (#23901) (#23914)
- Fix user profile description rendering (#23882) (#23902)
- Fix review box viewport overflow issue (#23800) (#23898)
- Prefill input values in oauth settings as intended (#23829) (#23871)
- CSS color tweaks (#23828) (#23842)
- Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833)
- Add CSS rules for basic colored labels (#23774) (#23777)
- Add creation time in tag list page (#23693) (#23773)
- Fix br display for packages curls (#23737) (#23764)
- Fix issue due date edit toggle bug (#23723) (#23758)
- Improve commit graph page UI alignment (#23751) (#23754)
- Use GitHub Actions compatible globbing for
branches
,tag
,path
filter (#22804) (#23740) - Redirect to project again after editing it (#23326) (#23739)
- Remove row clicking from notification table (#22695) (#23706)
- Remove conflicting CSS rules on notifications, improve notifications table (#23565) (#23621)
- Fix diff tree height and adjust target file style (#23616)
- BUGFIXES
- Improve error logging for LFS (#24072) (#24082)
- Fix custom mailer template on Windows platform (#24081)
- Update the value of
diffEnd
when clicking theShow More
button in the DiffFileTree (#24069) (#24078) - Make label templates have consistent behavior and priority (#23749)
- Fix accidental overwriting of LDAP team memberships (#24050) (#24065)
- Fix branch protection priority (#24045) (#24061)
- Use actions job link as commit status URL instead of run link (#24023) (#24032)
- Add actions support to package auth verification (#23729) (#24028)
- Fix protected branch for API (#24013) (#24027)
- Do not escape space between PyPI repository url and package name… (#23981) (#24008)
- Fix redirect bug when creating issue from a project (#23971) (#23997)
- Set
ref
to fully-formed of the tag when trigger event isrelease
(#23944) (#23989) - Use Get/Set instead of Rename when Regenerate session id (#23975) (#23983)
- Ensure RSS icon is present on all repo tabs (#23904) (#23973)
- Remove
Repository.getFilesChanged
to fix Actionspaths
andpaths-ignore
filter (#23920) (#23969) - Delete deleted release attachments immediately from storage (#23913) (#23958)
- Use ghost user if package creator does not exist (#23822) (#23915)
- User/Org Feed render description as per web (#23887) (#23906)
- Fix
cases.Title
crash for concurrency (#23885) (#23903) - Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899)
- Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874) (#23878)
- Fix JS error when changing PR's target branch (#23862) (#23864)
- Fix 500 error if there is a name conflict when edit authentication source (#23832) (#23852)
- Fix closed PR also triggers Webhooks and actions (#23782) (#23834)
- Fix checks for
needs
in Actions (#23789) (#23831) - Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) (#23825)
- Fix cancel button in the page of project edit not work (#23655) (#23813)
- Don't apply the group filter when listing LDAP group membership if it is empty (#23745) (#23788)
- Fix profile page email display, respect settings (#23747) (#23756)
- Fix project card preview select and template select (#23684) (#23731)
- Check LFS/Packages settings in dump and doctor command (#23631) (#23730)
- Add git dashes separator to some "log" and "diff" commands (#23606) (#23720)
- Create commit status when event is
pull_request_sync
(#23683) (#23691) - Fix incorrect
HookEventType
of pull request review comments (#23650) (#23678) - Fix incorrect
show-modal
andshow-panel
class (#23660) (#23663) - Improve workflow event triggers (#23613) (#23648)
- Introduce path Clean/Join helper functions, partially backport&refactor (#23495) (#23607)
- Fix pagination on
/notifications/watching
(#23564) (#23603) - Fix submodule is nil panic (#23588) (#23601)
- Polyfill the window.customElements (#23592) (#23595)
- Avoid too long names for actions (#23162) (#23190)
- TRANSLATION
- BUILD
- DOCS
- MISC
- Do not crash when parsing an invalid workflow file (#23972) (#23976)
- Remove assertion debug code for show/hide refactoring (#23576) (#23868)
- Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) (#23791)
- Make minio package support legacy MD5 checksum (#23768) (#23770)
- Improve template error reporting (#23396) (#23600)