diff --git a/Home.md b/Home.md deleted file mode 100644 index 22b491b..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the terminal wiki! diff --git a/October 25, 2019 Status.md b/October 25, 2019 Status.md new file mode 100644 index 0000000..d841cd2 --- /dev/null +++ b/October 25, 2019 Status.md @@ -0,0 +1,44 @@ +# Recent News / Releases + +## [Terminal 1910 was released on Wednesday][1] + +* Announced dynamic profiles and cascading settings +* New tabs from WinUI + +![Terminal v0.6](./images/terminal-0.6.png "Terminal v0.6") + +* These look very much like our original mockups from March :) + +![Terminal Mockup](./images/terminal-mockup.png "Terminal Mockup") + +# Current Status + +## Plan for 1911 is in place + +* Accessibility improvements +* Suppress application title +* Progress on search functionality +* UI tweaks +* Bug fixes +* (Fewer features because of Ignite) + +## Cascadia Code + +* Features currently in scope: + * UFO conversion + * Character extensions (Cyrillic, Greek, and Vietnamese) + +## Ignite Session + +* Carlos and Kayla are delivering a 45-minute breakout session at Ignite + +# [Windows In-box Console/ConHost 20H1 Issues][2] + +# [Terminal 1911 Work][3] + +# [Terminal Roadmap][4] + +[1]: https://devblogs.microsoft.com/commandline/windows-terminal-preview-1910-release/ +[2]: https://github.com/microsoft/terminal/milestone/9 +[3]: https://github.com/microsoft/terminal/milestone/16 +[4]: https://github.com/microsoft/terminal/blob/master/doc/terminal-v1-roadmap.md \ No newline at end of file diff --git a/images/terminal-0.6.png b/images/terminal-0.6.png new file mode 100644 index 0000000..9e6d0a8 Binary files /dev/null and b/images/terminal-0.6.png differ diff --git a/images/terminal-mockup.png b/images/terminal-mockup.png new file mode 100644 index 0000000..ece2670 Binary files /dev/null and b/images/terminal-mockup.png differ