Skip to content

Commit 0651c66

Browse files
committed
2.0.6
1 parent 07313c0 commit 0651c66

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

debian/changelog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
sucharu (2.0.6) stable; urgency=medium
2+
3+
* Build gtk themes using meson (#24)
4+
- Add source files in gtk/src
5+
- Add assets for each colour accents
6+
- Create new binary package sucharu-theme-gtk
7+
for gtk themes
8+
- Keep only metacity and xfwm themes in sucharu-themes
9+
* binary deb package for gtk (#25)
10+
- Create new binary package sucharu-theme-gtk
11+
for gtk themes
12+
- Move gtk themes built by meson to sucharu-theme-gtk
13+
* Update readme with version 2.0.5 (#26)
14+
- Add dummy download link for gtk components
15+
which will be activated in the next version
16+
- Update dependency
17+
- Update manual install instructions
18+
* Add metacity component for Sucharu (#27)
19+
* Add xfwm4 component for Sucharu (#28)
20+
* Add sessions and unity components for Sucharu (#29)
21+
- Ripped off from Yaru.
22+
* Debian packaging for unity and xfwm4 (#30)
23+
- Add debian packaging for unity
24+
- Separate xfwm4 debian packaging
25+
- GTK: remove trailing space
26+
- Add Vcs browser
27+
- Modify description of GTK packaging
28+
29+
-- Himadri Sekhar Basu <hsb10@iitbbs.ac.in> Sun, 16 Oct 2022 10:29:02 +0530
30+
131
sucharu (2.0.5) stable; urgency=medium
232

333
* Update readme with version 2.0.4 (#19)

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.5',
2+
version: '2.0.6',
33
meson_version: '>= 0.60',
44
license : ['GPL3', 'CC BY-SA 4.0'],
55
default_options: ['prefix=/usr'])

0 commit comments

Comments
 (0)