From a762deda4daab08b8bdeeb33b96fe0f93aeefee0 Mon Sep 17 00:00:00 2001 From: Kitsu Date: Sun, 10 Mar 2024 20:03:52 -0300 Subject: [PATCH] Prepare 0.2.1 release (#159) * Prepare 0.2.1 release * Remove ubuntu-18.04 from releases --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99a1084..6ff6321 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 354c669..529522b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,31 @@ ## Features +## Changes + +## Fixes + +# 0.2.1 - 2024-03-10 + +## Features + - Launch multiple apps from one yofi launch based on fork (#24). - Nix build (#98). - Corner roundings config param. +- Background border. +- Font overflow hint for long text items. ## Changes - Dropped support for font-kit backend. - Use native fontconfig instead of rust-fontconfig. +- More errors are handled over panic. ## Fixes - Don't reload font on each ListView redraw. - Normalize indexed pngs. +- Icon themes suport multiple inheritance. # 0.2.0 - 2022-10-12 diff --git a/Cargo.lock b/Cargo.lock index c62fb9c..79076d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "yofi" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 83df2c9..091edae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yofi" -version = "0.2.0" +version = "0.2.1" authors = ["Kitsu "] edition = "2021"