Skip to content

Commit f17fcd0

Browse files
committed
Prepare next release
1 parent 84088f7 commit f17fcd0

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
# [NEXT]
2-
## Changed
3-
- Emoji presentation is forced for emoji with default text presentation. (#142)
4-
- Updates to Gitmoji, NerdFonts and FontAwesome.
5-
1+
# [6.1.0]
62
## Added
73
- Support [fuzzel](https://codeberg.org/dnkl/fuzzel)
84
- `~` is expanded for `--files`. (#136)
95

6+
## Changed
7+
- Emoji presentation is forced for emoji with default text presentation. (#142)
8+
- Updates to Gitmoji, NerdFonts and FontAwesome.
9+
1010
## Fixed
1111
- Restored compatibility with Python 3.8. (#137)
1212
- Fixed regression that ignored `--no-frecency`. (#138)
1313
- Fixed skin tone selection in rofi mode. (#143)
1414
- Fix version display. (#139)
1515

1616
# [6.0.0]
17+
## Added
18+
- You can now select your desired actions through a separate menu.
19+
- Support for grid themes using `--hidden-descriptions` and [`contrib/grid.rasi`](https://github.com/fdw/rofimoji/blob/main/src/picker/contrib/grid.rasi). (#133)
20+
1721
## Changed
1822
- `rofimoji` uses [Poetry](https://python-poetry.org/) for package management. With this comes the requirement for Python 3.8.
1923
- `--files` supports globbing, so you can ask for `--files "linear_b*"`
@@ -24,10 +28,6 @@
2428
- NerdFonts are 2.2.2
2529
- Gitmoji is 3.13.0
2630

27-
## Added
28-
- You can now select your desired actions through a separate menu.
29-
- Support for grid themes using `--hidden-descriptions` and [`contrib/grid.rasi`](https://github.com/fdw/rofimoji/blob/main/src/picker/contrib/grid.rasi). (#133)
30-
3131
# [5.6.0]
3232
## Changed
3333
- Remove the unexpected and distracting empty checkboxes from rofi. (#127, #125)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rofimoji"
3-
version = "6.1.0-dev1"
3+
version = "6.1.0"
44
description = "Simple character picker using rofi"
55
authors = ["Fabian Winter <5821180+fdw@users.noreply.github.com>"]
66
license = "MIT"

src/picker/docs/rofimoji.1

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "ROFIMOJI" "1" "November 03, 2022" "Version 6.0.0" "Rofi Third-party Add-on Documentation"
17+
.TH "ROFIMOJI" "1" "December 27, 2022" "Version 6.1.0" "Rofi Third-party Add-on Documentation"
1818
.hy
1919
.SH NAME
2020
.PP
@@ -109,11 +109,12 @@ Choose the application to type with manually.
109109
.RE
110110
.TP
111111
--selector \f[I]SELECTOR\f[R]
112-
Possible values: rofi, wofi
112+
Possible values: rofi, wofi, fuzzel
113113
.RS
114114
.PP
115115
Choose the selector application manually.
116-
Usually \f[V]rofi\f[R], but for Wayland, you may want \f[V]wofi\f[R].
116+
Usually \f[V]rofi\f[R], but for Wayland, you may want \f[V]wofi\f[R] or
117+
\f[V]fuzzel\f[R].
117118
# KEYBINDINGS
118119
.RE
119120
.PP

src/picker/docs/rofimoji.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
% ROFIMOJI(1) Version 6.0.0 | Rofi Third-party Add-on Documentation
1+
% ROFIMOJI(1) Version 6.1.0 | Rofi Third-party Add-on Documentation
22
% Fabian Winter
3-
% November 03, 2022
3+
% December 27, 2022
44

55
# NAME
66

0 commit comments

Comments
 (0)