blog/content/post/release-of-1.8.1.md

46 lines
4.3 KiB
Markdown
Raw Normal View History

2019-05-08 22:14:11 +05:30
---
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: 2019-05-08T10:50:00+01:00
authors: "jolheiser"
2019-05-08 22:14:11 +05:30
title: "Gitea 1.8.1 is released"
tags: ["release", "gitea"]
2019-05-08 22:14:11 +05:30
draft: false
coverImageRelease: "1.8.1"
2019-05-08 22:14:11 +05:30
---
We are proud to present the release of Gitea version 1.8.1.
We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.8.1+is%3Aclosed) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.8.1/) - 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).
2019-05-08 22:14:11 +05:30
We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping us with financial sustainment.
<!--more-->
## Changelog
* BUGFIXES
* Fix 404 when sending pull requests in some situations ([#6871](https://github.com/go-gitea/gitea/pull/6871)) ([#6873](https://github.com/go-gitea/gitea/pull/6873))
* Enforce osusergo build tag for releases ([#6862](https://github.com/go-gitea/gitea/pull/6862)) ([#6869](https://github.com/go-gitea/gitea/pull/6869))
* Don't post process commit summary in templates ([#6842](https://github.com/go-gitea/gitea/pull/6842)) ([#6868](https://github.com/go-gitea/gitea/pull/6868))
* Fix 500 when reviewer is deleted ([#6856](https://github.com/go-gitea/gitea/pull/6856)) ([#6860](https://github.com/go-gitea/gitea/pull/6860))
* Fix v78 migration for MSSQL ([#6823](https://github.com/go-gitea/gitea/pull/6823)) ([#6854](https://github.com/go-gitea/gitea/pull/6854))
* Added tags pull step to drone config to show correct version hashes ([#6836](https://github.com/go-gitea/gitea/pull/6836)) ([#6839](https://github.com/go-gitea/gitea/pull/6839))
* Fix double-generation of scratch token ([#6833](https://github.com/go-gitea/gitea/pull/6833)) ([#6835](https://github.com/go-gitea/gitea/pull/6835))
* When mirroring we should set the remote to mirror ([#6824](https://github.com/go-gitea/gitea/pull/6824)) ([#6834](https://github.com/go-gitea/gitea/pull/6834))
* Show scrollbar only when needed ([#6802](https://github.com/go-gitea/gitea/pull/6802)) ([#6803](https://github.com/go-gitea/gitea/pull/6803))
* Service worker js is missing a comma ([#6788](https://github.com/go-gitea/gitea/pull/6788)) ([#6795](https://github.com/go-gitea/gitea/pull/6795))
* Set user search base field optional in LDAP (simple auth) edit page ([#6779](https://github.com/go-gitea/gitea/pull/6779)) ([#6789](https://github.com/go-gitea/gitea/pull/6789))
* Fix team edit API panic ([#6780](https://github.com/go-gitea/gitea/pull/6780)) ([#6785](https://github.com/go-gitea/gitea/pull/6785))
* Minor CSS cleanup for the navbar ([#6553](https://github.com/go-gitea/gitea/pull/6553)) ([#6781](https://github.com/go-gitea/gitea/pull/6781))
* Stricter domain name pattern in email regex ([#6739](https://github.com/go-gitea/gitea/pull/6739)) ([#6768](https://github.com/go-gitea/gitea/pull/6768))
* Detect and restore encoding and BOM in content ([#6727](https://github.com/go-gitea/gitea/pull/6727)) ([#6765](https://github.com/go-gitea/gitea/pull/6765))
* Fix org visibility bug when git cloning ([#6743](https://github.com/go-gitea/gitea/pull/6743)) ([#6762](https://github.com/go-gitea/gitea/pull/6762))
* OAuth2 token can be used in basic auth ([#6747](https://github.com/go-gitea/gitea/pull/6747)) ([#6761](https://github.com/go-gitea/gitea/pull/6761))
* Fix missing return ([#6751](https://github.com/go-gitea/gitea/pull/6751)) ([#6756](https://github.com/go-gitea/gitea/pull/6756))
* Fix sorting repos on org home page with non-admin login ([#6741](https://github.com/go-gitea/gitea/pull/6741)) ([#6746](https://github.com/go-gitea/gitea/pull/6746))
* Drop is_bare IDX only when it exists for MySQL and MariaDB ([#6736](https://github.com/go-gitea/gitea/pull/6736)) ([#6744](https://github.com/go-gitea/gitea/pull/6744))
* Fix team members API ([#6714](https://github.com/go-gitea/gitea/pull/6714)) ([#6729](https://github.com/go-gitea/gitea/pull/6729))
* Load issue attributes when editing an issue with API ([#6723](https://github.com/go-gitea/gitea/pull/6723)) ([#6725](https://github.com/go-gitea/gitea/pull/6725))
* Fix config ui error about cache ttl ([#6861](https://github.com/go-gitea/gitea/pull/6861)) ([#6865](https://github.com/go-gitea/gitea/pull/6865))