summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-02-21 13:20:10 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-02-21 13:20:10 -0300
commit29fe60032e6f8f2d4125e78226c8fda0ce209ee0 (patch)
tree3aaeaf8d408435e6314f88ff29fb4c9ca26ea018
parenta87dee79118ac015f22b95bc63673e34622af83d (diff)
downloadgnome-control-center-29fe60032e6f8f2d4125e78226c8fda0ce209ee0.tar.gz
40.beta40.beta
-rw-r--r--NEWS39
-rw-r--r--meson.build2
2 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 688f3be81..41a1fa43b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
================
+Version 40.beta
+================
+
+- Various improvements to fingerprint management
+- Show hardware model and vendor in the About panel
+- New Keyboard panel design
+- New power mode selector in the Power panel
+- Updated translations
+
+About
+- Show hardware model and vendor
+- Use os-release to search for the OS logo
+
+Accessibility
+- Major code cleanup
+
+Display
+- Try harder to select a good and working scale
+
+Keyboard
+- Handle input sources
+
+Power
+- Rearrange battery code to a new widget
+- Add a new "Power Mode" section
+
+Sharing
+- Also disable Traker3
+
+Sound
+- Update mute button icon when volume changes
+
+User Accounts
+- Fix free of constant string
+- Use properly translated fingerprint strings
+- Improve transition to parental controls window
+- Many improvements to fingerprint management
+
+================
Version 3.38.0
================
diff --git a/meson.build b/meson.build
index 22b9f8241..bb8af87b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '40.alpha',
+ version : '40.beta',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)