mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 18:40:50 +08:00 
			
		
		
		
	Add blog post for 0.49 release
This commit is contained in:
		@@ -0,0 +1,55 @@
 | 
				
			|||||||
 | 
					Title: Spectre.Console 0.49 released!
 | 
				
			||||||
 | 
					Description: Bug fixes, bug fixes, bug fixes
 | 
				
			||||||
 | 
					Published: 2024-04-23
 | 
				
			||||||
 | 
					Category: Release Notes
 | 
				
			||||||
 | 
					Excluded: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Version 0.49 of Spectre.Console has been released!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## New Contributors
 | 
				
			||||||
 | 
					* @baronfel made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1425
 | 
				
			||||||
 | 
					* @DarqueWarrior made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1431
 | 
				
			||||||
 | 
					* @tonycknight made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1435
 | 
				
			||||||
 | 
					* @caesay made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1439
 | 
				
			||||||
 | 
					* @jsheely made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1414
 | 
				
			||||||
 | 
					* @danielcweber made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1456
 | 
				
			||||||
 | 
					* @martincostello made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1477
 | 
				
			||||||
 | 
					* @slang25 made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1289
 | 
				
			||||||
 | 
					* @thomhurst made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1250
 | 
				
			||||||
 | 
					* @gerardog made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1489
 | 
				
			||||||
 | 
					* @yenneferofvengerberg made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1503
 | 
				
			||||||
 | 
					* @BlazeFace made their first contribution in https://github.com/spectreconsole/spectre.console/pull/1509
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Cleanup line endings by @nils-a in https://github.com/spectreconsole/spectre.console/pull/1381
 | 
				
			||||||
 | 
					* Added Spectre.Console.Cli to quick-start. by @nils-a in https://github.com/spectreconsole/spectre.console/pull/1413
 | 
				
			||||||
 | 
					* Fix rendering of ListPrompt for odd pageSizes by @nils-a in https://github.com/spectreconsole/spectre.console/pull/1365
 | 
				
			||||||
 | 
					* Remove mandelbrot example due to conflicting license by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1426
 | 
				
			||||||
 | 
					* Allow specifying a property to ignore the use of build-time packages for versioning and analysis by @baronfel in https://github.com/spectreconsole/spectre.console/pull/1425
 | 
				
			||||||
 | 
					* Add the possibility to register multiple interceptors by @nils-a in https://github.com/spectreconsole/spectre.console/pull/1412
 | 
				
			||||||
 | 
					* Added the ITypeResolver to the ExceptionHandler by @nils-a in https://github.com/spectreconsole/spectre.console/pull/1411
 | 
				
			||||||
 | 
					* Updated typo in commandApp.md by @DarqueWarrior in https://github.com/spectreconsole/spectre.console/pull/1431
 | 
				
			||||||
 | 
					* Command with -v displays app version instead of executing the command by @FrankRay78 in https://github.com/spectreconsole/spectre.console/pull/1427
 | 
				
			||||||
 | 
					* HelpProvider colors should be configurable by @FrankRay78 in https://github.com/spectreconsole/spectre.console/pull/1408
 | 
				
			||||||
 | 
					* Direct contributors to the current CONTRIBUTING.md by @tonycknight in https://github.com/spectreconsole/spectre.console/pull/1435
 | 
				
			||||||
 | 
					* Fix deadlock when cancelling prompts by @caesay in https://github.com/spectreconsole/spectre.console/pull/1439
 | 
				
			||||||
 | 
					* Add progress bar value formatter by @jsheely in https://github.com/spectreconsole/spectre.console/pull/1414
 | 
				
			||||||
 | 
					* Update dependencies and do some clean-up by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1440
 | 
				
			||||||
 | 
					* Delete [UsesVerify], which has become obsolete through the latest update. by @danielcweber in https://github.com/spectreconsole/spectre.console/pull/1456
 | 
				
			||||||
 | 
					* Don't erase secret prompt text upon backspace when mask is null by @danielcweber in https://github.com/spectreconsole/spectre.console/pull/1458
 | 
				
			||||||
 | 
					* Update dependencies to the latest version by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1459
 | 
				
			||||||
 | 
					* Automatically register command settings by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1463
 | 
				
			||||||
 | 
					* Remove [DebuggerDisplay] from Paragraph by @martincostello in https://github.com/spectreconsole/spectre.console/pull/1477
 | 
				
			||||||
 | 
					* Selection Prompt Search by @slang25 in https://github.com/spectreconsole/spectre.console/pull/1289
 | 
				
			||||||
 | 
					* Update dependency SixLabors.ImageSharp to v3.1.3 by @renovate in https://github.com/spectreconsole/spectre.console/pull/1486
 | 
				
			||||||
 | 
					* Positioned Progress Tasks - Before or After Other Tasks by @thomhurst in https://github.com/spectreconsole/spectre.console/pull/1250
 | 
				
			||||||
 | 
					* Added NoStackTrace to ExceptionFormats by @gerardog in https://github.com/spectreconsole/spectre.console/pull/1489
 | 
				
			||||||
 | 
					* Pipe character for listing options (issue 1434) by @FrankRay78 in https://github.com/spectreconsole/spectre.console/pull/1498
 | 
				
			||||||
 | 
					* Improve XmlDoc output by @yenneferofvengerberg in https://github.com/spectreconsole/spectre.console/pull/1503
 | 
				
			||||||
 | 
					* Revert 71a5d830 to undo flickering regression by @phil-scott-78 in https://github.com/spectreconsole/spectre.console/pull/1504
 | 
				
			||||||
 | 
					* AddDelegate uses an abstract type when used in a branch by @BlazeFace in https://github.com/spectreconsole/spectre.console/pull/1509
 | 
				
			||||||
 | 
					* Missing Separator When Headers are Hidden by @BlazeFace in https://github.com/spectreconsole/spectre.console/pull/1513
 | 
				
			||||||
 | 
					* Expose raw arguments on the command context by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1523
 | 
				
			||||||
 | 
					* Add token representation to remaining arguments by @patriksvensson in https://github.com/spectreconsole/spectre.console/pull/1525
 | 
				
			||||||
		Reference in New Issue
	
	Block a user