When data is entered in a field (e.g. username or password) and then, without leaving the field, the "New entry" button is clicked, the data entered in the last field is not stored to the previous entry.
This is especially annoying when mass-adding entries:
When [TAB] is pressed after step 6, the value is stored correctly. However, this should not be necessary.
I have the same issue when simply hitting "Save" (Cmd-S) after creating an entry, which is my most common update workflow day-to-day.
To reproduce:
Expected: Cmd-S saves new note data every time.
Actual: Cmd-S doesn't save new note data. My most recent notes are not there.
Workaround: New note data is saved if you move to a second entry before saving.
There are a lot of minor issues with focus lost and not saving that should have been fixed by using to a NSContoller binding but that didn't seem to have fixed all issues. Thanks for the reports!
Should be fixed with 2e1e4ad5acd2364825c19c38c81e56af58e9bbe3 (commit message refers to wrong issue)
When is this likely to be published as a compiled package, either on "releases" or through Sparkle/"Check for Updates..."? I'd like to verify, but I don't have a full XCode setup on my machine.
GitHub releases are all published as binaries and are available via the sparkle updater. Regarding a new release: I did drop 10.8 support recently and added partial history support (no browsing, no restoring, but edits get pushed to history) and plan to add full support to get 0.7 released with the full feature set. I am currently focused on getting support for the upcoming version 4 of the KDBX file format finished which takes a substantial amount of my spare time. What this means for you: I hope to get 0.7 out until november! :-)
Most helpful comment
There are a lot of minor issues with focus lost and not saving that should have been fixed by using to a NSContoller binding but that didn't seem to have fixed all issues. Thanks for the reports!