mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 18:46:28 +01:00 
			
		
		
		
	Release 4.35.1
This commit is contained in:
		| @@ -1,6 +1,11 @@ | |||||||
| # Changelog | # Changelog | ||||||
| All changes to the project will be documented in this file. | All changes to the project will be documented in this file. | ||||||
|  |  | ||||||
|  | ### 4.35.1 - 29 Dec 2020 | ||||||
|  | - Fix database migration issue which happens if webhook is configured | ||||||
|  | - Call push webhook when pull request is merged | ||||||
|  | - Show commit status at commits tab of pull request | ||||||
|  |  | ||||||
| ### 4.35.0 - 25 Dec 2020 | ### 4.35.0 - 25 Dec 2020 | ||||||
| - Editor and source viewer color theme | - Editor and source viewer color theme | ||||||
| - Auto completion for issues and pull requests | - Auto completion for issues and pull requests | ||||||
|   | |||||||
| @@ -55,8 +55,14 @@ Support | |||||||
| - If you can't find same question and report, send it to [gitter room](https://gitter.im/gitbucket/gitbucket) before raising an issue. | - If you can't find same question and report, send it to [gitter room](https://gitter.im/gitbucket/gitbucket) before raising an issue. | ||||||
| - The highest priority of GitBucket is the ease of installation and API compatibility with GitHub, so your feature request might be rejected if they go against those principles. | - The highest priority of GitBucket is the ease of installation and API compatibility with GitHub, so your feature request might be rejected if they go against those principles. | ||||||
|  |  | ||||||
| What's New in 4.34.x | What's New in 4.35.x | ||||||
| ------------- | ------------- | ||||||
|  | ### 4.35.1 - 29 Dec 2020 | ||||||
|  |  | ||||||
|  | - Fix database migration issue which happens if webhook is configured | ||||||
|  | - Call push webhook when pull request is merged | ||||||
|  | - Show commit status at commits tab of pull request | ||||||
|  |  | ||||||
| ### 4.35.0 - 25 Dec 2020 | ### 4.35.0 - 25 Dec 2020 | ||||||
|  |  | ||||||
| - Editor and source viewer color theme | - Editor and source viewer color theme | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._ | |||||||
|  |  | ||||||
| val Organization = "io.github.gitbucket" | val Organization = "io.github.gitbucket" | ||||||
| val Name = "gitbucket" | val Name = "gitbucket" | ||||||
| val GitBucketVersion = "4.35.0" | val GitBucketVersion = "4.35.1" | ||||||
| val ScalatraVersion = "2.7.1" | val ScalatraVersion = "2.7.1" | ||||||
| val JettyVersion = "9.4.32.v20200930" | val JettyVersion = "9.4.32.v20200930" | ||||||
| val JgitVersion = "5.9.0.202009080501-r" | val JgitVersion = "5.9.0.202009080501-r" | ||||||
|   | |||||||
| @@ -115,4 +115,5 @@ object GitBucketCoreModule | |||||||
|         new LiquibaseMigration("update/gitbucket-core_4.34.xml") |         new LiquibaseMigration("update/gitbucket-core_4.34.xml") | ||||||
|       ), |       ), | ||||||
|       new Version("4.35.0", new LiquibaseMigration("update/gitbucket-core_4.35.xml")), |       new Version("4.35.0", new LiquibaseMigration("update/gitbucket-core_4.35.xml")), | ||||||
|  |       new Version("4.35.1"), | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user