I found a bug in the desktop app for windows.
It happens that when I change the title of a password it is not updated in the password list, but the previous title remains as if no change had been made. To make sure that the title is updated with the new name you have to do the manual synchronization from the app menu.
This also happens when changing the password because the previous password remains until you click on the modified item again.
It is a bit annoying and since it is a paid app it would be nice if this annoying problem was solved.
I hope it is solved. Thanks.
I can reproduce this, and I would describe this bug behavior as follows:
When a vault item change (made in any client app) is pushed using web sockets, the Desktop app receives an outdated copy of the data (i.e., the state of the data just prior to the change). You can test this by using a browser extension to make and save a change, and then make and save a second change — you will now see the first edit (but not the second edit) in the Desktop app.
If this hasn’t yet been reported as a bug on Github, someone should open a new Issue there to document this bug.