Commit graph

11 commits

Author SHA1 Message Date
Jacob Williams
337204a4a0 Bump version to 1.3.1 2025-02-21 13:20:08 -08:00
Jacob Williams
7b449b1ae6 bump version 2025-02-05 12:01:39 -08:00
Jacob Williams
7c3302944c version bump 2025-02-05 11:00:09 -08:00
Jacob Williams
68ea31a7b1 fix manifest and bump version 2025-02-05 09:34:39 -08:00
Jacob Williams
bd7024bdae bump version 2025-02-05 09:22:14 -08:00
Jacob Williams
7eb3d47612 Remove fuzzy matching
I didn't realize fuzzysort requires (almost?) the whole search string to be present in the string being matched against. That means it wasn't adding a lot of value in this particular use case. Anyway, I should have started simpler. Matching on title, with some simple normalization rules, is probably good enough most of the time; in the future I could add a way for the user to provide an explicit mapping of Kindle titles to citation IDs in the front matter.
2025-02-05 09:17:48 -08:00
Jacob Williams
25c6fe9f8d bump version to 1.0.1 2025-02-04 12:27:51 -08:00
Jacob Williams
4871fc2c44 fuzzy matching of references 2025-02-04 09:59:48 -08:00
Jacob Williams
833f806733 tests 2025-02-03 11:18:04 -08:00
Jacob Williams
244bd9245e replacing sample code 2025-02-03 10:20:53 -08:00
Jacob Williams
da872a9129
Initial commit 2025-02-03 09:37:51 -08:00