1
1
# Changelog - Paw
2
2
3
+ ## 0.25.0 - 13 Feb 2025
4
+
5
+ - all: update Go toolchain to 1.19
6
+ - all: update Fyne to v2.5.4
7
+ - all: update age to v1.2.1
8
+ - ui: fix a possible nil pointer on loginURL when upgrading paw from previous versions
9
+ - systray: enable only if the StatusNotifierWatcher is available on the supported unix system
10
+
11
+ - deps replace:
12
+ - golang.org/x/mobile with github.com/fyne-io/
[email protected]
13
+ to fix android build by @serialt via #14
14
+
15
+ - deps update:
16
+ - fyne.io/fyne v2.5.4
17
+ - filippo.io/age v1.2.1
18
+ - golang.org/x/crypto v0.32.0
19
+ - golang.org/x/image v0.24.0
20
+ - golang.org/x/net v0.34.0
21
+ - golang.org/x/sync v0.11.0
22
+ - golang.org/x/term v0.28.0
23
+
3
24
## 0.24.0 - 02 May 2024
4
25
5
- This release focuses on enhancing the user experience by improving favicon downloads, form validations, and fixing various display issues. It also paves the way for supporting browser extensions, introducing an initial implementation of the native messaging protocol.
26
+ This release focuses on enhancing the user experience by improving favicon downloads,
27
+ form validations, and fixing various display issues.
28
+ It also paves the way for supporting browser extensions,
29
+ introducing an initial implementation of the native messaging protocol.
6
30
7
31
Details:
8
32
@@ -11,16 +35,16 @@ Details:
11
35
- ui: improve audit view
12
36
- ui: improve favicon downloader
13
37
- ui: improve note field display
14
- - ui,preferences: allow to disable favicon downloader
38
+ - ui,preferences: allow to disable favicon downloader
15
39
- all: add application state
16
40
- all: update to store time in UTC
17
41
- browser: initial implementation of native messaging protocol to support browser extensions
18
42
19
43
- deps add:
20
- - github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
44
+ - github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
21
45
22
46
- deps update:
23
- - fyne.io/fyne v2.4.5
47
+ - fyne.io/fyne v2.4.5
24
48
25
49
## 0.23.0 - 10 March 2024
26
50
@@ -38,28 +62,28 @@ Details:
38
62
- ui: update SSH key filter label
39
63
40
64
- deps remove:
41
- - golang.org/x/text
65
+ - golang.org/x/text
42
66
43
67
## 0.22.1 - 15 February 2024
44
68
45
69
- ui: detail view could not show multiline label correctly
46
70
47
71
## 0.22.0 - 14 February 2024
48
72
49
- - all: improve health service performance creating a lock file
73
+ - all: improve health service performance creating a lock file
50
74
- all: update logo
51
75
- all: move main into project root
52
76
- all: detach console when running on Windows
53
77
- agent: update to use named pipe on Windows
54
78
- cli: disable clipboard on FreeBSD
55
79
- otp: ensure decoded key is padded
56
80
- otp: fix padding issue for the 2fa code
57
- - ui: view could not refresh correctly using menu shortcuts
81
+ - ui: view could not refresh correctly using menu shortcuts
58
82
59
83
- deps add:
60
- - gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
84
+ - gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
61
85
- deps upgrade:
62
- - fyne.io/fyne v2.4.4
86
+ - fyne.io/fyne v2.4.4
63
87
64
88
## 0.21.2 - 28 January 2024
65
89
@@ -74,12 +98,12 @@ Details:
74
98
75
99
- all: merge CLI and GUI apps to provide only a binary
76
100
- deps upgrade:
77
- - fyne.io/fyne v2.4.3
78
- - golang.org/x/crypto v0.18.0
79
- - golang.org/x/image v0.15.0
80
- - golang.org/x/sync v0.6.0
81
- - golang.org/x/term v0.16.0
82
- - golang.org/x/text v0.14.0
101
+ - fyne.io/fyne v2.4.3
102
+ - golang.org/x/crypto v0.18.0
103
+ - golang.org/x/image v0.15.0
104
+ - golang.org/x/sync v0.6.0
105
+ - golang.org/x/term v0.16.0
106
+ - golang.org/x/text v0.14.0
83
107
84
108
## 0.20.1 - 15 November 2023
85
109
@@ -92,19 +116,19 @@ Details:
92
116
- agent: initial implementation of the client agent to manage CLI sessions
93
117
- cli,ui: add support for encrypted SSH keys with a passphrase for SSH item
94
118
- storage: add SocketAgentPath method to the Storage interface
95
- - ui: update edit view to display a single action instead of the menu
119
+ - ui: update edit view to display a single action instead of the menu
96
120
- deps upgrade:
97
- - filippo.io/age v1.1.1
98
- - fyne.io/fyne v2.4.1
99
- - fyne.io/systray v1.10.1-0.20231105182847-18ba13a8fe2b
100
- - golang.design/x/clipboard 0.7.0
101
- - golang.org/x/crypto v0.14.0
102
- - golang.org/x/sync v0.4.0
103
- - golang.org/x/image v0.13.0
104
- - golang.org/x/term v0.13.0
105
- - golang.org/x/text v0.13.0
121
+ - filippo.io/age v1.1.1
122
+ - fyne.io/fyne v2.4.1
123
+ - fyne.io/systray v1.10.1-0.20231105182847-18ba13a8fe2b
124
+ - golang.design/x/clipboard 0.7.0
125
+ - golang.org/x/crypto v0.14.0
126
+ - golang.org/x/sync v0.4.0
127
+ - golang.org/x/image v0.13.0
128
+ - golang.org/x/term v0.13.0
129
+ - golang.org/x/text v0.13.0
106
130
- deps remove:
107
- - github.com/mikesmitty/edkey
131
+ - github.com/mikesmitty/edkey
108
132
109
133
## 0.19.1 - 01 October 2022
110
134
@@ -119,7 +143,7 @@ Details:
119
143
- ui: allow item list to receive focus when tab is pressed (via fyne upgrade)
120
144
121
145
- deps upgrade:
122
- - fyne.io/fyne v2.2.4-0.20221001083711-23d1052ad20e
146
+ - fyne.io/fyne v2.2.4-0.20221001083711-23d1052ad20e
123
147
124
148
## 0.18.0 - 21 September 2022
125
149
@@ -128,48 +152,48 @@ Details:
128
152
- import: add ssh key type
129
153
130
154
- deps upgrade:
131
- - fyne.io/fyne v2.2.3
132
- - golang.design/x/clipboard v0.6.2
133
- - golang.org/x/image v0.0.0-20220601225756-64ec528b34cd
134
- - golang.org/x/text v0.3.7
155
+ - fyne.io/fyne v2.2.3
156
+ - golang.design/x/clipboard v0.6.2
157
+ - golang.org/x/image v0.0.0-20220601225756-64ec528b34cd
158
+ - golang.org/x/text v0.3.7
135
159
136
160
## 0.17.1 - 02 April 2022
137
161
138
- - gui: fix incorrect value for the public key displayed into thr ssh key view
162
+ - gui: fix incorrect value for the public key displayed into thr ssh key view
139
163
140
164
## 0.17.0 - 29 March 2022
141
165
142
166
- all: add Ed25519 and RSA SSH keys support
143
167
- deps add:
144
- - github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
168
+ - github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
145
169
- deps upgrade:
146
- - fyne.io/fyne v2.1.4
147
- - golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
148
- - golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
149
- - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
150
- - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
151
-
170
+ - fyne.io/fyne v2.1.4
171
+ - golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
172
+ - golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
173
+ - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
174
+ - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
175
+
152
176
## 0.16.1 - 08 March 2022
153
177
154
178
- gui: fix item creation should show default content on cancel
155
179
156
- ## 0.16.0 - 28 February 2022
180
+ ## 0.16.0 - 28 February 2022
157
181
158
182
- all: fix regression about setting item date
159
183
- cli: add the "-c, --clip" option to copy password to clipboard
160
184
- cli: update messages to printed correctly on stdout and stderr
161
185
- cli: list command will show an hint message if no vaults are found
162
186
- cli,deps: add golang.design/x/clipboard
163
- - gui,deps: update fyne.io/fyne to v2.1.3
187
+ - gui,deps: update fyne.io/fyne to v2.1.3
164
188
165
- ## 0.15.0 - 26 January 2022
189
+ ## 0.15.0 - 26 January 2022
166
190
167
191
- cli: add CLI application #3
168
192
169
193
## 0.14.0 - 09 January 2022
170
194
171
195
> This release updates the internal storage, so previous versions won't be compatible.
172
- > Starting from this release the data is encoded in json in place of gob
196
+ > Starting from this release the data is encoded in json in place of gob
173
197
> and update to use a password protected age key (X25519) to decrypt and encrypt the vault data.
174
198
> This allow to decrypt the items using the age tool and have the content directly accessible once decrypted.
175
199
@@ -214,7 +238,7 @@ Details:
214
238
215
239
### Added
216
240
217
- - Password audit against data breaches #1
241
+ - Password audit against data breaches #1
218
242
- Add TOTP and HTOP support #5
219
243
220
244
## 0.9.0 - 11 December 2021
0 commit comments