117 lines
4.3 KiB
Plaintext
117 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 28 16:26:21 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Update to version 0.9+git20250809.d6e4aaf:
|
|
* bump version to 0.9
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 10 16:07:54 UTC 2025 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.8+git20250123.82374bc:
|
|
* focus(): clear XUrgencyHint from the container window
|
|
* Use UTF8_STRING instead of COMPOUND_TEXT
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 29 20:22:50 UTC 2024 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.8+git20240319.7215169:
|
|
* bump version to 0.8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 13 17:49:30 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Adding Xresources patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 20:39:37 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Re-enabling alpha patch and adjusting patch order
|
|
- Had to remove a line from tabbed-icon-20200905-2da4e96.diff
|
|
and add it to smb-tabbed.c-patch.diff instead
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 04:44:51 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Removing alpha patch
|
|
- Adding tabbed-icon patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 02 15:58:31 UTC 2023 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.7+git20230409.97ba13b:
|
|
* restore SIGCHLD sighandler to default before spawning a program
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 19 17:45:30 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Updating doc to live in packages subdir
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 12 01:44:54 UTC 2023 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.7+git20230311.66ef5f3:
|
|
* include X11/keysym.h: improve compatibility with older systems
|
|
* fix: faulty zombie reaping
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 12 17:43:02 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Adding alpha patch for transparency
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 15 00:39:10 UTC 2022 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.7+git20221014.41e2b8f:
|
|
* remove config.mk
|
|
* Makefile: whoops add proper comment for OpenBSD
|
|
* Makefile improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 15 00:33:35 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Adding ctrl-shift-q.diff
|
|
* Swapping out ctrl+q -> ctrl+shift+q for killclient so it doesn't
|
|
interfere with ctrl+p+q for docker detach
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 20:05:41 UTC 2022 - scott.bradnick@suse.com
|
|
|
|
- Renaming ArrowKey-rotate.patch to ArrowKey-rotate.diff
|
|
- Update to version 0.7+git20221012.13f13ee:
|
|
* Makefile: simplify and remove hiding the build process
|
|
* Makefile: add xembed.1 in the dist target
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 20:53:10 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Adding ArrowKey-rotate.patch
|
|
* Swapping ctrl+shift+h -> ctrl+shift+Left
|
|
* Swapping ctrl+shift+l -> ctrl+shift+Right
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 11 13:00:21 UTC 2022 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.7+git20221005.5ddbc73:
|
|
* config.h: mark keys as const
|
|
* bump version to 0.7
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 21 20:56:36 UTC 2022 - scott.bradnick@suse.com
|
|
|
|
- Update to version 0.6+git20200530.dabf6a2:
|
|
* Fixed crash when window height was less or equal to bar height
|
|
* Add OpenBSD support to config.mk
|
|
* Embed dmenu in tabbed own window
|
|
* Fix minor inconsistency in man page
|
|
* Fix movetab and focusurgent when there's no client
|
|
* Move tab selection keybinding from Ctrl-t to Ctrl-`
|
|
* One killclient() is enough.
|
|
* The forgotten half of the last patch.
|
|
* add -k to close tabbed foreground client on WMDelete
|
|
* Import the arg.h from st with the fixed oob bug.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 21 20:55:46 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
- Initial version from upstream
|