Fix the config not being initialized on fresh startup
Add back an ability to attach a bib file to an entry from CLI
Mark one of the milestones as completed
Select the first entry in TUI on startup if there is one
Make the TUI exit instantly with `std::process::exit`
Make the TUI capable of adding all entries in a directory as well
Move a function to the common utils module
Make the CLI capable of adding all entries in a directory
Upgrade app dependency versions
Make the Entry methods not panic on invalid paths
Add the ability to add books, although it is supposed to be done via CLI
Make the shelf return the entry on its removal so that TUI could access it
Set logo for sourcehut README
Make the prompt reflect current app status
Move the logic of whether the UI should be redrawn in a place more appropriate
Make 1 FPS a default instead of setting it explicitly in the App