Skip to content

v4.0.2

Compare
Choose a tag to compare
@Byron Byron released this 16 Apr 08:45
· 49 commits to main since this release
370f03b

Bug Fixes

  • now works within WSL if gio is installed.
    gio would fail on WSL which is fixed by detecting that WSL is present
    which is when wslview will be prioritized.

    Note that the binary size inceases by ~13kb as we try to avoid running wslview
    first and fail everywhere, so prefer runtime performance on linux over binary
    size. The binary size changes only on unix.

Commit Statistics

  • 5 commits contributed to the release.
  • 26 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #71

Commit Details

view details
  • #71
    • Now works within WSL if gio is installed. (5f1f80f)
  • Uncategorized
    • See if using the latest ubuntu provides CI runners faster (b7009ac)
    • Only pull is-wsl on unix. (1912915)
    • Check whether running in WSL before trying wslview (b150494)
    • Prioritize wslview so it's always launched when present (9048e63)