-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
70 lines (69 loc) · 2.53 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
SPDX-FileCopyrightText: 2023-2024 Fredrik Salomonsson <[email protected]>
SPDX-License-Identifier: GPL-3.0-or-later
2024-09-15 Fredrik Salomonsson <[email protected]>
* 3.0.0
URI Encode password before handing it to gpg.
NOTE: Potentially breaking the input of older passwords!
2024-07-14 Fredrik Salomonsson <[email protected]>
* 2.2.0
Mimic CLI options to be compatible with `rbw`.
2024-06-28 Fredrik Salomonsson <[email protected]>
* 2.1.1
Add SETTITLE option - Contributed by jakobkukla.
2024-03-31 Fredrik Salomonsson <[email protected]>
* 2.1.0:
Add feature to pass options directly to rofi.
2023-03-19 Fredrik Salomonsson <[email protected]>
* 2.0.5:
Remove unused scrollbar - Contributed by 2tefan.
2023-03-19 Fredrik Salomonsson <[email protected]>
* 2.0.4:
Version 3.0 of the REUSE specification compliant.
2021-01-31 Fredrik Salomonsson <[email protected]>
* 2.0.3:
Fix issue with the executable not finding the module.
Add info on how to use it in the README.
Add gotcha in the README when using this with guix on a foreign distro.
2021-01-27 Fredrik Salomonsson <[email protected]>
* 2.0.2:
Update guix.scm to build from source.
Add search paths to guile's module and object directory in the executable.
Fix issue with --version.
2020-10-09 Fredrik Salomonsson <[email protected]>
* 2.0.1:
Update guix.scm to build from github.
2020-06-14 Fredrik Salomonsson <[email protected]>
* 2.0.0:
Using Hall to handle the project.
2020-05-11 Fredrik Salomonsson <[email protected]>
* 1.0.2:
Fixed crash when rofi is aborted.
2020-05-11 Fredrik Salomonsson <[email protected]>
* 1.0.1:
Propper newline between error and description.
More unit test coverage.
Fixed hang when run via gpg, that was introduced in 1.0.0.
2020-05-11 Fredrik Salomonsson <[email protected]>
* 1.0.0:
Added unit tests.
Added support for popup.
Added support for underline characters in message.
Fixed high CPU usage bug - thanks to em0lar and n0emis.
2020-04-21 Fredrik Salomonsson <[email protected]>
* 0.5.0 :
Added support to ask again if password is wrong.
2019-06-06 Fredrik Salomonsson <[email protected]>
* 0.4.0 :
Removed compiling of script.
Behaves better with the REPL.
2018-11-10 Fredrik Salomonsson <[email protected]>
* 0.3.0 :
Removed dependency on systemd.
Works with gpg.
Removed conflict with pinentry-rofi.
2018-11-04 Fredrik Salomonsson <[email protected]>
* 0.2.0 :
Forcing the output.
2018-11-04 Fredrik Salomonsson <[email protected]>
* 0.1.0 :
Initial release. Matching functionality as the pinentry-rofi gist.