Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 17:26
· 2141 commits to master since this release

The biggest change in this release is that Lapce changes the GPU backend from Wgpu to OpenGL, for better compatibility, and in particular the dual-source blending feature which enabled us to do subpixel text rendering. Alongside that, we added text shaping support via Swash.

New features:

  • WSL remote development support
  • Hover support
  • Lots of new syntax support via TreeSitter
  • warn when trying to close an unsaved buffer
  • the ability to create a scratch buffer
  • File explorer highlights the file when you change editor focus

Bug fixes:

  • File explorer will now update when file added/removed
  • Palette input area can now do normal editing
  • Fixed lots of little UI glitches