blog/content/post/release-of-1.15.1-and-1.14....

6.5 KiB

date authors title tags draft coverImageRelease
2021-09-02T20:30:55+01:00 zeripath Gitea 1.15.1 and 1.14.7 are released
release
gitea
false 1.14.7/1.15.1

We are proud to present the release of Gitea version 1.15.1 (and v1.14.7). We have specially released v1.14.7 as it contains an important fix for an issue with gitea dump on versions 1.14.3-1.14.6 and version 1.15.0.

We highly encourage users on versions v1.14.3-v1.14.7 to update to v1.14.7 before creating their backup dump files, and then update to v1.15.1 for some important bug-fixes.

We have merged 26 pull requests to release version 1.15.1 and 6 pull requests to release version 1.14.7.

You can download one of our pre-built binaries for 1.15.1 from our downloads page (1.14.7) - 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.15.1 - 2021-09-02

  • BUGFIXES
    • Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923)
    • Prevent leave changes dialogs due to autofill fields (#16912) (#16920)
    • Ignore review comment when ref commit is missed (#16905) (#16919)
    • Fix wrong attachment removal (#16915) (#16917)
    • Gitlab Migrator: dont ignore reactions of last request (#16903) (#16913)
    • Correctly return the number of Repositories for Organizations (#16807) (#16911)
    • Test if LFS object is accessible (#16865) (#16904)
    • Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#16900)
    • Fix dump and restore respository (#16698) (#16898)
    • Repair and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895)
    • Fix wiki raw commit diff/patch view (#16891) (#16892)
    • Ensure wiki repos are all closed (#16886) (#16888)
    • List limited and private orgs if authenticated on API (#16866) (#16879)
    • Simplify split diff view generation and remove JS dependency (#16775) (#16863)
    • Ensure that the default visibility is set on the user create page (#16845) (#16862)
    • In Render tolerate not being passed a context (#16842) (#16858)
    • Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16848)
    • Report the correct number of pushes on the feeds (#16811) (#16822)
    • Add primary_key to issue_index (#16813) (#16820)
    • Prevent NPE on empty commit (#16812) (#16819)
    • Fix branch pagination error (#16805) (#16816)
    • Add missing return to handleSettingRemoteAddrError (#16794) (#16795)
    • Remove spurious / from issues.opened_by (#16793)
    • Ensure that template compilation panics are sent to the logs (#16788) (#16792)
    • Update caddyserver/certmagic (#16789) (#16790)

1.14.7 - 2021-09-02

  • BUGFIXES
    • Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896)
    • Fix wiki raw commit diff/patch view (#16891) (#16893)
    • Ensure wiki repos are all closed (#16886) (#16889)
    • Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849)
    • Recreate Tables should Recreate indexes on MySQL (#16718) (#16740)