Skip to content

Commit eacd8ca

Browse files
committed
2.0.5
1 parent 85c93f6 commit eacd8ca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
sucharu (2.0.5) stable; urgency=medium
2+
3+
* Update readme with version 2.0.4 (#19)
4+
- Add separate download links for all the components
5+
* Automate upstream Cinnamon theme refresh (#21)
6+
- Open a PR and refresh daily if Cinnamon upstream has some
7+
theme-related changes pending.
8+
* Auto update new upstream snapshot for Cinnamon (#20)
9+
* New upstream snapshot for Cinnamon (#22)
10+
* Fix Theme parsing error (#23)
11+
- GTK apps are throwing error 'none' is not a valid color name.
12+
Use 'transparent' instead of none.
13+
14+
-- Himadri Sekhar Basu <hsb10@iitbbs.ac.in> Mon, 26 Sep 2022 09:50:23 +0530
15+
116
sucharu (2.0.4) stable; urgency=medium
217

318
* Rename test script to sucharu (#14)

meson.build

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

0 commit comments

Comments
 (0)