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

63 lines
6.5 KiB
Markdown
Raw Normal View History

---
docusaurus blog (#266) # Notes - date must not have double quotes, e.g., should be like `date: 2022-10-30T18:25:00+09:15` - Updated header. ![Screen Shot 2023-07-11 at 17.27.49](/attachments/d14b0c62-3630-47a9-bcda-25c6459d4e8b) - Used customized blog plugin to get all tags with reference to [plugins/blog/index.js](https://github.com/questdb/questdb.io/blob/master/plugins/blog/index.js). Filter by tag section, tag list page. ![Screen Shot 2023-07-11 at 18.10.28](/attachments/59561940-a2f7-4ab5-b99a-1d5b84fdbcad) ![Screen Shot 2023-07-11 at 17.31.20](/attachments/d6d82976-12c0-4c0f-acfe-218e30c7c627) - Added coverImage to frontmatter to assgin cover image, e.g., `coverImage: "/img/blog-covers/test.jpeg"` And on blog page, cover image will appear on top if `coverImage` added to frontmatter, e.g., ![Screen Shot 2023-07-11 at 17.33.09](/attachments/c27e7971-11db-4241-bc53-9e43df235fbc) ![Screen Shot 2023-07-11 at 17.33.20](/attachments/552dd9cf-fc55-4547-8014-864aeb0e5050) - authors are managed by the `authors.yml` file. [reference](https://docusaurus.io/docs/blog#global-authors) - [ejected](https://docusaurus.io/docs/swizzling#ejecting) `@docusaurus/theme-classic BlogListPage` and `@docusaurus/theme-classic BlogPostPage`, which are marked as `unsafe` by docusaurus, so need to maintain these components. ([original BlogListPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.tsx), [original BlogPostPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.tsx)) - [referenced repo](https://github.com/questdb/questdb.io) # How to test ``` npm i npm run start ``` # Build and serve ``` npm run build npm run serve ``` # Help Needed Deploy and preview steps # More Screenshots ![Screen Shot 2023-07-11 at 17.34.54](/attachments/ee9d46ac-72ac-49de-90df-38e2afc6db02) Mobile: ![Screen Shot 2023-07-11 at 18.16.54](/attachments/8f1471a3-27cc-459a-a2ce-c0e5bdf604d3) ![Screen Shot 2023-07-10 at 17.53.18](/attachments/992d9f24-e130-41a9-8b55-86744539524c) ![Screen Shot 2023-07-06 at 11.02.21](/attachments/af1632b8-6a61-47f7-b15d-4a6080bebadb) ![Screen Shot 2023-07-11 at 18.17.43](/attachments/af0df617-27a4-46f9-a8a3-037be268e1cd) ![Screen Shot 2023-07-03 at 15.32.45](/attachments/ad2c1217-e82d-434c-81c8-5d4058e18591) # TODO - [x] Add Banner to blog page Reviewed-on: https://gitea.com/gitea/blog/pulls/266 Co-authored-by: HesterG <hestergong@gmail.com> Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-12 08:55:19 +05:30
date: 2021-09-02T20:30:55+01:00
authors: "zeripath"
title: "Gitea 1.15.1 and 1.14.7 are released"
tags: ["release", "gitea"]
draft: false
coverImageRelease: "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](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.1+is:merged) pull requests to release version 1.15.1 and [6](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.14.7+is:merged) 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](https://dl.gitea.com/gitea/1.15.1/) ([1.14.7](https://dl.gitea.com/gitea/1.14.7/)) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.
**Have you heard? We now have a [swag shop](https://shop.gitea.io)! :shirt: :tea:**
<!--more-->
## Changelog
### [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02
* BUGFIXES
* Allow BASIC authentication access to `/:owner/:repo/releases/download/*` ([#16916](https://github.com/go-gitea/gitea/pull/16916)) ([#16923](https://github.com/go-gitea/gitea/pull/16923))
* Prevent leave changes dialogs due to autofill fields ([#16912](https://github.com/go-gitea/gitea/pull/16912)) ([#16920](https://github.com/go-gitea/gitea/pull/16920))
* Ignore review comment when ref commit is missed ([#16905](https://github.com/go-gitea/gitea/pull/16905)) ([#16919](https://github.com/go-gitea/gitea/pull/16919))
* Fix wrong attachment removal ([#16915](https://github.com/go-gitea/gitea/pull/16915)) ([#16917](https://github.com/go-gitea/gitea/pull/16917))
* Gitlab Migrator: dont ignore reactions of last request ([#16903](https://github.com/go-gitea/gitea/pull/16903)) ([#16913](https://github.com/go-gitea/gitea/pull/16913))
* Correctly return the number of Repositories for Organizations ([#16807](https://github.com/go-gitea/gitea/pull/16807)) ([#16911](https://github.com/go-gitea/gitea/pull/16911))
* Test if LFS object is accessible ([#16865](https://github.com/go-gitea/gitea/pull/16865)) ([#16904](https://github.com/go-gitea/gitea/pull/16904))
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser ([#16899](https://github.com/go-gitea/gitea/pull/16899)) ([#16900](https://github.com/go-gitea/gitea/pull/16900))
* Fix dump and restore respository ([#16698](https://github.com/go-gitea/gitea/pull/16698)) ([#16898](https://github.com/go-gitea/gitea/pull/16898))
* Repair and Improve GetDiffRangeWithWhitespaceBehavior ([#16894](https://github.com/go-gitea/gitea/pull/16894)) ([#16895](https://github.com/go-gitea/gitea/pull/16895))
* Fix wiki raw commit diff/patch view ([#16891](https://github.com/go-gitea/gitea/pull/16891)) ([#16892](https://github.com/go-gitea/gitea/pull/16892))
* Ensure wiki repos are all closed ([#16886](https://github.com/go-gitea/gitea/pull/16886)) ([#16888](https://github.com/go-gitea/gitea/pull/16888))
* List limited and private orgs if authenticated on API ([#16866](https://github.com/go-gitea/gitea/pull/16866)) ([#16879](https://github.com/go-gitea/gitea/pull/16879))
* Simplify split diff view generation and remove JS dependency ([#16775](https://github.com/go-gitea/gitea/pull/16775)) ([#16863](https://github.com/go-gitea/gitea/pull/16863))
* Ensure that the default visibility is set on the user create page ([#16845](https://github.com/go-gitea/gitea/pull/16845)) ([#16862](https://github.com/go-gitea/gitea/pull/16862))
* In Render tolerate not being passed a context ([#16842](https://github.com/go-gitea/gitea/pull/16842)) ([#16858](https://github.com/go-gitea/gitea/pull/16858))
* Upgrade xorm to v1.2.2 ([#16663](https://github.com/go-gitea/gitea/pull/16663)) & Add test to ensure that dumping of login sources remains correct ([#16847](https://github.com/go-gitea/gitea/pull/16847)) ([#16848](https://github.com/go-gitea/gitea/pull/16848))
* Report the correct number of pushes on the feeds ([#16811](https://github.com/go-gitea/gitea/pull/16811)) ([#16822](https://github.com/go-gitea/gitea/pull/16822))
* Add primary_key to issue_index ([#16813](https://github.com/go-gitea/gitea/pull/16813)) ([#16820](https://github.com/go-gitea/gitea/pull/16820))
* Prevent NPE on empty commit ([#16812](https://github.com/go-gitea/gitea/pull/16812)) ([#16819](https://github.com/go-gitea/gitea/pull/16819))
* Fix branch pagination error ([#16805](https://github.com/go-gitea/gitea/pull/16805)) ([#16816](https://github.com/go-gitea/gitea/pull/16816))
* Add missing return to handleSettingRemoteAddrError ([#16794](https://github.com/go-gitea/gitea/pull/16794)) ([#16795](https://github.com/go-gitea/gitea/pull/16795))
* Remove spurious / from issues.opened_by ([#16793](https://github.com/go-gitea/gitea/pull/16793))
* Ensure that template compilation panics are sent to the logs ([#16788](https://github.com/go-gitea/gitea/pull/16788)) ([#16792](https://github.com/go-gitea/gitea/pull/16792))
* Update caddyserver/certmagic ([#16789](https://github.com/go-gitea/gitea/pull/16789)) ([#16790](https://github.com/go-gitea/gitea/pull/16790))
### [1.14.7](https://github.com/go-gitea/gitea/releases/tag/v1.14.7) - 2021-09-02
* BUGFIXES
* Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) ([#16896](https://github.com/go-gitea/gitea/pull/16896))
* Fix wiki raw commit diff/patch view ([#16891](https://github.com/go-gitea/gitea/pull/16891)) ([#16893](https://github.com/go-gitea/gitea/pull/16893))
* Ensure wiki repos are all closed ([#16886](https://github.com/go-gitea/gitea/pull/16886)) ([#16889](https://github.com/go-gitea/gitea/pull/16889))
* Upgrade xorm to v1.2.2 ([#16663](https://github.com/go-gitea/gitea/pull/16663)) & Add test to ensure that dumping of login sources remains correct ([#16847](https://github.com/go-gitea/gitea/pull/16847)) ([#16849](https://github.com/go-gitea/gitea/pull/16849))
* Recreate Tables should Recreate indexes on MySQL ([#16718](https://github.com/go-gitea/gitea/pull/16718)) ([#16740](https://github.com/go-gitea/gitea/pull/16740))