From 85f6f57f4271f934b6c4ecfa9f84ead0011c7c76 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 20 Jul 2026 13:33:21 +0200 Subject: [PATCH] Extension: Release version 83 --- CHANGELOG.md | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9d299..c98f4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ SPDX-License-Identifier: CC-BY-SA-4.0 # Changelog +## [83] - 2026-07-20 + +### Changed + +- Updated Chinese (Simplified Han script) translation by grill-glitch +- Updated Greek translation by @asongofghostandfire + +### Fixed + +- The range of selectable hours in 12h format was incorrect +- A transition error prevented the switch from happening + ## [82] - 2026-03-10 This version adds support for GNOME 50 and removes support for GNOME 49. diff --git a/meson.build b/meson.build index 4c2437a..8ad0f84 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '82', + version: '83', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0', )