| Commit message (Expand) | Author | Age |
| * | update all deps to latest version | lukeflo | 2025-10-19 |
| * | add some additional ignored chars and words, check deunicoded chars for ignoring | lukeflo | 2025-10-18 |
| * | version bumb 0.16.0 | lukeflo | 2025-10-15 |
| * | fix tests, remove unneeded imports, add description | lukeflo | 2025-10-15 |
| * | correct some typos | lukeflo | 2025-10-14 |
| * | option to reformat citekey-based basenames of attachment files | lukeflo | 2025-10-14 |
| * | use citekey formatter for adding new entries via doi | lukeflo | 2025-10-14 |
| * | skip set and xdata entries by default | lukeflo | 2025-10-14 |
| * | Working proof of concept of citekey formatting | lukeflo | 2025-10-13 |
| * | ignore list for words, but need to solve inner delimiter problem for words ig... | lukeflo | 2025-10-12 |
| * | solve double delimiters with empty fields | lukeflo | 2025-10-12 |
| * | pop trailing delimiter if last field is empty | lukeflo | 2025-10-12 |
| * | trimming citekey if last field is empty: WIP | lukeflo | 2025-10-10 |
| * | add dry-run information to --help function | lukeflo | 2025-10-10 |
| * | implement const of ignored special chars for citekey formatting | lukeflo | 2025-10-10 |
| * | substitute byte index for char counting loop, impl `dry-run` option for citek... | lukeflo | 2025-10-10 |
| * | set up citekey formatting cli, reformat help output | lukeflo | 2025-10-10 |
| * | subcommand test for pure cli operations | lukeflo | 2025-10-09 |
| * | rewrite cli parsing; need to implement format-citekeys cli parsing | lukeflo | 2025-10-09 |
| * | use vector for old new key pairs | lukeflo | 2025-10-08 |
| * | case parsing from config, needs to be implemented for citekey struct | lukeflo | 2025-10-08 |
| * | refine matching and preformatting of fields for citekey formattin; add case f... | lukeflo | 2025-10-08 |
| * | implement basic citekey formatting: | lukeflo | 2025-10-07 |
| * | add some further text macros to be hidden | lukeflo | 2025-10-05 |
| * | add functions to make sanitized data from PR #57 visible in the information t... | lukeflo | 2025-10-05 |
| * | macro-sani: Fixed whitespace handling after latex macro. | Klimperfix | 2025-10-04 |
| * | macro-sani: skipping the algorithm, if no macro is in the string. | Klimperfix | 2025-10-04 |
| * | macro-sani: Implemented new algorithm to replace macros. | Klimperfix | 2025-10-04 |
| * | macro-sani: started impl new algorithm | Klimperfix | 2025-10-03 |
| * | Removed unused sanitization functions. | Klimperfix | 2025-10-03 |
| * | Now storing the sanitized data seperately, keeping the original. | Klimperfix | 2025-10-03 |
| * | Sanitization hooked into bibiman. | Klimperfix | 2025-10-03 |
| * | Implemented basic sanitizing. | Klimperfix | 2025-10-03 |
| * | fix config test func | lukeflo | 2025-08-24 |
| * | concat values for custom fields; fix UI bug for entry with notes only | lukeflo | 2025-08-24 |
| * | implement a customizable fourth column for `EntryTable` | lukeflo | 2025-08-23 |
| * | fix some tests, default config, help popup | lukeflo | 2025-07-08 |
| * | colored help and version | lukeflo | 2025-07-06 |
| * | colored version function | lukeflo | 2025-07-06 |
| * | add forbidden chars to README | lukeflo | 2025-07-06 |
| * | quit creating note function if citekey contains special char | lukeflo | 2025-07-05 |
| * | succesfully tested note creation | lukeflo | 2025-07-05 |
| * | create note function impl | lukeflo | 2025-07-05 |
| * | first steps for create new note | lukeflo | 2025-07-05 |
| * | use `PopupItem` to determine resource type | lukeflo | 2025-07-04 |
| * | `PopupItem::Citekey` impl | lukeflo | 2025-07-04 |
| * | impl `PopupItem` enum, adapt ui: include colors | lukeflo | 2025-07-04 |
| * | detach opened note from terminal window running bibiman | lukeflo | 2025-07-03 |
| * | align resource symbols, update README | lukeflo | 2025-06-30 |
| * | update README: note feature | lukeflo | 2025-06-30 |