Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanrussellmd committed May 16, 2024
1 parent bd89005 commit eef8e5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
- Manage conflicting biliography keys.
- View all citations within `bibliography.bib`.

## `v0.2`
## `v0.2`
- Create a `citeman.p` file in the working directory or read of if it exists. This `pickle` file retains query history between iterations of the program.
- Can now view query history.
- When viewing a citation in "Show Citations", now displays the citation including most recent updates to fields or key.
- General UI improvements.
- Codebase refactoring to improve readability
- Started to add very basic testing.
2 changes: 0 additions & 2 deletions src/citeman/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ def __init__(self):
show_exit_option=False,
formatter=formatter)


def mainMenu():
library = prepare_library()
processor = prepare_processor(library)
#subtitle = f"A simple {blue('command line citation manager')} for your academic manuscript."
menu = MainMenu()

menu.append_item(FunctionItem("Query", queryInput, [processor]))
Expand Down

0 comments on commit eef8e5c

Please sign in to comment.