From 5795ec7815b0e44083cde3d8ae131c91e28e9669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:36:43 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084ac44ac64..54f11891e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.4.0](https://github.com/ublue-os/bluefin/compare/v3.3.0...v3.4.0) (2024-09-05) + + +### Features + +* add git-credential-libsecret to DX ([#1649](https://github.com/ublue-os/bluefin/issues/1649)) ([8c9b724](https://github.com/ublue-os/bluefin/commit/8c9b724965ef7743a4e4f641fa22fe34a2df6784)) +* disable ollama-web quadlet auth ([#1625](https://github.com/ublue-os/bluefin/issues/1625)) ([8391f69](https://github.com/ublue-os/bluefin/commit/8391f69899a5856018d7894317fb5dc1bec3a1ca)) +* switch to autumn wallpapers ([#1631](https://github.com/ublue-os/bluefin/issues/1631)) ([3865644](https://github.com/ublue-os/bluefin/commit/3865644ffa824551845255302bd5d29c1de2ef38)) + + +### Bug Fixes + +* limited linesize to 78 characters to accomodate 80x24 terminal ([#1640](https://github.com/ublue-os/bluefin/issues/1640)) ([961a86b](https://github.com/ublue-os/bluefin/commit/961a86b566192dd505cf80c38d79e043576a277f)) +* remove xpadneo ([#1635](https://github.com/ublue-os/bluefin/issues/1635)) ([8c62122](https://github.com/ublue-os/bluefin/commit/8c62122149bd6ddbe2ccf44a53cd1b8689342756)) + ## [3.3.0](https://github.com/ublue-os/bluefin/compare/v3.2.0...v3.3.0) (2024-08-23)