Skip to content

Tags: reynarone/terminal

Tags

v1.15.2874.0

Toggle v1.15.2874.0's commit message
Fix the Release build ProxyStubClsids from microsoft#13570

v1.16.2641.0

Toggle v1.16.2641.0's commit message
AtlasEngine: Fix uneven baselines when scaling glyphs (microsoft#14039)

This commit changes the glyph scale algorithm to prefer aligning glyphs to
their baseline. This improves the visual appearance of simulated italic glyphs.
However wide Emojis in narrow cells now look slightly worse without centering.

Closes microsoft#13987

## Validation Steps Performed
* Use FiraCode which has no italic variant and instead uses simulated italics
* Write italic text
* Baseline is consistent ✅

(cherry picked from commit 97dc5c8)
Service-Card-Id: 85767343
Service-Version: 1.16

v1.16.2523.0

Toggle v1.16.2523.0's commit message
vPack: fix submit branch, add github token from consvc (microsoft#13959)

Our Windows branch name changed, and I took this opportunity to resolve
an issue where vpack builds would occasionally fail due to GitHub rate
limiting the Azure DevOps IP addresses.

(cherry picked from commit 3958c93)
Service-Card-Id: 85567589
Service-Version: 1.16

v1.15.2524.0

Toggle v1.15.2524.0's commit message
vPack: fix submit branch, add github token from consvc (microsoft#13959)

Our Windows branch name changed, and I took this opportunity to resolve
an issue where vpack builds would occasionally fail due to GitHub rate
limiting the Azure DevOps IP addresses.

(cherry picked from commit 3958c93)
Service-Card-Id: 85567588
Service-Version: 1.15

v1.15.2282.0

Toggle v1.15.2282.0's commit message
[1.14] Update the MUX package to 2.7.3 (microsoft#13761)

Does two things:

* the first two commits: shakes up the way we reference MUX in our projects so we can actually just
  ```xml
  <PropertyGroup Label="NuGet Dependencies">
    <TerminalMUX>true</TerminalMUX>
  </PropertyGroup>
  ```
  Like every other dependency we have
* the last commit: update to MUX.2.7.3

This is the 1.14 PR, which should be appropriately cherry-picked through to `release-1.15` and `main`

(cherry picked from commit a277b56)
Service-Card-Id: 85036583
Service-Version: 1.15

v1.14.2281.0

Toggle v1.14.2281.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[1.14] Update the MUX package to 2.7.3 (microsoft#13761)

Does two things:

* the first two commits: shakes up the way we reference MUX in our projects so we can actually just 
  ```xml
  <PropertyGroup Label="NuGet Dependencies">
    <TerminalMUX>true</TerminalMUX>
  </PropertyGroup>
  ```
  Like every other dependency we have
* the last commit: update to MUX.2.7.3

This is the 1.14 PR, which should be appropriately cherry-picked through to `release-1.15` and `main`