From 5c91b710072401cb083d18452d3ef039cbbcb296 Mon Sep 17 00:00:00 2001 From: nana-4 Date: Mon, 22 Mar 2021 23:35:56 +0900 Subject: [PATCH] Bump version to 20210322 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7736be7..72487285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 20210322 + +- Add support for GTK 4 +- Add support for gnome-shell 40 +- Update color scheme +- Make dark theme darker +- Update scrollbar slider colors +- gtk3: Change background/surface rule +- gtk3: Drop undershoot styling +- gtk3/assistant: Change highlighted label style in sidebar +- gtk3: Tone down hover overlay in some widgets +- gtk3: Drop transparency from overlay scrollbars +- gtk3: Change the direction of the expander arrow +- gtk3/combobox: Update the arrow button style +- gtk3: Make checked flat button blue +- gtk3/pathbar: Make checked button's text/ink color blue +- gtk3: Update stacksidebar style +- gtk3: Update notebook style +- gtk3: Update .keycap style +- gtk3: Update focus entry style +- cinnamon & gnome-shell: Revamp drop shadows +- gnome-shell: Update app folder icon style +- meson: Allow specifying micro version in the build option `gnome_shell_version` +- meson: Avoid copying configured SCSS files to current_source_dir() +- Other various minor improvements and fixes + ## Older versions See https://github.com/nana-4/materia-theme/releases for older changes. diff --git a/meson.build b/meson.build index 88c7e76d..2ac983f0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'materia-theme', - version: '20200916', + version: '20210322', license: 'GPLv2+', meson_version: '>= 0.47.0', default_options: ['prefix=/usr'],