Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.124
Choose a base ref
...
head repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.138
Choose a head ref
  • 16 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 30, 2026

  1. Configuration menu
    Copy the full SHA
    9d6ff50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f11cf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Configuration menu
    Copy the full SHA
    08009a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a368b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28815de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #923 from foriequal0/fix/runscript

    Fix run.sh to pass arguments to underlying viewer
    KirillOsenkov authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    1e3c016 View commit details
    Browse the repository at this point in the history
  5. Update Avalonia to 11.3.11 to fix Monospace font on Linux

    Prior to Avalonia 11.2.0, it wasn't able to use "Monospace" on Linux.
    The change AvaloniaUI/Avalonia#15703
    shipped in 11.2.0 fixes that.
    
    On Linux, fonts are resolved using fontconfig library.
    It can be configured by defining match patterns in fonts.conf.
    So, generic family names such as "Monospace" are usually
    defined as match patterns.
    
    Prior to the change, this line prevented Avalonia from using
    the correctly resolved font for the generic family name,
    although the underlying library (Skia) resolved the correct font.
    
    AvaloniaUI/Avalonia@1121879#diff-047c1353fd5bbb011dbd2dea7c1d1a021f0fcfe583f6b9d4d0ab5888b67302f2L59
    foriequal0 committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    ce79aaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e3feb8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #925 from foriequal0/fix/realpath

    Use absolute path when store recent files
    KirillOsenkov authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    d60431d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #924 from foriequal0/fix/avalonia

    Update Avalonia to 11.3.11 to fix Monospace font on Linux
    KirillOsenkov authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    c91ca89 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Configuration menu
    Copy the full SHA
    5163e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0796445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e3483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ef79e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94241d5 View commit details
    Browse the repository at this point in the history
  6. Fix warning

    KirillOsenkov committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    e916581 View commit details
    Browse the repository at this point in the history
Loading