Skip to content

Commit

Permalink
Bump version to 20210322
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Mar 22, 2021
1 parent c506d2c commit 5c91b71
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'materia-theme',
version: '20200916',
version: '20210322',
license: 'GPLv2+',
meson_version: '>= 0.47.0',
default_options: ['prefix=/usr'],
Expand Down

0 comments on commit 5c91b71

Please sign in to comment.