From 99a5cad5a9d2f022ee689364b4cb0808e93ce868 Mon Sep 17 00:00:00 2001 From: Himadri Sekhar Basu Date: Sat, 25 Feb 2023 21:52:37 +0530 Subject: [PATCH] 2.0.8 --- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a464aff..6540ead7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +sucharu (2.0.8) stable; urgency=medium + + * Update readme with version 2.0.7 (#35) + - Add binary download links for GTK+, + Unity and XFWM4 + * Add GTK auto refresh (#38) + - Sync Mint-Y gtk themes to /gtk/upstream/gtk*/Mint-Y + - Upload Yaru gtk themes to /gtk/upstream/gtk*/Yaru + from commit a65449080 + * New upstream snapshot for Cinnamon (#41) + Co-authored-by: hsbasu + * New upstream snapshot for GTK3 (#39) + Co-authored-by: hsbasu + * New upstream snapshot for GTK4 (#40) + Co-authored-by: hsbasu + * fix permissions of github actions + * optimize assets for cinnamon theme (#44) + - Reduce the size using scour + - Update the dpi to support newer versions + while opened in inkscape + * Update build steps for colorable cinnamon assets (#45) + - Update meson build script to include png assets + - Read colorable assets from a file + - Update scss from upstream + - Update test script + * Update debian packaging (#46) + - Regress minimum gnome-shell version + to 42 to support jammy + - Update VCS source and links + - Remove unused dependencies + - Fix lintian from copyright + - Remove unnecessary lines from Makefile + * Update readme and cleanup unused sources (#47) + + -- Himadri Sekhar Basu Sat, 25 Feb 2023 21:48:05 +0530 + sucharu (2.0.7) stable; urgency=medium * change file permission to non-executable (#31) diff --git a/meson.build b/meson.build index 8642e9f4..127ff787 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Sucharu', - version: '2.0.7', + version: '2.0.8', meson_version: '>= 0.60', license : ['GPL3', 'CC BY-SA 4.0'], default_options: ['prefix=/usr'])