From dc537b3865b59da28de0e754fe9a79efcaf618f6 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Wed, 25 Dec 2024 21:16:19 +0100 Subject: Bugfix: Handle citekey duplicates + When adding an entry via DOI check if created citekey is already used + If so, loop over alphabetic chars and append it to citekey + When a unique combination is found, break loop and replace original citekey --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bf3a680..3e28ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.9.0" +version = "0.9.1" authors = ["lukeflo "] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" -- cgit v1.2.3