From e7d62b852eb5131810872de57a065fc93e888c06d942b4edbec87fe4cdf3496f Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 3 Sep 2022 12:46:25 +0000 Subject: [PATCH] - 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 (h) (#2738) - A picker for document and workspace LSP diagnostics (g/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 --- helix-22.05.tar.xz | 3 --- helix-22.08.1.tar.xz | 3 +++ helix.changes | 37 +++++++++++++++++++++++++++++++++++++ helix.spec | 4 ++-- vendor.tar.xz | 4 ++-- 5 files changed, 44 insertions(+), 7 deletions(-) delete mode 100644 helix-22.05.tar.xz create mode 100644 helix-22.08.1.tar.xz diff --git a/helix-22.05.tar.xz b/helix-22.05.tar.xz deleted file mode 100644 index ef585e3..0000000 --- a/helix-22.05.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5de56c98fcc177cb06ac802c7f466e069743f3dcd09d3910f4c08bead9c52ef -size 66276848 diff --git a/helix-22.08.1.tar.xz b/helix-22.08.1.tar.xz new file mode 100644 index 0000000..a3fdc5f --- /dev/null +++ b/helix-22.08.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962cfb913b40b6b5e3896fce5d52590d83fa2e9c35dfba45fdfa26bada54f343 +size 76642336 diff --git a/helix.changes b/helix.changes index af108f6..c1d8976 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Sep 3 12:35:29 UTC 2022 - Soc Virnyl Estela + +- 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 (h) (#2738) + - A picker for document and workspace LSP diagnostics (g/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 diff --git a/helix.spec b/helix.spec index 2c919e3..b3a698b 100644 --- a/helix.spec +++ b/helix.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 9eb1be1..de98ef5 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81168a2cf11ad03d94b95d371744328e971fa867895508e818128064c8ae809d -size 14789052 +oid sha256:16c23b59de8c42776f4c6710173cd160984bedadefe19f313b3ba7798b3b33b2 +size 14826316