File kdotool.changes of Package kdotool
-------------------------------------------------------------------
Mon Apr 6 15:51:05 UTC 2026 - M Fredericks <emfee@gmx.net>
- Add kdotool-0.2.3~0.tar.zst
- Remove main_return_type.patch
-------------------------------------------------------------------
Mon Apr 6 10:44:08 UTC 2026 - M Fredericks <emfee@gmx.net>
- Update from pre-release to version 0.2.3
- See https://github.com/jinliu/kdotool/releases/tag/v0.2.3
-------------------------------------------------------------------
Mon Apr 06 10:38:54 UTC 2026 - emfee@gmx.net
- Update to version 0.2.3~0:
* Bump version to v0.2.3
* Update changelog for v0.2.3
* Remove debug message in the previous commit
* windowstate: add MAXIMIZED{_VERT|_HORZ}
* Fix windowstate minimized help
* feat: gate CLI-only deps behind 'cli' feature flag
* Fix duplicate phrase in windowmove help (#51)
* Fix passing of 'kde5' option in search command
* Make `cargo clippy` happy.
* Make `cargo fmt` happy.
* Don't consider empty search result as error
* Don't use std::process::exit for return code
-------------------------------------------------------------------
Mon Feb 23 19:22:35 UTC 2026 - M Fredericks <emfee@gmx.net>
- Update to v0.2.2
- For changes see https://github.com/jinliu/kdotool/releases/tag/v0.2.2
-------------------------------------------------------------------
Mon Feb 23 19:13:22 UTC 2026 - emfee@gmx.net
- Update to version 0.2.2~0:
* Add ability to use kdotool as a dependency to upstream projects (#43)
* bump version to v0.2.2
* github workflows
* bump dependency versions
* add .idea/ to .gitignore
* update README.md
* option to run quietly
* add option for case-sensitive match
* return exit code 1 on error
* allow negative window index to reference from the most recent window
* add search --id option
* Fix windowmove not working in Plasma 6.6beta
* Fix compiler warning
* add "all" to "set_desktop_for_window"
* added minimized state (#21)
* Add help text about `no-border`
* Add support for `noBorder` window property .
* Allow "current_desktop" in `set_desktop_for_window`
* Only call `journalctl` on `--debug`.
* Explicitly specify return type for dbus method_call
* Add git commit hooks
* Use a random script name when `--name` is not specified
* Only print to journal on `--debug` flag
* Fix `cargo clippy` warning
* Update Cargo.lock for handlebars 5.1.2
* Update to a current release of handlebars
* Code cleanup
* Add getwindowid command
* Fix: --remove doesn't work
* Update README
* Add getmouselocation command
* search: use raw string for regexp
* Fix parse errors in windowstate, windowmove, windowsize and set_desktop_for_window
* search --desktop: continue searching when mismatch
* --screen: Continue searching if a window didn't match
* Update documents
* Improve help messages.
* --shortcut: print script id and name on success
* Clean up the way we use the parser
-------------------------------------------------------------------
Sat Jan 17 21:41:54 UTC 2026 - M Fredericks <emfee@gmx.net>
- Fix compile error for newer Rustc by backporting patch