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.
This commit is contained in:
2026-08-12 06:55:40 +07:00
parent 06f974f09f
commit c80566768c
+9
View File
@@ -153,6 +153,15 @@ cp -a "%{stagedir}/." "%{buildroot}/"
%files -f %{filelist} %files -f %{filelist}
%changelog %changelog
* Wed Aug 12 2026 dingo <[email protected]> - 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 <[email protected]> - 0.1.0-1 * Mon Aug 10 2026 dingo <[email protected]> - 0.1.0-1
- First package of the fork: hyprcosmic-comp, hyprcosmic-session and - First package of the fork: hyprcosmic-comp, hyprcosmic-session and
hyprcosmic-conf installed beside the distribution's COSMIC, with a HyDE shell. hyprcosmic-conf installed beside the distribution's COSMIC, with a HyDE shell.