Skip to content

Commit 0f2da74

Browse files
committed
2.0.3
1 parent e9f5923 commit 0f2da74

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

debian/changelog

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
sucharu (2.0.3) stable; urgency=medium
2+
3+
* Add new variant Yellow (#3)
4+
- Add Yellow variant for cinnamon, GTK and XFWM
5+
- Add new Sucharu Colour Palette
6+
* Use single rendering script for all variations (#4)
7+
- uses single render-assets.sh for all variations
8+
- single rendering script takes care of all assets
9+
used in gtk variations and xfwm variations
10+
- reduces repo size and better automation
11+
- No need to include .png files with repo as
12+
they can be generated during building deb packaging
13+
- better rendering of assets for new themes like gtk-4.0
14+
- original rendering scripts has been kept back but can be removed
15+
* Add darker mode for gtk-4.0 (#6)
16+
- Update variations with gtk-4.0
17+
- Add darker or transion mode for gtk4
18+
- Add titlebutton assets for gtk4
19+
- New svg for gtk thumbnails
20+
* build darker mode for gtk 3 and 4 (#7)
21+
- parse sass for darker mode for gtk 3 and 4
22+
- Remove generated css for gtk4
23+
- Update .gitignore for new package names
24+
* fix gtk, xfwm and Yellow variation (#8)
25+
- gtk3: Update assets
26+
- gtk4: Update assets
27+
- build-themes: Update build script for gtk4 for default colour
28+
- generate-themes: fix copying the whole default theme directory
29+
and update build script for gtk4
30+
- update-variations: fix inkscape segfault
31+
- Yellow: update gtk3 and gtk4 assets
32+
- xfwm: remove rendering scripts
33+
* Update readme for new source name (#9)
34+
- Rename to Sucharu
35+
- Add supported theme components
36+
* Separate sucharu-specific modifications (#10)
37+
- Put all sucharu-specific modifications into
38+
tweak-apps directory
39+
* Rebase scss files with Mint-Y themes (#11)
40+
* Build cinnamon theme using meson (#12)
41+
- Add source files in cinnamon-shell/src
42+
- Create new binary package sucharu-theme-cinnamon-shell
43+
for cinnamon themes
44+
- Keep only gtk, metacity and xfwm themes in sucharu-themes
45+
- Update required meson version to 0.60
46+
* fix typo in variable name (#13)
47+
48+
-- Himadri Sekhar Basu <hsb10@iitbbs.ac.in> Tue, 02 Aug 2022 22:38:52 +0530
49+
150
sucharu (2.0.2) stable; urgency=medium
251

352
* Use different colors in panel for different modes (#1)

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

0 commit comments

Comments
 (0)