Skip to content

Commit 1b7b1a3

Browse files
committed
debian: add actual changelog
1 parent 4e001c2 commit 1b7b1a3

File tree

1 file changed

+96
-17
lines changed

1 file changed

+96
-17
lines changed

debian/changelog

Lines changed: 96 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,126 @@
11
customfetch (0.10.2-1) unstable; urgency=medium
22

3-
* bump version to 0.10.2-1 (bugfix)
3+
* project: rename references `cufetch` -> `customfetch`
4+
* parse: add `$<os.name_id>`
5+
* main: fix `ascii-logo-type`
6+
* assets: fix debian_small.txt
7+
* makefile: fix make dist GUI_MODE=1
8+
* assets: move the config-examples and screenshots in root directory
9+
* misc: update screenshots/cbonsai.png and configs
410

5-
-- toni500 <[email protected]> Wed, 6 Nov 16:43:21 +0100
11+
-- toni500 <[email protected]> Wed, 6 Nov 16:43:21 +0100
612

713
customfetch (0.10.1-1) unstable; urgency=medium
814

9-
* bump version to 0.10.1-1 (bugfix)
15+
* display: fully fix alignment with all unicode logos
16+
* parse: fix regression about `$()` and other tags
17+
* misc: add license notice in source files
18+
* assets: add cachyos
19+
* parse: make GUI only hexcolor options accept the hashtag `#`
20+
* libs: update pci.ids.hpp and {fmt}
1021

11-
-- toni500 <[email protected]> Sat, 2 Nov 22:31:43 +0100
22+
-- toni500 <[email protected]> Sat, 2 Nov 22:31:43 +0100
1223

1324
customfetch (0.10.0-1) unstable; urgency=medium
1425

15-
* bump version to 0.10.0-1
16-
17-
-- toni500 <[email protected]> Mon, 28 Oct 17:39:14 +0100
26+
* assets: fix ALL current ascii arts
27+
* parse: add recursive tags support
28+
* display: add no-line wrapping
29+
* display: add image as logo support in terminal
30+
* makefile: add `USE_DCONF`
31+
* parse (args): add `--no-color` and `--layout-line`
32+
* query: theme: add new info tag module name `$<theme-gsettings>`
33+
* query: theme: add new info tag module member `$<theme.cursor>`
34+
* query: user: add new info tag module member `$<user.wm_version>`
35+
* parse: add SI and IEC byte units
36+
* config: add `percentage-color`
37+
* gui: make config `bg-image` accept gifs too
38+
* config: add `--color` as a config setting (similiar to `alias-colors`)
39+
* parse: add more color option modes in color tags
40+
* parse (gui): add `\e[38` and `\e[48` ANSI code color converter (only in rgb way)
41+
* query: user: fast detect konsole version
42+
* query: theme: add support for `gtkrc-v.0-kde` and `gtkrc-v.0-kde4` (thanks @BurntRanch)
43+
* display: parse the distro ASCII art colors when using `--source-path` and specify `--distro`
44+
* config: add `NO_COLOR` eviroment variable support
45+
* util: add `get_data_path()` for looking the data dirs instead of hardcode `/usr/share`
46+
* config and args: add `logo-position`
47+
* query: user: fix/improve terminal version detection
48+
* query: user: some little changes and fixes to terminal query
49+
* query: user: workaround for terminals on NixOS that doesn't have "wrapped" at the end
50+
* parse (gui): fix color parsing by closing the `<span>` tag before a new one
51+
* parse: fix aligning if failed to parse color tag
52+
* gui: fix resizing of window when `bg-image` or logo is image
53+
* rename info modules names `$<user.term>` to `$<user.terminal>` and `$<theme.cursor>` to `$<theme.cursor_name>`
54+
* `$<theme.cursor>` auto displaies `$<theme.cursor_size>` if not (unknow)
55+
* query: convert `float` values to `double`
56+
* misc: update LICENSE from GPLv3 to BSD-3 Clause
57+
* query: gpu: separate vendor from `$<gpu.name>` + add $<gpu.vendor_long>
58+
* parse: refactor the parser (thanks you @lapinozz)
59+
* libs: update pci.ids.hpp and {fmt}
60+
61+
-- toni500 <[email protected]> Mon, 28 Oct 17:39:14 +0100
1862

1963
customfetch (0.9.3-1) unstable; urgency=medium
2064

21-
* bump version to 0.9.3-1
65+
* parse (ascii art): fully fix alignment and GUI mode with escaping in some ascii arts
66+
* parse: fix ASCII arts that has commands such as cbonsai
67+
* assets: fix most ascii arts
68+
* make customfetch compilable in C++17
2269

23-
-- toni500 <[email protected]> Sat, 14 Sep 16:01:56 +0100
70+
-- toni500 <[email protected]> Sat, 14 Sep 16:01:56 +0100
2471

2572
customfetch (0.9.2-1) unstable; urgency=medium
2673

27-
* bump version to 0.9.2-1
28-
29-
-- toni500 <[email protected]> Wed, 11 Sep 12:46:54 +0100
74+
* doc: renamed components ($<> $() etc.) -> tags
75+
* doc: renamed submodule -> module members ($<module.member>)
76+
* changed "vocabulary" and improved documentation
77+
* add conditional tag $[]
78+
* add percentage tag $%%
79+
* add new config `sep-reset-after`
80+
* add new info module tag `$<disk().mountdir>` and `$<disk().device>`
81+
* add `builtin` module
82+
* add `_perc` modules members for disk, ram and swap
83+
* gui: parse distro ascii art for getting auto colors instead of using always white
84+
* query lsb-release as backup in `os` module members
85+
* detect st terminal version from binary
86+
* fix path with config `ascii-logo-type`
87+
* libs: update {fmt}
88+
* makefile: don't add optimization flag if already set
89+
* separate `$<ram.swap>` members modules into it's own info tag module `swap`
90+
* rename `sep_title` to `title_sep`
91+
92+
-- toni500 <[email protected]> Wed, 11 Sep 12:46:54 +0100
3093

3194
customfetch (0.9.0-1) unstable; urgency=medium
3295

33-
* bump version to 0.9.0-1
96+
* fix the bug of the color components `${0}` and `${1}` from previous release for the layout too
97+
* fix aligning ascii art and layout
98+
* fix bug for gui mode where span tags would be replaced like &lt;span>
99+
* add multiple color options in hexcodes colors
100+
* install cufetch.desktop (only if compiled with GUI_MODE=1)
101+
* add `--sep-reset` and `--sep-title`
102+
* add new info component module `$<user.sep_title>`
103+
* add `uninstall` to Makefile
104+
* fix prettify_wm_name()
34105

35-
-- toni500 <[email protected]> Sun, 1 Sep 2024 17:05:08 +0100
106+
-- toni500 <[email protected]> Sun, 1 Sep 2024 17:05:08 +0100
36107

37108
customfetch (0.8.8-1) unstable; urgency=medium
38109

39-
* bump version to 0.8.8-1
110+
* fix bug when the source logo has ${1} or ${0} at start in GUI mode
111+
* add new info component module `$<os.initsys_version>`
112+
* add new config `logo-padding-left`
113+
* add new config `ascii-logo-type`
114+
* add new config `layout-padding-top`
115+
* add pkg managers specific paths
116+
* prettify DE names
117+
* add -KiB variants for RAM and Disk info component modules
118+
* improve info component module `$<user.wm_name>` query
40119

41-
-- toni500 <[email protected]> Mon, 26 Aug 2024 19:36:26 +0100
120+
-- toni500 <[email protected]> Mon, 26 Aug 2024 19:36:26 +0100
42121

43122
customfetch (0.8.6-1) unstable; urgency=medium
44123

45124
* Initial release
46125

47-
-- toni500 <[email protected]> Wed, 21 Aug 2024 11:46:42 +0100
126+
-- toni500 <[email protected]> Wed, 21 Aug 2024 11:46:42 +0100

0 commit comments

Comments
 (0)