From 7e5281244b35ff999521a43031170bbe55a18f44 Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Wed, 1 Jul 2026 17:07:40 +0700 Subject: [PATCH] docs: update changelog for distro support, roadmap, deps fixes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc3a4a..c566349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Unreleased + +### Distro Support + +- **Distro support table**: README now lists supported (Ubuntu, Debian, Mint, Pop!_OS, elementary, Zorin, Neon, Fedora, RHEL, CentOS, Arch, Manjaro), might-support (openSUSE, Solus, Void), and not-supported (NixOS, Alpine, Gentoo) distros. +- **libwayland-dev** added to install.sh for all distro families (was missing — caused build failures on X11-only systems like Linux Mint). +- **libwayland-client0** added to runtime deps (was missing — caused "cannot open shared object file" on Mint). +- **Config typo fixed**: `mặt khẩu` → `mật khẩu` in default config and README. + +### Documentation + +- **Roadmap section** added to README (v0.1.8: Wayland IM protocol, event-based AT-SPI2; v0.1.9: CI, Flatpak). +- **RELEASE_CHECKLIST.md** removed (process now documented in the release commit messages). + +--- + ## v0.1.7 (2026-07-01) ### Password Auto-Detection