Skip to content

Commit

Permalink
Prepare 0.2.1 release (#159)
Browse files Browse the repository at this point in the history
* Prepare 0.2.1 release
* Remove ubuntu-18.04 from releases
  • Loading branch information
l4l committed Mar 10, 2024
1 parent 4c45b4e commit a762ded
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yofi"
version = "0.2.0"
version = "0.2.1"
authors = ["Kitsu <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit a762ded

Please sign in to comment.