Skip to content

Commit

Permalink
debian: add v1.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Mar 1, 2025
1 parent 425fd1d commit e1d3d9f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
customfetch (1.0.0-1) unstable; urgency=medium

* project: add stable support for android.
* project: add new android app widget.
* project: rename unix references (e.g., CF_UNIX) to linux.
* project: separate GUI mode into its own binary, customfetch-gui.
* parse: support module-only variants in info tags (e.g., $<ram>).
* parse: remove "builtin" info tag module name.
* parse: add extended module member names (e.g., $<title_separator>).
* query: cpu: add $<cpu.temp> and variants.
* query: battery: add new battery info module.
* query: theme: fix theme queries because of code static members.
* query: auto: add new auto module name.
* query: use systemInfo_t for multiple disk, gpu, and theme queries.
* build: add cmake as the new build system.
* build: add usr-dist target in the makefile.
* args: change some argument names and add boolean support (e.g., true).
* args: add --loop-ms and --list-logos options.
* args: add --override for configuration.
* libs: update fmt and toml++ libraries.
* libs: remove unused headers (printf.h and xchar.h) from fmt.
* libs: update pci.ids.hpp.
* doc: move configuration explanation to --how-it-works.
* doc: fix wrap-lines behavior.
* misc: re-enable cursor if program dies (when wrap-lines is disabled).
* misc: add translations support.
* misc: install configuration examples.
* debian: add and reformat actual changelog.

-- toni500 <[email protected]> Sat, 01 Mar 2025 19:49:36 +0100

customfetch (0.10.2-1) unstable; urgency=medium

* project: rename references `cufetch` -> `customfetch`
Expand Down

0 comments on commit e1d3d9f

Please sign in to comment.