diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e3320..a814541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -# [NEXT] -## Changed -- Emoji presentation is forced for emoji with default text presentation. (#142) -- Updates to Gitmoji, NerdFonts and FontAwesome. - +# [6.1.0] ## Added - Support [fuzzel](https://codeberg.org/dnkl/fuzzel) - `~` is expanded for `--files`. (#136) +## Changed +- Emoji presentation is forced for emoji with default text presentation. (#142) +- Updates to Gitmoji, NerdFonts and FontAwesome. + ## Fixed - Restored compatibility with Python 3.8. (#137) - Fixed regression that ignored `--no-frecency`. (#138) @@ -14,6 +14,10 @@ - Fix version display. (#139) # [6.0.0] +## Added +- You can now select your desired actions through a separate menu. +- Support for grid themes using `--hidden-descriptions` and [`contrib/grid.rasi`](https://github.com/fdw/rofimoji/blob/main/src/picker/contrib/grid.rasi). (#133) + ## Changed - `rofimoji` uses [Poetry](https://python-poetry.org/) for package management. With this comes the requirement for Python 3.8. - `--files` supports globbing, so you can ask for `--files "linear_b*"` @@ -24,10 +28,6 @@ - NerdFonts are 2.2.2 - Gitmoji is 3.13.0 -## Added -- You can now select your desired actions through a separate menu. -- Support for grid themes using `--hidden-descriptions` and [`contrib/grid.rasi`](https://github.com/fdw/rofimoji/blob/main/src/picker/contrib/grid.rasi). (#133) - # [5.6.0] ## Changed - Remove the unexpected and distracting empty checkboxes from rofi. (#127, #125) diff --git a/pyproject.toml b/pyproject.toml index 96d256d..bc0589e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rofimoji" -version = "6.1.0-dev1" +version = "6.1.0" description = "Simple character picker using rofi" authors = ["Fabian Winter <5821180+fdw@users.noreply.github.com>"] license = "MIT" diff --git a/src/picker/docs/rofimoji.1 b/src/picker/docs/rofimoji.1 index b1156c8..772efeb 100644 --- a/src/picker/docs/rofimoji.1 +++ b/src/picker/docs/rofimoji.1 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "ROFIMOJI" "1" "November 03, 2022" "Version 6.0.0" "Rofi Third-party Add-on Documentation" +.TH "ROFIMOJI" "1" "December 27, 2022" "Version 6.1.0" "Rofi Third-party Add-on Documentation" .hy .SH NAME .PP @@ -109,11 +109,12 @@ Choose the application to type with manually. .RE .TP --selector \f[I]SELECTOR\f[R] -Possible values: rofi, wofi +Possible values: rofi, wofi, fuzzel .RS .PP Choose the selector application manually. -Usually \f[V]rofi\f[R], but for Wayland, you may want \f[V]wofi\f[R]. +Usually \f[V]rofi\f[R], but for Wayland, you may want \f[V]wofi\f[R] or +\f[V]fuzzel\f[R]. # KEYBINDINGS .RE .PP diff --git a/src/picker/docs/rofimoji.1.md b/src/picker/docs/rofimoji.1.md index a93c5ab..897b888 100644 --- a/src/picker/docs/rofimoji.1.md +++ b/src/picker/docs/rofimoji.1.md @@ -1,6 +1,6 @@ -% ROFIMOJI(1) Version 6.0.0 | Rofi Third-party Add-on Documentation +% ROFIMOJI(1) Version 6.1.0 | Rofi Third-party Add-on Documentation % Fabian Winter -% November 03, 2022 +% December 27, 2022 # NAME