Package Release Info

nwg-launchers-0.7.1.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

nwg-launchers

Change Logs

* Wed Feb 21 2024 Michael Vetter <mvetter@suse.com>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
* Tue Oct 25 2022 Michael Vetter <mvetter@suse.com>
- Update to 0.7.1.1:
  Fix missing version bump #210
* Tue Oct 25 2022 Michael Vetter <mvetter@suse.com>
- Update to 0.7.1:
  * Fix failing to start due to incorrect CSS property name in
    default config #208
* Mon Oct 24 2022 Michael Vetter <mvetter@suse.com>
- Update to 0.7.0:
  * XDG Desktop Menu Categories #198
  * Allow to define CSS classes in nwgbar JSON file #195
  * Saturate icon size if it's off the allowed range (16-2048) #188
  * Use /tmp if XDG_RUNTIME_DIR is not defined and /var/run/user/UID not exists #192
  * Allow for ~ in the beginning of Exec= value #205
- Add nwg-launchers-readme.patch: we already ship the readme
* Sun Sep 26 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.6.3:
  * This release fixes builds with libc++ < 11 (#187)
* Sun Sep 26 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.6.2:
  * nwgbar contents can be scrolled (#182);
  * max icon size is increased up to 2048 (#180);
  * fixed broken pins ordering (#176);
  * fixed nwggrid spawning server with messed up arguments;
  * launchers will no longer fail to start after being improperly closed
    (e.g. SIGKILL) (#178);
  * nwggrid prints an error if started with -p or -f and -d at the same
    time;
  * fixed potential data race when accessing pid file.
* Fri Sep 17 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.6.1:
  * Fix incorrect path to icon-missing file (#174)
* Fri Sep 17 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.6.0:
  * This release brings server mode to nwggrid launcher.
    It shoudln't break your setup as we provide transparent replacement
    to the old nwggrid application. To use server mode, run nwggrid-server
    in the background (e.g. using nohup or placing nwggrid-server in
    autostart), use nwggrid -client to connect to the running server.
    You shouldn't need to restart the server as nwggrid now tracks the
    changes happening to desktop files in all directories, updating it's
    inner representation when necessary.
* Tue Jul 20 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.5.0:
  * Support for wlr-layer-shell protocol
* Mon Feb 01 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.4.4:
  * Fix desktop description line break (#151)
  * Fix press entering (#152)
  * Fix nwgdmenu error (#153)