Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed Dec 27, 2022
1 parent 84088f7 commit f17fcd0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# [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)
- Fixed skin tone selection in rofi mode. (#143)
- 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*"`
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 4 additions & 3 deletions src/picker/docs/rofimoji.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/picker/docs/rofimoji.1.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f17fcd0

Please sign in to comment.