dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

CHANGELOG.md (3468B)


      1 # Changelog
      2 
      3 * [Unreleased](#unreleased)
      4 * [0.5](#0.5)
      5 
      6 
      7 ## Unreleased
      8 ### Added
      9 ### Changed
     10 ### Deprecated
     11 ### Removed
     12 ### Fixed
     13 ### Security
     14 ### Contributors
     15 
     16 
     17 ## 0.5
     18 
     19 ### Added
     20 
     21 * Allow configure x and y position of outputs ([#301][301])
     22 * Implement repeatable keybindings ([#368][368])
     23 * Print app id in printstatus() output ([#381][381])
     24 * Display client count in monocle symbol ([#387][387])
     25 * Export XCURSOR_SIZE to fix apps using an older version of Qt ([#425][425])
     26 * Support for wp-fractional-scale-v1 (through wlr_scene: [wlroots!3511][wlroots!3511])
     27 * dwl now sends `wl_surface.preferred_buffer_scale` (through wlr_scene: [wlroots!4269][wlroots!4269])
     28 * Add support for xdg-shell v6 ([#465][465])
     29 * Add support for wp-cursor-shape-v1 ([#444][444])
     30 * Add desktop file ([#484][484])
     31 * Add macro to easily configure colors ([#466][466])
     32 * Color of urgent clients are now red ([#494][494])
     33 * New flag `-d` and option `log_level` to change the wlroots debug level
     34 * Add CHANGELOG.md ([#501][501])
     35 
     36 [301]: https://github.com/djpohly/dwl/pull/301
     37 [368]: https://github.com/djpohly/dwl/pull/368
     38 [381]: https://github.com/djpohly/dwl/pull/381
     39 [387]: https://github.com/djpohly/dwl/issues/387
     40 [425]: https://github.com/djpohly/dwl/pull/425
     41 [wlroots!4269]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4269
     42 [wlroots!3511]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3511
     43 [465]: https://github.com/djpohly/dwl/pull/465
     44 [444]: https://github.com/djpohly/dwl/pull/444
     45 [484]: https://github.com/djpohly/dwl/pull/484
     46 [466]: https://github.com/djpohly/dwl/issues/466
     47 [494]: https://github.com/djpohly/dwl/pull/494
     48 [501]: https://github.com/djpohly/dwl/pull/501
     49 
     50 
     51 ### Changed
     52 
     53 * Replace `tags` with `TAGCOUNT` in config.def.h ([#403][403])
     54 * Pop ups are now destroyed when focusing another client ([#408][408])
     55 * dwl does not longer respect size hints, instead clip windows if they are
     56   larger than they should be ([#455][455])
     57 * The version of wlr-layer-shell-unstable-v1 was lowered to 3 (from 4)
     58 * Use the same border color as dwm ([#494][494])
     59 
     60 [403]: https://github.com/djpohly/dwl/pull/403
     61 [408]: https://github.com/djpohly/dwl/pull/409
     62 [455]: https://github.com/djpohly/dwl/pull/455
     63 [494]: https://github.com/djpohly/dwl/pull/494
     64 
     65 
     66 ### Removed
     67 
     68 * Remove unused `rootcolor` option ([#401][401])
     69 * Remove support for wlr-input-inhibitor-unstable-v1 ([#430][430])
     70 * Remove support for KDE idle protocol ([#431][431])
     71 
     72 [401]: https://github.com/djpohly/dwl/pull/401
     73 [430]: https://github.com/djpohly/dwl/pull/430
     74 [431]: https://github.com/djpohly/dwl/pull/431
     75 
     76 
     77 ### Fixed
     78 
     79 * Fix crash when creating a layer surface with all outputs disabled
     80   ([#421][421])
     81 * Fix other clients being shown as focused if the focused client have pop ups
     82   open ([#408][408])
     83 * Resize fullscreen clients when updating monitor mode
     84 * dwl no longer crash at exit like sometimes did
     85 * Fullscreen background appearing above clients ([#487][487])
     86 * Fix a segfault when user provides invalid xkb_rules ([#518][518])
     87 
     88 [421]: https://github.com/djpohly/dwl/pull/421
     89 [408]: https://github.com/djpohly/dwl/issues/408
     90 [487]: https://github.com/djpohly/dwl/issues/487
     91 [518]: https://github.com/djpohly/dwl/pull/518
     92 
     93 
     94 ### Contributors
     95 
     96 * A Frederick Christensen
     97 * Angelo Antony
     98 * Ben Collerson
     99 * Devin J. Pohly
    100 * Forrest Bushstone
    101 * gan-of-culture
    102 * godalming123
    103 * Job79
    104 * link2xt
    105 * Micah Gorrell
    106 * Nikita Ivanov
    107 * Palanix
    108 * pino-desktop
    109 * Weiseguy
    110 * Yves Zoundi