forked from pool/helix
- Update to version 22.08.1:
* Patch release that fixes a panic caused by closing splits or buffers (#3633) - Other changes before the patch release (22.08): * Breaking changes: - Special keymap names for +, ; and % have been replaced with those literal characters (#2677, #3556) - A-Left and A-Right have become C-Left and C-Right for word-wise motion (#2500) - The catppuccin theme's name has been corrected from catpuccin (#2713) - catppuccin has been replaced by its variants, catppuccin_frappe, catppuccin_latte, catppuccin_macchiato, catppuccin_mocha (#3281) - C-n and C-p have been removed from the default insert mode keymap (#3340) - The extend_line command has been replaced with extend_line_below and a new extend_line command now exists (#3046) * Features: - Add an integration testing harness (#2359) - Indent guides (#1796, 906259c) - Cursorline (#2170, fde9e03) - Select all instances of the symbol under the cursor (<space>h) (#2738) - A picker for document and workspace LSP diagnostics (<space>g/<space>G) (#2013, #2984) - Allow styling the mode indicator per-mode (#2676) - Live preview for the theme picker (#1798) - Configurable statusline (#2434) - LSP SignatureHelp (#1755, a8b123f) - A picker for the jumplist (#3033) - Configurable external formatter binaries (#2942) - Bracketed paste support (#3233, 12ddd03) * Commands: - :insert-output and :append-output which insert/append output from a shell command (#2589) - The t textobject (]t/[t/mit/mat) for navigating tests (#2807) - C-Backspace and C-Delete for word-wise deletion in prompts and pickers (#2500) - A-Delete for forward word-wise deletion in insert mode (#2500) OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=32
This commit is contained in:
parent
cbcfd103af
commit
e7d62b852e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5de56c98fcc177cb06ac802c7f466e069743f3dcd09d3910f4c08bead9c52ef
|
||||
size 66276848
|
3
helix-22.08.1.tar.xz
Normal file
3
helix-22.08.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:962cfb913b40b6b5e3896fce5d52590d83fa2e9c35dfba45fdfa26bada54f343
|
||||
size 76642336
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 3 12:35:29 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 22.08.1:
|
||||
* Patch release that fixes a panic caused by closing splits or buffers (#3633)
|
||||
- Other changes before the patch release (22.08):
|
||||
* Breaking changes:
|
||||
- Special keymap names for +, ; and % have been replaced with those literal characters (#2677, #3556)
|
||||
- A-Left and A-Right have become C-Left and C-Right for word-wise motion (#2500)
|
||||
- The catppuccin theme's name has been corrected from catpuccin (#2713)
|
||||
- catppuccin has been replaced by its variants, catppuccin_frappe, catppuccin_latte,
|
||||
catppuccin_macchiato, catppuccin_mocha (#3281)
|
||||
- C-n and C-p have been removed from the default insert mode keymap (#3340)
|
||||
- The extend_line command has been replaced with extend_line_below and
|
||||
a new extend_line command now exists (#3046)
|
||||
* Features:
|
||||
- Add an integration testing harness (#2359)
|
||||
- Indent guides (#1796, 906259c)
|
||||
- Cursorline (#2170, fde9e03)
|
||||
- Select all instances of the symbol under the cursor (<space>h) (#2738)
|
||||
- A picker for document and workspace LSP diagnostics (<space>g/<space>G) (#2013, #2984)
|
||||
- Allow styling the mode indicator per-mode (#2676)
|
||||
- Live preview for the theme picker (#1798)
|
||||
- Configurable statusline (#2434)
|
||||
- LSP SignatureHelp (#1755, a8b123f)
|
||||
- A picker for the jumplist (#3033)
|
||||
- Configurable external formatter binaries (#2942)
|
||||
- Bracketed paste support (#3233, 12ddd03)
|
||||
* Commands:
|
||||
- :insert-output and :append-output which insert/append output from a shell command (#2589)
|
||||
- The t textobject (]t/[t/mit/mat) for navigating tests (#2807)
|
||||
- C-Backspace and C-Delete for word-wise deletion in prompts and pickers (#2500)
|
||||
- A-Delete for forward word-wise deletion in insert mode (#2500)
|
||||
- C-t for toggling the preview pane in pickers (#3021)
|
||||
- extend_line now extends in the direction of the cursor (#3046)
|
||||
* More of the changes listed in https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2208-2022-08-31
|
||||
|
||||
------------------------------------------------------------------
|
||||
Sun Aug 28 23:10:31 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%global _helix_runtimedir %{_sharedstatedir}/%{name}/runtime
|
||||
|
||||
Name: helix
|
||||
Version: 22.05
|
||||
Version: 22.08.1
|
||||
Release: 0
|
||||
Summary: A post-modern modal text editor written in Rust
|
||||
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0
|
||||
URL: https://github.com/helix-editor/helix
|
||||
Source0: %{url}/releases/download/22.05/%{name}-%{version}-source.tar.xz#/%{name}-%{version}.tar.xz
|
||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}-source.tar.xz#/%{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
Source3: helix-rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81168a2cf11ad03d94b95d371744328e971fa867895508e818128064c8ae809d
|
||||
size 14789052
|
||||
oid sha256:16c23b59de8c42776f4c6710173cd160984bedadefe19f313b3ba7798b3b33b2
|
||||
size 14826316
|
||||
|
Loading…
Reference in New Issue
Block a user