Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
release i3 4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Oct 19, 2021
1 parent e05af26 commit d216a5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 27 deletions.
25 changes: 0 additions & 25 deletions RELEASE-NOTES-4.19.2

This file was deleted.

14 changes: 14 additions & 0 deletions RELEASE-NOTES-next → RELEASE-NOTES-4.20
Expand Up @@ -77,3 +77,17 @@ In case you notice any issues regarding your background/wallpaper, note:
• clear pixmap before drawing to prevent visual garbage
• fix crash with "layout default"
• send an "output" event on XRandR 1.5 monitor configuration change

┌────────────────────────────┐
│ Thanks! │
└────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

ajakk, Albert Safin, Anaël Beutot, Antoine Martin, Dmitri Goutnik, ekarpp,
Imran Virani, Ingo Bürk, Isaac Garzon, Ivan Milov, Jay Khandkar, j-jzk, Ken
Gilmer, Kjetil Torgrim Homme, lbonn, Michael Stapelberg, Orestis Floros, Ralph
Gutkowski, Romuald Brunet, tomty89, Tristan Giles, Tudor Brindus, Uli
Schlachter, Vincent Bernat, Vladimir Panteleev

-- Michael Stapelberg, 2021-10-19
4 changes: 2 additions & 2 deletions meson.build
Expand Up @@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.19.2',
version: '4.20',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)
Expand Down Expand Up @@ -63,7 +63,7 @@ config_h = declare_dependency(
sources: vcs_tag(
input: config_h_in,
output: 'config.h',
fallback: meson.project_version() + '-non-git',
fallback: meson.project_version() + ' (2021-10-19)',
)
)

Expand Down

0 comments on commit d216a5c

Please sign in to comment.