From b4dea103cbdfc962a81387d5ea8f83e778e5268c Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Tue, 2 Nov 2021 19:37:53 +0900 Subject: [PATCH] Release 1.0.2 (#122) --- data/pantheon-tweaks.appdata.xml.in | 17 +++++++++++++++++ debian/changelog | 12 +++++++++++- meson.build | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/data/pantheon-tweaks.appdata.xml.in b/data/pantheon-tweaks.appdata.xml.in index 1088527..0efaeaf 100644 --- a/data/pantheon-tweaks.appdata.xml.in +++ b/data/pantheon-tweaks.appdata.xml.in @@ -12,6 +12,23 @@ preferences-desktop-tweaks pantheon-tweaks-plug + + +
    +
  • Sync selected elementary stylesheet variant with Desktop Plug
  • +
  • Improves reliability of restoring visually
  • +
  • Prevent System Settings from crashing due to the removal of preferences in upstream Videos
  • +
  • Correct cursor and icon theme dir copies
  • +
+

Translation updates:

+
    +
  • Update French translation (thanks to @roxfr)
  • +
  • Update Russian translation (thanks to @camellan)
  • +
  • Update Portuguese translation (thanks to @hugok79)
  • +
  • Update Japanese translation
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 151f094..b739f2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +pantheon-tweaks (1.0.2) focal; urgency=medium + + * Sync selected elementary stylesheet variant with Desktop Plug + * Improves reliability of restoring visually + * Prevent System Settings from crashing due to the removal of preferences in upstream Videos + * Correct cursor and icon theme dir copies + * Update translations + + -- Ryo Nakano Tue, 02 Nov 2021 19:24:56 +0900 + pantheon-tweaks (1.0.1) focal; urgency=low * Exclude Adwaita/gnome/hicolor themes from theme selections @@ -5,7 +15,7 @@ pantheon-tweaks (1.0.1) focal; urgency=low * Make sure the plug works on NixOS (thanks to @bobby285271) * Update translations - -- Ryo Nakano Tue, 24 Aug 2021 18:53:12 +0900 + -- Ryo Nakano Tue, 24 Aug 2021 18:53:12 +0900 pantheon-tweaks (1.0.0) focal; urgency=medium diff --git a/meson.build b/meson.build index 326ba8a..c0516fe 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('pantheon-tweaks', 'vala', 'c', version: '1.0.1') +project('pantheon-tweaks', 'vala', 'c', version: '1.0.2') switchboard_dep = dependency('switchboard-2.0') gettext_name = meson.project_name() + '-plug'