Skip to content

2026-03-20

Choose a tag to compare

@github-actions github-actions released this 20 Mar 08:04
· 251 commits to release since this release
d14efce
  • Commit: d14efce
  • Diff: ea73622...d14efce
  • Installation:
    julia -e 'using Pkg; Pkg.Apps.add(; url="https://github.com/aviatesk/JETLS.jl", rev="2026-03-20")'

Added

  • Added process title setting so that jetls serve processes are distinguishable in ps/htop when multiple projects are open.
    The title includes JETLS version, workspace path, transport mode, and client process ID.

Fixed

  • Fixed false positive lowering/unused-assignment diagnostic for variables reassigned inside while loops with break/continue.