From fa4146f4691d9c9224c216adb55282450dd63ed3 Mon Sep 17 00:00:00 2001 From: cinnamon-msft Date: Tue, 9 Jun 2020 10:49:35 -0700 Subject: [PATCH] fix links --- doc/terminal-v2-roadmap.md | 50 +++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/doc/terminal-v2-roadmap.md b/doc/terminal-v2-roadmap.md index f5637fd607e..e263f244433 100644 --- a/doc/terminal-v2-roadmap.md +++ b/doc/terminal-v2-roadmap.md @@ -16,11 +16,13 @@ The Windows Terminal project is engineered and delivered as a set of 4-week mile ## Terminal Roadmap / Timeline -| Milestone end date | Milestone Name | Preview Release Blog Post | +Below is the schedule for when milestones will be included in release builds of Windows Terminal and Windows Terminal Preview. The dates are rough estimates and are subject to change. + +| Milestone End Date | Milestone Name | Preview Release Blog Post | | ------------------ | -------------- | ------------------------- | -| 2020-06-30 | [1.1](https://github.com/microsoft/terminal/milestone/24) in Windows Terminal Preview | -| 2020-07-31 | [1.2](https://github.com/microsoft/terminal/milestone/25) in Windows Terminal Preview
[1.1](https://github.com/microsoft/terminal/milestone/24) in Windows Terminal | | -| 2020-08-31 | 1.3 in Windows Terminal Preview
[1.2](https://github.com/microsoft/terminal/milestone/25) in Windows Terminal | | +| 2020-06-30 | [1.1] in Windows Terminal Preview | | +| 2020-07-31 | [1.2] in Windows Terminal Preview
[1.1] in Windows Terminal | | +| 2020-08-31 | 1.3 in Windows Terminal Preview
[1.2] in Windows Terminal | | | 2020-09-30 | 1.4 in Windows Terminal Preview
1.3 in Windows Terminal | | | 2020-10-31 | 1.5 in Windows Terminal Preview
1.4 in Windows Terminal | | | 2020-11-30 | 1.6 in Windows Terminal Preview
1.5 in Windows Terminal | | @@ -29,7 +31,7 @@ The Windows Terminal project is engineered and delivered as a set of 4-week mile | 2021-02-28 | 1.9 in Windows Terminal Preview
1.8 in Windows Terminal | | | 2021-03-31 | 1.10 in Windows Terminal Preview
1.9 in Windows Terminal | | | 2021-04-30 | 2.0 RC in Windows Terminal Preview
2.0 RC in Windows Terminal | | -| 2021-05-31 | [2.0](https://github.com/microsoft/terminal/milestone/22) in Windows Terminal Preview
[2.0](https://github.com/microsoft/terminal/milestone/22) in Windows Terminal | | +| 2021-05-31 | [2.0] in Windows Terminal Preview
[2.0] in Windows Terminal | | ## Issue Triage & Prioritization @@ -47,25 +49,25 @@ The following are a list of the key scenarios we're aiming to deliver for Termin | Priority\* | Scenario | Description/Notes | | ---------- | -------- | ----------------- | -| 0 | Settings UI | A user interface that connects to settings.json. This provides a way for people to edit their settings without having to edit a JSON file.

Issue: [#1564] | -| 0 | Command palette | A popup menu to list possible actions and commands.

Issues: [#5400], [#2046]
Spec: [#2193] | -| 1 | Tab tear-off | The ability to tear a tab out of the current window and spawn a new window or attach it to a separate window.

Issue: [#1256]
Spec: [#2080] | -| 1 | Clickable links | Hyperlinking any links that appear in the text buffer. When clicking on the link, the link will open in your default browser.

Issue: [#574] | -| 1 | Default terminal | If a command-line application is spawned, it should open in Windows Terminal (if installed)\*.
\* Or your preferred terminal

Issue: [#492]
Spec: [#2080] | -| 1 | Overall theme support | Tab coloring, title bar coloring, pane border coloring, pane border width, definition of what makes a theme

Issue: [#3327]
Spec: [#5772] | -| 1 | Open tab as admin/other user | Open tab in existing Windows Terminal instance as admin (if Terminal was run unelevated) or as another user.

Issue: [#5000] | -| 1 | Traditional opacity | Don't add the acrylic blur.

Issue: [#603] | -| 2 | SnapOnOutput, scroll lock | Pause output or scrolling on click.

Issue: [#980]
Spec: [#2529]
Implementation: [#6062] | -| 2 | Infinite scrollback | Have an infinite history for the text buffer.

Issue: [#1410] | -| 2 | Pane management | All issues listed out in the original issue. Some features include pane resizing with mouse, pane zooming, and opening a pane by prompting which profile to use.

Issue: [#1000] | +| 0 | Settings UI | A user interface that connects to settings.json. This provides a way for people to edit their settings without having to edit a JSON file.

Issue: #1564 | +| 0 | Command palette | A popup menu to list possible actions and commands.

Issues: #5400, #2046
Spec: #2193 | +| 1 | Tab tear-off | The ability to tear a tab out of the current window and spawn a new window or attach it to a separate window.

Issue: #1256
Spec: #2080 | +| 1 | Clickable links | Hyperlinking any links that appear in the text buffer. When clicking on the link, the link will open in your default browser.

Issue: #574 | +| 1 | Default terminal | If a command-line application is spawned, it should open in Windows Terminal (if installed)\*.
\* Or your preferred terminal

Issue: #492
Spec: #2080 | +| 1 | Overall theme support | Tab coloring, title bar coloring, pane border coloring, pane border width, definition of what makes a theme

Issue: #3327
Spec: #5772 | +| 1 | Open tab as admin/other user | Open tab in existing Windows Terminal instance as admin (if Terminal was run unelevated) or as another user.

Issue: #5000 | +| 1 | Traditional opacity | Don't add the acrylic blur.

Issue: #603 | +| 2 | SnapOnOutput, scroll lock | Pause output or scrolling on click.

Issue: #980
Spec: #2529
Implementation: #6062 | +| 2 | Infinite scrollback | Have an infinite history for the text buffer.

Issue: #1410 | +| 2 | Pane management | All issues listed out in the original issue. Some features include pane resizing with mouse, pane zooming, and opening a pane by prompting which profile to use.

Issue: #1000 | | 2 | Theme marketplace | Marketplace for creation and distribution of themes.
Dependent on overall theming | -| 2 | Jump list | Show profiles from task bar (on right click)/start menu.

Issue: [#576] | -| 2 | Open with multiple tabs | A setting that allows Windows Terminal to launch with a specific tab configuration (not using only command line arguments).

Issue: [#756] | -| 3 | Open in Windows Terminal | Functionality to right click on a file or folder and select Open in Windows Terminal.

Issue: [#1060]
Implementation: [#6100] | -| 3 | Session restoration | Launch Windows Terminal and the previous session is restored with the proper tab and pane configuration and starting directories.

Issues: [#961], [#960], [#766] | -| 3 | Quake mode | Provide a quick launch terminal that appears and disappears when a hotkey is pressed.

Issue: [#653] | +| 2 | Jump list | Show profiles from task bar (on right click)/start menu.

Issue: #576 | +| 2 | Open with multiple tabs | A setting that allows Windows Terminal to launch with a specific tab configuration (not using only command line arguments).

Issue: #756 | +| 3 | Open in Windows Terminal | Functionality to right click on a file or folder and select Open in Windows Terminal.

Issue: #1060
Implementation: #6100 | +| 3 | Session restoration | Launch Windows Terminal and the previous session is restored with the proper tab and pane configuration and starting directories.

Issues: #961, #960, #766 | +| 3 | Quake mode | Provide a quick launch terminal that appears and disappears when a hotkey is pressed.

Issue: #653 | | 3 | Settings migration infrastructure | Migrate people's settings without breaking them. Hand-in-hand with settings UI. | -| 3 | Pointer bindings | Provide settings that can be bound to the mouse.

Issue: [#1553] | +| 3 | Pointer bindings | Provide settings that can be bound to the mouse.

Issue: #1553 | Feature Notes: @@ -74,3 +76,7 @@ Feature Notes: 0. Mandatory
1. Optimal
2. Optional / Stretch-goal
+ +[1.1]: https://github.com/microsoft/terminal/milestone/24 +[1.2]: https://github.com/microsoft/terminal/milestone/25 +[2.0]: https://github.com/microsoft/terminal/milestone/22