File leftwm.changes of Package leftwm

-------------------------------------------------------------------
Fri Jun 13 09:51:17 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

- Update to version 0.5.4+git34.g94cf2e35965379238d0f4f9f76d044d08ba3ff81:
  * Merge pull request #1333 from StikyPiston/patch-2
  * Update README.md
  * Update README.md (#1332)
  * Merge pull request #1328 from VuiMuich/main
  * README update xmobar url
  * Merge pull request #1324 from mautamu/revert-1192-fix-1323
  * fix: typo
  * feat(watchdog): deprecate leftwm-watchdog bin; gate leftwm behind feat
  * chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 (#1322)
  * chore(deps): bump tokio from 1.43.0 to 1.43.1; update workflows to check MSRV clippies (#1321)
  * Merge pull request #1320 from fransklaver/simplify-code-by-removing-macro
  * scratchpad_handler: remove try_bool macro
  * Merge pull request #1319 from fransklaver/x11rb-fix-getting-output-name
  * Merge pull request #1318 from fransklaver/x11rb-fix-opening-qt-dialogs
  * x11rb: getters: fix getting the output name
  * x11rb: allow legacy name to not exist
  * Merge pull request #1316 from fransklaver/x11rb-fix-opening-scratchpad-window
  * fix creating a scratchpad window on x11rb
  * changelog: fix the spelling of my name (#1314)
  * Merge pull request #1301 from AnthonyMichaelTDM/issue-1296
  * Merge pull request #1313 from leftwm/mautamu-patch-1
  * Update CHANGELOG.md
  * Merge pull request #1311 from fransklaver/force-window-focus-on-sloppy-focus
  * Merge pull request #1312 from fransklaver/fix-clickto-focus-after-tag-switch
  * xlib, x11rb: fix ClickTo focus after switching tags
  * fix sloppy focus with margins
  * fix: respect default_layout regardless of layout_mode
  * Merge pull request #1308 from mautamu/v0.5.4
  * chore(clippy): correct needless pass by value
  * fix(test): switch failing test to use EVEN_VERTICAL as default layout instead of LEFT_MAIN
  * fix: bump MSRV consistently
  * chore: add small comment to trigger actions so this can be merged
  * chore: bump flake
  * chore: version to 0.5.4, MSRV to 1.83.0

-------------------------------------------------------------------
Wed Apr 16 01:44:44 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

- Update vendored dependencies.

-------------------------------------------------------------------
Sun Mar  2 04:02:33 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

- Update to version 0.5.4:
  * Window urgency update and switch-to on activation
  * Sloppy focus after window close is corrected
  * Various clippy fixes

-------------------------------------------------------------------
Sun Dec 15 02:05:22 UTC 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 11:33:40 UTC 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

-------------------------------------------------------------------
Sun Sep 10 14:09:10 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Use upstream tarball
- Update vendored dependencies

-------------------------------------------------------------------
Sun Aug 13 14:02:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Replace obsoleted `disabled` option with `manual` in service file.

-------------------------------------------------------------------
Sun Jun 25 07:15:33 UTC 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

-------------------------------------------------------------------
Fri Feb  3 10:24:40 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Add suggested packages with leftwm
- Add filters for rpmlintrc

-------------------------------------------------------------------
Fri Jan 13 01:10:30 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Initial spec for leftwm 0.4.0+git56
openSUSE Build Service is sponsored by