Releases: TideDra/zotero-arxiv-daily
Releases · TideDra/zotero-arxiv-daily
v1.0.0
Breaking Changes:
- The configuration is now set by a single
CUSTOM_CONFIGpublic variable in yaml format, while secret information can still be set by secret variables. - biorxiv and medrix are supported. More sources can be easily supported by inheriting the
BaseRetrieverclass - Embedding model API is supported.
What's Changed
- fix download error; add timesleep for api by @evelynly61 in #94
- Update Email rendering by @Ronnoc in #105
- fix: ArxivPaper object can now obtain pdf_url from multiple sources by @Bowie375 in #121
- fix: directly assign pdf_url to ArxivPaper._paper.pdf_url when it is None to enable correct pdf downloading by @Bowie375 in #122
- feat: add keep-alive workflow to prevent scheduled workflow auto-disable by @Suiwu in #139
- refactor codebase by @TideDra in #148
- update readme by @TideDra in #149
- update readme by @TideDra in #150
- update readme by @TideDra in #151
- fix logging by @TideDra in #152
- fix sentence transformer import by @TideDra in #157
New Contributors
- @evelynly61 made their first contribution in #94
- @Ronnoc made their first contribution in #105
- @Bowie375 made their first contribution in #121
- @Suiwu made their first contribution in #139
Full Changelog: v0.3.5...v1.0.0
v0.3.5
What's Changed
- Fix: remove extra spaces in path joining for ZOTERO_IGNORE matching by @a36624705 in #60
- Add docker support by @KarlRaphel in #62
- Retry llm request if failed
New Contributors
- @a36624705 made their first contribution in #60
- @KarlRaphel made their first contribution in #62
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
v0.3.2
Fix logging level bug.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
New Features
- Affiliations of each arxiv paper are resolved and presented in the email.
- New arxiv papers are now retrieved directly from arxiv Atom feed. Thus, delievery day in each week is changed.
- You can directly use the latest code of this upstream repo in your own workflow by set the repo variable
REPOSITORYandREF.
NOTE
- Syntax of the secret
ARXIV_QUERYis changed. It only supports to specify paper categories now.
What's Changed
Full Changelog: v0.2.2...v0.3.0-beta
v0.2.3
New Feature
- support to use the workflow from specified ref of specified repository.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Select Collection & Send empty Email if no paper by @phhandong in #29
- fix some bugs.
New Contributors
- @phhandong made their first contribution in #29
Full Changelog: v0.2.1...v0.2.2