From f583a34c6a2b535f3e5e9cd27c1e2471bc3b858b Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Sat, 9 Dec 2023 11:36:32 -0300 Subject: [PATCH] CHANGELOG.md: updating release notes --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df64bf8..6a39b3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,14 +29,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - at the moment the following packaging formats are considered completely **unverified**: AppImage, AUR, native Web application - Snap supports both verified and unverified software - minor reduction in the table loading time + - improvements to help with random widget centralisation issues ### Fixes - AppImage - upgrade fails when the package was initially imported, but later added to bauh's database [#321](https://github.com/vinifmor/bauh/issues/321) - Web - search not working for some typed addresses (e.g: those returning 403) -- UI - - trying to fix the wrong widgets centralisation issue (random) ### Contributions - German translations by [Mape6](https://github.com/Mape6)