Hello community, here is the log from the commit of package kakoune for openSUSE:Factory checked in at 2020-08-04 20:25:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kakoune (Old) and /work/SRC/openSUSE:Factory/.kakoune.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kakoune" Tue Aug 4 20:25:16 2020 rev:16 rq:824335 version:2020.08.04 Changes: -------- --- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes 2020-01-16 18:23:41.441056565 +0100 +++ /work/SRC/openSUSE:Factory/.kakoune.new.3592/kakoune.changes 2020-08-04 20:25:41.785048634 +0200 @@ -1,0 +2,24 @@ +Tue Aug 4 13:11:46 UTC 2020 - Michael Vetter <[email protected]> + +- Update to 2020.08.04: + * Introduce User hook support. + * The bold and italic faces are no longer built-in. Highlighters + are expected to use face attributes (+b and +i, respectively) to + decorate text. + * The lint-enable command no longer needs to be called to display + linting errors. The lint-disable command was renamed into + lint-hide-diagnostics. + * The +<length> part of a range-specs highlighter consistently + refers to the length of the target range. + * clients stdin is transferred to the server, making it possible + to pipe into kak -c <session> + * Faces can have an alpha channel, specified using the + rgba:RRGGBBAA format. + * replace-ranges highlighter now support empty and multi-lines ranges + * %val{...} now expands to list of strings, $kak_quoted_... now work + as expected with these. + * *SetOption hooks filter string will contain a value only for options + of int/str/bool types to avoid performance issue with generating those + on more complex option types. + +------------------------------------------------------------------- Old: ---- kakoune-2020.01.16.tar.bz2 New: ---- kakoune-2020.08.04.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kakoune.spec ++++++ --- /var/tmp/diff_new_pack.rij3eU/_old 2020-08-04 20:25:43.361049165 +0200 +++ /var/tmp/diff_new_pack.rij3eU/_new 2020-08-04 20:25:43.361049165 +0200 @@ -1,7 +1,7 @@ # # spec file for package kakoune # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kakoune -Version: 2020.01.16 +Version: 2020.08.04 Release: 0 Summary: A code editor heavily inspired by Vim License: Unlicense ++++++ kakoune-2020.01.16.tar.bz2 -> kakoune-2020.08.04.tar.bz2 ++++++ ++++ 12602 lines of diff (skipped)
