Skip to content

Releases: Corillian/WindowsTerminal

v1.14.1451-beta1

05 Aug 13:37
Compare
Choose a tag to compare
v1.14.1451-beta1 Pre-release
Pre-release

First beta release of Windows Terminal v1.14.1451.

  • This version of Windows Terminal contains usage of private Microsoft API's - these have been disabled because they, for whatever reason, do not work on my computer (though somehow Windows Terminal works just fine). These are undocumented API's so I have no idea why they aren't working and so, for now, they are disabled.
  • Upgraded to WindowsAppSdk 1.1

v1.11.3471

10 Jun 18:43
Compare
Choose a tag to compare

Final release. There is a known issue on Windows 10 whereby resizing the swapchain will cause a rendering artifact because the background color is not redrawn. Fixing this was sufficiently complicated I left the issue in-place in the hope that subsequent updates to WinUI3 will resolve it.

v1.11.3471-beta5

20 Mar 23:59
Compare
Choose a tag to compare
v1.11.3471-beta5 Pre-release
Pre-release

This release includes fixes for issues with handling key modifiers such as ctrl and alt.

v1.11.3471-beta4

15 Jan 16:18
Compare
Choose a tag to compare
v1.11.3471-beta4 Pre-release
Pre-release

Fixed an issue with the DxRenderer not properly clearing the background. This was primarily an issue on Windows10 because compositing with transparency doesn't work with WinUI3 on Windows 10.

v1.11.3471-beta3

14 Jan 07:10
Compare
Choose a tag to compare
v1.11.3471-beta3 Pre-release
Pre-release
  • Fixed a crash caused by missing resources
  • Added the PassThroughConnection class as a base implementation for in-process terminal connections

v1.11.3471-beta2

13 Jan 06:57
Compare
Choose a tag to compare
v1.11.3471-beta2 Pre-release
Pre-release

This includes a fix for crashes on Win10 caused by a bug in the OS that prevents CoreTextServicesManager from being usable.

v1.11.3471-beta1

12 Jan 06:03
Compare
Choose a tag to compare
v1.11.3471-beta1 Pre-release
Pre-release

This is the initial beta release of embeddable Windows Terminal for WinUI3. It almost certainly doesn't work with C++/WinRT projects and the managed assemblies aren't signed because CsWinRt has decided to make it impossible to generate AnyCPU assemblies. At some point I will look into resolving these problems.