From c80566768c49b04a68883d959d81e6d0a92c2686 Mon Sep 17 00:00:00 2001 From: dingo Date: Wed, 12 Aug 2026 06:55:40 +0700 Subject: [PATCH] Record 0.1.1 in the changelog Three fixes, all of which decide whether a fresh install comes up at all: the skeleton that seeds ~/.config, a font recommendation that can actually resolve, and a wallpaper for a machine with no theme yet. --- packaging/fedora/hyprcosmic.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packaging/fedora/hyprcosmic.spec b/packaging/fedora/hyprcosmic.spec index dba4003..535592a 100644 --- a/packaging/fedora/hyprcosmic.spec +++ b/packaging/fedora/hyprcosmic.spec @@ -153,6 +153,15 @@ cp -a "%{stagedir}/." "%{buildroot}/" %files -f %{filelist} %changelog +* Wed Aug 12 2026 dingo - 0.1.1-1 +- Seed ~/.config from /usr/share/hyprcosmic/skel at every session start, so a + machine that has never seen HyprCosmic logs into a configured desktop rather + than a bare compositor. Existing files are never overwritten. +- Recommend font(notosansmono) in place of nerd-fonts, which is not a package + in any Fedora repository and so could never have been installed. +- Recommend cosmic-wallpapers, and add hyprcosmic-wallpaper, which falls back + to it when no theme has been imported yet. + * Mon Aug 10 2026 dingo - 0.1.0-1 - First package of the fork: hyprcosmic-comp, hyprcosmic-session and hyprcosmic-conf installed beside the distribution's COSMIC, with a HyDE shell.