Skip to content

Commit 07d6929

Browse files
committed
2.1.0
1 parent 48c9460 commit 07d6929

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

debian/changelog

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
sucharu (2.1.0) stable; urgency=medium
2+
3+
[ Himadri Sekhar Basu ]
4+
* Update automated PR workflow (#65)
5+
- Use different branch for gtk 3 and 4
6+
when pulling from mint-themes and yaru
7+
* Add support for cinnamon theme accents (#66)
8+
- Adding support to choose theme accents
9+
from cinnamon's simplified theme settings
10+
by clicking on accent colour
11+
* Update workflow to fetch from upstream (#67)
12+
* Update gnome-shell assets from upstream (#74)
13+
- Rebase assets with yaru gnome-shell
14+
* Update gnome shell sources with upstream (#75)
15+
- Rebase source scss files from yaru
16+
- Add Sucharu precific modifications to
17+
panel and dash backgrounds
18+
- Update meson build script for gnome-shell
19+
* Update cinnamon sources with upstream (#76)
20+
- Rebase source scss files from mint-themes
21+
- Update meson build script for cinnamon
22+
* Update common build scripts (#77)
23+
- Rebase common build scripts from yaru
24+
- Update meson build scripts for gtk and
25+
metacity
26+
- Update version in meson build script
27+
- Update test script
28+
* Build plank themes using meson (#78)
29+
- Get accent colors from cinnamon
30+
- Add option to colorize-dummy-svg
31+
to output color in rgb
32+
* Update debian packaging for plank themes (#79)
33+
- Remove old plank building Makefile
34+
- Remove unnecessary codes for debian
35+
packaging
36+
* Move cinnamon style accents (#80)
37+
- Move cinnamon accent styles file to cinnamon
38+
theme sources
39+
- Modify meson build script to include cinnamon
40+
accent styles
41+
* Update readme with version 2.0.9 (#84)
42+
43+
[ github-actions[bot] ]
44+
* New upstream snapshot for GTK3 (#69)
45+
Co-authored-by: hsbasu <41947504+hsbasu@users.noreply.github.com>
46+
* New upstream snapshot for Cinnamon (#71)
47+
Co-authored-by: hsbasu <41947504+hsbasu@users.noreply.github.com>
48+
* New upstream snapshot for GTK4 (#70)
49+
Co-authored-by: hsbasu <41947504+hsbasu@users.noreply.github.com>
50+
* New upstream snapshot for GNOME Shell (#73)
51+
Co-authored-by: hsbasu <41947504+hsbasu@users.noreply.github.com>
52+
53+
-- Himadri Sekhar Basu <hsb10@iitbbs.ac.in> Fri, 31 May 2024 14:53:43 +0530
54+
155
sucharu (2.0.9) stable; urgency=medium
256

357
* Update readme to version 2.0.8 and add FUNDING (#49)

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Sucharu',
2-
version: '2.0.9',
2+
version: '2.1.0',
33
meson_version: '>= 0.60',
44
license : ['GPL3', 'CC BY-SA 4.0'],
55
default_options: ['prefix=/usr'])

0 commit comments

Comments
 (0)