Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

June updates #346

Merged
merged 61 commits into from
Jun 18, 2021
Merged

June updates #346

merged 61 commits into from
Jun 18, 2021

Commits on Jan 29, 2021

  1. command-line-arguments.md: Tag the Command Prompt code blocks

    For some reason they were tagged as bash, which broke highlighting in at least one of them.
    SamB committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6591759 View commit details
    Browse the repository at this point in the history
  2. fixed typo (#220)

    in line 98 it's `C:\\path\\to\\icon.png` while in line 115 it was `C:\\path\\to\\icon` so I've added the missing `.png`
    boop5 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    eebc37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a69ab41 View commit details
    Browse the repository at this point in the history
  4. Add icon example and folder location (#231)

    From #135
    
    * Add icon example and folder location
    
    As originally submitted by @aloneguid in #135
    
    * Remove code brackets for readability
    
    * Add spacing
    mattwojo committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6fc0e34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d6171c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Add info about the command palette (#180)

    * Add info about the command palette
    
    1. Add info about the command palette.
    2. Typo fixes (e.g. "quick-start guide" instead of "quickstart")
    3. Style fix, e.g. we don't have a keyboard key whose full name is "alt+shift+plus".
    
    * revert description
    
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    skycommand and mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7f9ca36 View commit details
    Browse the repository at this point in the history
  2. Add backslash escape note (#233)

    ...from PR #181
    mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a165f1a View commit details
    Browse the repository at this point in the history
  3. Add a note about hiding dynamic profiles (#186)

    * Add a note about hiding dynamic profiles
    
    * Minor writing updates
    
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    zadjii-msft and mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    0c27f87 View commit details
    Browse the repository at this point in the history
  4. Clarify adding profile in ssh tutorial. Fixes #183 (#193)

    * Clarify adding profile in ssh tutorial. Fixes: #183
    
    * Remove  from docs link
    camerondurham committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    635421f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d503b92 View commit details
    Browse the repository at this point in the history
  6. Change "i.e." to "e.g." (#207)

    This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given.
    fuglede committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    40de5ee View commit details
    Browse the repository at this point in the history
  7. Old Ubuntu: Use up-to-date version of golang (#216)

    Currently, the install recommends using an out-of-date version of golang, which in turn causes issues while installing powerline-go.
    justjanne committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    737c169 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Add startingDirectory example (#237)

    * Add startingDirectory example
    
    * Format startingDirectory entry
    mattwojo committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9544259 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. remove icon file type

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    82a2f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c6d39 View commit details
    Browse the repository at this point in the history
  3. Change false to true

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6090a3e View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary sentence

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ca0e2ab View commit details
    Browse the repository at this point in the history
  5. Typo fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a6393d5 View commit details
    Browse the repository at this point in the history
  6. link fix

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    214341c View commit details
    Browse the repository at this point in the history
  7. Capitalization fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    394060f View commit details
    Browse the repository at this point in the history
  8. shortcut fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1a2ab63 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    57fb993 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    c489882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e12c8 View commit details
    Browse the repository at this point in the history
  3. Improved title setting procedure on bash/Ubuntu so that it doesn't de…

    …stroy `PS1` (#123)
    
    Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1`
    Dakkaron committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    157b457 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Update powerline-setup.md (#240)

    * Update powerline-setup.md
    
    * Update powerline-setup.md
    
    * Update powerline-setup.md
    
    * fix typo
    Ibrahim Rouis committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b7c6304 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Merge release 1.7 into master (#264)

    Co-authored-by: Mike Griese <migrie@microsoft.com>
    Co-authored-by: Don-Vito <khvitaly@gmail.com>
    3 people committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    549c163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12326f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Update powerline-setup.md (#175)

    * Update powerline-setup.md
    
    Updated Tips to include setting the Integrated terminal within Visual Studio to use the Cascadia Code Powerlines font.
    Also added an additional resource which shows step by step how to do this
    
    * Combine VS Code & VS tips for setting up powerline
    
    * Remove external blog link
    
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    mjjames and mattwojo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6a16709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb5e9d View commit details
    Browse the repository at this point in the history
  3. Add a note that --window is only available in 1.7+ (#288)

    * Add a note that --window is only available in 1.7+
    
      closes #282
    
    * Whoops, those can't go on one line
    zadjii-msft committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7cb408c View commit details
    Browse the repository at this point in the history
  4. Fix a typo in this doc (#289)

    * Fix a typo in this doc
    
    Closes #280
    
    * I bet the docs build is gonna complain about this one
    zadjii-msft committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7a35ea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fa1d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4709f0e View commit details
    Browse the repository at this point in the history
  7. Add UUID generator option

    mattwojo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4633866 View commit details
    Browse the repository at this point in the history
  8. Add online guid generator

    mattwojo committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ddae6b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7003737 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Update panes.md

    mattwojo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d76ab6c View commit details
    Browse the repository at this point in the history
  2. Add note about using settings.json...

    ..not defaults.json for applying color schemes across profiles.
    mattwojo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6533054 View commit details
    Browse the repository at this point in the history
  3. fix link

    mattwojo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6ecd2dc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Merge release-1.8 into master (#309)

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    Co-authored-by: Don-Vito <khvitaly@gmail.com>
    Co-authored-by: Mike Griese <migrie@microsoft.com>
    3 people committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    85f0a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d2842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d9bc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cf3d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6cd3e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Add mouse interaction section (#297)

    Addresses issue #6
    mattwojo committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0039bac View commit details
    Browse the repository at this point in the history
  2. document how to start windows terminal and have it execute a command (#…

    …298)
    
    * document how to start windows terminal and have it execute a command #296
    
    * Separated the argument examples 
    
    and included explanations of what they accomplish
    
    * fix typo
    
    * remove version from url
    
    Co-authored-by: Mark Iannucci <mark.iannucci@dhha.org>
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    3 people committed Apr 30, 2021
    1 Configuration menu
    Copy the full SHA
    a49a379 View commit details
    Browse the repository at this point in the history
  3. FIX syntax error in json configuration example (#308)

    FIX syntax error in json configuration example
    lpotherat committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    cf3bd48 View commit details
    Browse the repository at this point in the history
  4. Document trimBlockSelection setting (#313)

    * Document trimBlockSelection setting
    
    * Add preview disclaimer
    
    * Minor edit + note re how to select rectangular txt
    
    * Add preview to h2
    
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    Don-Vito and mattwojo committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    febcf10 View commit details
    Browse the repository at this point in the history
  5. Updated openSettings default bindings. (#317)

    * Updated openSettings default bindings.
    
    * Updated the openSettings description.
    
    * minor edits
    
    Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
    Sophismata and mattwojo committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    92577e8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Update powerline-setup.md (#319)

    Fix a typo 'optonal' replaced by 'optional'
    superfaz committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b87a0b0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    97777e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fca8ae View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Fix links

    cinnamon-msft committed May 25, 2021
    Configuration menu
    Copy the full SHA
    347cc49 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    f4f707d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c024d3d View commit details
    Browse the repository at this point in the history
  3. Update cursorHeight minimum value (#278)

    Documentation update for microsoft/terminal#9386
    eugenesmlv committed May 27, 2021
    Configuration menu
    Copy the full SHA
    cefb40f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Add link to install preview (#342)

    * Add link to install preview
    
    * Update wording
    
    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    bd8fbc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Update default settings, add UI screenshots (#343)

    * Update default settings, add UI screenshots
    
    * update screenshot
    
    * fix numbering
    
    * Fix screenshot steps
    
    * Correct title verbage, update screenshot
    
    * Add preview tags
    mattwojo committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b4e9bba View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    eb2e49b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5102a86 View commit details
    Browse the repository at this point in the history