Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: lapce/lapce

nightly

01 Jan 00:50
a886d68

Choose a tag to compare

nightly Pre-release
Pre-release
docs: remove mutable.ai

does not exist anymore

v0.4.5

05 Sep 17:25
v0.4.5
d979e69

Choose a tag to compare

Bug Fixes

  • Fix missing/incorrect metadata for Linux packages using AppStream metainfo
  • Fix incorrect version in macOS/Windows package metadata
  • Fix rendering issues when using custom scale display (#3795)

v0.4.4

30 Aug 05:43
v0.4.4
314e74f

Choose a tag to compare

Features/Changes

  • Update Fedora releases to use 41/42
  • Update Alpine to latest (used for building portable lapce-proxy)
  • Remove Ubuntu Focal (20.04)

Bug Fixes

  • Fix dropdown menu disappearing after releasing mouse button (#3786)
  • Fix issue with cargo vendoring due to duplicate dpi crate

v0.4.3

26 Jun 22:04

Choose a tag to compare

Features/Changes

  • Add Ubuntu 24.04 LTS (noble) build
  • Use Diff syntax for files with .diff/.patch extensions by default.
  • Update titles of file dialogs for better clarity
  • Bump to Rust 2024 Edition
  • Implement "Find References" panel
  • Implement "Go To Implementation" panel

Bug Fixes

  • Fix pointer event not working on plugin panel
  • Fix rename/new file editor in file explorer is too small

v0.4.2

24 Aug 19:31

Choose a tag to compare

Features/Changes

  • Implement "Run in terminal"
  • Implement document symbols in a panel
  • Implement "Go To Location" functionality in the Diff editor.
  • Implement on screen find which is similar to f in vim but for the whole screen.
  • Make file explorer horizontal scrollable
  • Implement "Reveal in system file explorer"

Bug Fixes

  • Fix markdown syntax highlighting
  • Fix click issue on window error message

v0.4.1

07 Aug 22:54

Choose a tag to compare

Features/Changes

  • Add fedora builds
  • Finish tree sitter dynamic libary support by downloading from https://github.com/lapce/tree-sitter-grammars
  • Saves scale configuration in settings to restore at startup
  • text in ui can be selected and copied
  • add right click context menu for editor tab
  • terminal: added support for Alt+ some character input
  • Terminal: right-click to add "clear all" function
  • terminal: double-click to maximize bottom
  • initial lsp code lens support for rust-analyzer
  • Context menu for "reveal file in explorer"
  • support rust-analyzer's notification "experimental/serverStatus"
  • jump to definition support in Inlay Hints
  • "Show Call Hierarchy" support
  • Add proxy support and retry to all HTTPS GET requests.
  • Implement the drag-and-drop to open file/folder

Bug Fixes

  • #3203: Fallback to default theme is theme key is not found
  • use windows subsystem to prevent console running
  • reimplement gotodefinition on cmd/ctrl+click
  • fix crash on tinyskia renderer
  • show file status for scratch documents
  • fix crash due to locale_config

v0.4.0

24 Apr 21:56

Choose a tag to compare

Some highlights of this release:

  • experimental support of Copilot
  • added line wrapping
  • ported the editor to floem
  • the non US keyboard layout issue should be fixed
  • added Linux packages

Features/Changes

  • #2723: Line wrapping based on width (no column-based yet)
  • #1277: Error message prompted on missing git user.email and/or user.name
  • #2910: Files can be compared in the diff editor
  • #2918: Allow searching the shortcuts overview by shortcut (e.g. "Ctrl+P") or when condition (e.g. "list_focus")
  • #2955: Using glob patterns to hide files or directories in explorer
  • #3026: Add missing file explorer context menu entries
  • #3047: Add support for different CrLf/Lf line endings per-file
  • #3053: Add tooltips to various places
  • #3069: Allow color variables for themes
  • #3086: Add folding to panels
  • #3095: Add option to hide the Open Editors section in the explorer
  • #3096: Add source control status coloring to file explorer
  • #2989: Add building packages for linux distros
  • #3123: Swap sled to plain text file for db

Bug Fixes

  • #2779: Fix files detection on fresh git/VCS repository
  • #3031: Fix find not receiving inputs when clicked
  • #3142: Fix terminal default profile saving incorrectly
  • #3158: Fix ShowHover command for showing hover with keybind
  • #3119: Fix non US keyboard layout

v0.3.1

04 Dec 22:30

Choose a tag to compare

bump version

v0.3.0

31 Oct 22:36

Choose a tag to compare

Features/Changes

  • #2190: Rewrite with Floem UI
  • #2425: Reimplement completion lens
  • #2498: Show Lapce as an option when doing "Open With..." on Linux
  • #2549: Implement multi-line vim-motion yank and delete (3dd, 2yy, etc.)
  • #2553: Implement search and replace
  • #1809: Implement debug adapter protocol

Bug Fixes

  • #2650: Inform language servers that Lapce supports LSP diagnostics

v0.2.8

01 Jun 20:04

Choose a tag to compare

bump version