3 Commits

Author SHA256 Message Date
Soc Virnyl Estela
8c082ecff4 - Update to version 0.4.0:
* remove unnecessary "Settings" suffix, hide terminal profiles from settings
  * bump floem
  * chore(deps): bump pulldown-cmark from 0.10.2 to 0.10.3 (#3223)
  * chore(deps): bump unicode-width from 0.1.11 to 0.1.12 (#3226)
  * chore(deps): bump bytemuck from 1.14.3 to 1.15.0 (#3187)
  * Update README.md
  * stop palette scroll to bubble up
  * fix: reimplement path un/install for macos (#3255)
  * proxy gzip overwrite file
  * bump floem
  * fix: remove tree-sitter-yaml
  * fix: use default profile when spawning terminal panel
  * fix clippy lints (#3237)
  * add additional logging for environment loading
  * fix: remove unsupported highlight for cpp
  * hover doesn't propagate wheel event
  * chore(deps): bump hashbrown from 0.14.3 to 0.14.5
  * fix: use windows subsystem to prevent console running
  * fix: log error with path when it cannot be parsed to Url
  * rename preview_editor_width to palette_width
  * ci: fix fedora glob
  * add fedora builds (#3204)
  * Fallback to default theme if key is wrong (#3203)
  * Add cursor affinity for diagnostic phantom text
  * docs: add pkgconf just in case
  * bump version to 0.4.0
  * update changelog
  * make code action and completion clickable
  * docs: use openssl system lib

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=85
2024-05-28 14:47:37 +00:00
Soc Virnyl Estela
561dfc5744 - Update to version 0.3.1:
* add ruby tree sitter queries
  * fix editor scroll
  * bump floem
  * bump floem and use floem::Clipboard
  * feat: implement `Format Document` command
  * fix: save without formatting now calls save
  * create_dir_all when saving
  * Reworked cursor rendering, fixing several bugs
  * Fix invalid unicode filenames not being displayed
  * Fix non_canonical_partial_ord_impl clippy lints
  * Add explicit static lifetime to consts
  * move cursor blink timer to window
  * update the language in the status bar
  * bump floem
  * Add UI inspector command
  * Bump Floem
  * run.toml on remote fix
  * Auto-surround config
  * fix language name used in status bar
  * Don't mark nonexistent files as read only
  * fix FocusText view
  * bump floem
  * display visual line and visual block mode
  * bump floem
  * bump floem
  * fix version matching on lapce-proxy
  * don't panic if log file can't be created
  * update screenshot

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=81
2023-12-30 00:09:17 +00:00
Soc Virnyl Estela
382b65ba68 Accepting request 1128003 from home:smolsheep:upgrades
- Update to version 0.3.0:
  Features/Changes
  * Rewrite with Floem UI
  * Reimplement completion lens
  * Show Lapce as an option when doing "Open With..." on Linux
  * Implement multi-line vim-motion yank and delete (3dd, 2yy, etc.)
  * Implement search and replace
  * Implement debug adapter protocol
  Bug Fixes
  * Inform language servers that Lapce supports LSP diagnostics

OBS-URL: https://build.opensuse.org/request/show/1128003
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=79
2023-11-22 07:18:17 +00:00