github-actions
released this
01 Oct 05:35
·
99 commits
to master
since this release
IMPORTANT: This is a cleanup/bugfix release. The biggest changes are in 0.5.0. We sadly had to drop Ubuntu 20.04 and 22.04 packages, due to too out-dated compiler toolchain. We want to focus on actually building the product and making it better than getting stuck in package maintenance.
TO THE PACKAGE MAINTAINERS: This release requires latest release of libunicode, which has updated Unicode 16.0.0 support. It will not build with older Unicode standards. libunicode fetches the UCD files during configure step automatically. If you happen to want to let it fetch the system's UCD files, make sure that these are from Unicode 16.0.0 or above.
- Fixes vi-mode motions like
viW
,yiW
,oiW
as well asB
andW
- Fixes rendered backend loading from config
- Enable support for Unicode version 16.0.0 (#1606)
- Port to C++20's
std::format()
(#1598) - Drop support for Ubuntu 23.10 and older. In order to have less burdain of maintencne, we only support the latest LTS of Ubuntu, which currently is 24.04 (#1607)