Luis Maqueda
Luis Maqueda
Fix the bugs described in issue #28 and eliminate potential race condition. The logic for the countdown has been enhanced and simplified, and the number of goroutines that can be...
- The clipboard-clear countdown is started when selecting an entry, even if OS dialog for unlocking the key is canceled. - The clipboard countdown is not restarted if a new...
The application crashes on selection of a non-existing entry:  ``` panic: runtime error: index out of range goroutine 1 [running, locked to thread]: panic(0x5612926f9d80, 0xc42000c110) /usr/local/go/src/runtime/panic.go:500 +0x1a1 main.(*Passwords).CopyToClipboard(0x561292a66820, 0xffffffffffffffff)...
Fix the problem of replicated entries when updating items in the password store. With this PR, we perform the minimum operation required per type of update, i.e.: - Add a...