Package Release Info

leftwm-0.5.3-bp157.1.5

Update Info: Base Release
Available in Package Hub : 15 SP7

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

leftwm

Change Logs

* Sun Dec 15 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.5.3:
  * This is just a quick fix of the xlib-display-server and leftwm crates
    to get them back to building for 32-bit systems.
- Changes since 0.5.2:
  * New window rule options, window_hiding_strategy, default_height and default_width were introduced.
  * X11RB server backend has been added.
  * Directional focus for window switching!
  * Scratchpads can now be called with arguments!
  * Window history is now cleaned up, which should fix focusing issues!
  * LeftWM is back to building on MSRV and later Rust Versions.
  * Hidden windows can now be captured by screen recorders, if needed!
  * 32 bit builds are working again.
  * Visible and busy workspaces no longer come together for downstream programs.
  * The currently supported MSRV is 1.74.0
* Mon Mar 11 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 0.5.1:
  * The layouts and workspace.layouts in config.ron must be declared as
  Strings because they are no longer backed by an enum. (ie. use layouts:
  ["CenterMain"] instead of layouts: [CenterMain])
  * The max_window_width config was removed without direct replacement. The
  "always fill entire screen" behavior can now be addressed by creating a
  custom layout with an appropriate Reserve property.
  * LeftWM now depends on lefthk ^0.2.0, which has been refactored
  * Dialog windows correctly obey their spawned sized
  * Fixes to location of spawned windows
  * Fixes to full-screened windows
  * Maximized windows no longer hide the dock
  * Fixes to ordering of windows after exiting from full screen mode
  * Basic theme and documentation fixes
  * Improved performance for set_layout , event_loop, and Xscreens
  * Improved error messages for leftwm-state and leftwm-check
  * Cursors now snap to the bottom right of a window when resizing
  * The new ignore_empty and ignore_used options in FocusNext/Previous Tag
  * Command SwapWindowToTop introduced
Version: 0.4.0+git56-bp155.1.6
* Fri Feb 03 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add suggested packages with leftwm
- Add filters for rpmlintrc
* Fri Jan 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for leftwm 0.4.0+git56
Version: 0.4.2-bp156.2.8
* Sun Sep 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Use upstream tarball
- Update vendored dependencies
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Replace obsoleted `disabled` option with `manual` in service file.
* Sun Jun 25 2023 Joshua Smith <jsmithfpv@gmail.com>
- Update to version 0.4.2:
  * prepare 0.4.2 release (#1089)
  * Add Optional Behavior Settings for FocusNextTag and
    FocusPreviousTag (#1086)
  * feat(leftwm-check): Add a check for other binaries to
    leftwm-check so that packagers can ensure all current binaries
    are installed. (#1077)
  * update deps and fix builderror with `git_version` macro (#1075)
  * fix basic_lemonbar template.liquid (#1080)
  * fix - when window gets detroyed, find the last focused (#1055)
  * on entering fullscreen, save order. On exit, restore. (#1052)
  * docs(themes/basic_eww): correct writing and improve formatting
    (#1076)
  * Make configuration errors more visible (#1072)
  * Simplify async tests with `tokio::test` (#1069)
- Added _service file