Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Waino committed Apr 7, 2023
1 parent 5963e96 commit 0ad0a70
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@
History
=======

0.1.0 (FUTURE)
1.1.0 (2023-04-07)
-----------------------------------

* Layout improvements to reduce visual clutter.
* Duplicate checking.
* Possibility to override bibtex keys.
* Bugfix: Postpone import of scholarly until necessary. Failing proxies no longer prevent using other functionality.

1.0.1 (2022-27-07)
-----------------------------------

* Quality of life improvement: Allow using control-D to skip or exit early from inbox function.

Choosing 'skip' continues with the next paper.
While ^C quits immediately, without syncing git annex or indexing newly
added papers, ^D with 'exit' runs these steps before exiting.
This is useful when the inbox is too large to ingest in one session.
* Bugfixes

1.0.0 (2022-03-06)
-----------------------------------

* First release on PyPI.
Expand Down
2 changes: 1 addition & 1 deletion refpapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
__all__ = ['print_list', 'print_details', 'yield_all_paths', 'parse',
'Paper', 'index_data', 'search', 'cli']

__version__ = '1.0.1'
__version__ = '1.1.0'
__author__ = 'Stig-Arne Gronroos'
__author_email__ = "[email protected]"

0 comments on commit 0ad0a70

Please sign in to comment.