mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
changed ::pwsafe3 note id generation
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
1.3.21:
|
||||
Changed note id generation in NOTEDB::pwsafe3::_uuid(), again.
|
||||
Instead of crc checksums and the loop to avoid duplicates, I just
|
||||
use a counter and sort the entries by ctime, so that older entries
|
||||
keep their note id. Also this should fix a rare bug, where the
|
||||
code hangs because of said loop.
|
||||
================================================================================
|
||||
1.3.20:
|
||||
fixed bug in NOTEDB::pwsafe3::_retrieve(), it iterated over the
|
||||
records unsorted which resulted in different note ids each time
|
||||
|
||||
Reference in New Issue
Block a user