Accepting request 1136631 from devel:languages:perl:autoupdate

- updated to 1.379
   see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
  1.379 2023-12-03
    Bug fixes:
      * Show filtered elements in nodes as well.
  1.378 2023-12-02
    Bug fixes:
      * TkUI: Fix memory cycles (Debian #1057007)
  1.377 2023-11-18
    Main UI changes:
      * move "show custom value" checkbutton in Options menu
      * move "hide empty value" checkbutton in Options menu
      * add "auto save" option
      * remove save_in_dir command from Files menu
    Bug fixes:
      * show selected entry when disabling show custom value
      * improve list of showed items when using element filter
        with "show custom values" option
    Dependency changes:
      * Runtime: replace YAML with YAML::PP
      * Tests: replace YAML::XS with YAML::PP

OBS-URL: https://build.opensuse.org/request/show/1136631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=24
This commit is contained in:
2024-01-04 15:17:24 +00:00
committed by Git OBS Bridge
parent 0ddb5db07d
commit 950f33668a
4 changed files with 59 additions and 16 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Dec 4 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.379
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.379 2023-12-03
Bug fixes:
* Show filtered elements in nodes as well.
1.378 2023-12-02
Bug fixes:
* TkUI: Fix memory cycles (Debian #1057007)
1.377 2023-11-18
Main UI changes:
* move "show custom value" checkbutton in Options menu
* move "hide empty value" checkbutton in Options menu
* add "auto save" option
* remove save_in_dir command from Files menu
Bug fixes:
* show selected entry when disabling show custom value
* improve list of showed items when using element filter
with "show custom values" option
Dependency changes:
* Runtime: replace YAML with YAML::PP
* Tests: replace YAML::XS with YAML::PP
-------------------------------------------------------------------
Wed Dec 28 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>