Skip to content

Releases: burbilog/scrapbook2zotero

Scrapbook2zotero v1.0.3

13 Jul 18:23
Compare
Choose a tag to compare

v1.0.3

Changes

Fixed issue #2, windows version did not work because file paths had mixed
slashes and backslashes. File path must be normalized with os.path.normpath()

Windows executable:

Download and unpack .zip file
scrapbook2zotero-v1.0.3.zip

Linux:

Install python 2.7, pytest and rdflib, then download source code from above or

git clone https://github.com/burbilog/scrapbook2zotero.git
cd scrapbook2zotero
./scrapbook2zotero.py ...

Scrapbook2zotero v1.0.2

25 Oct 12:58
Compare
Choose a tag to compare

v1.0.2

Changes

  • Enforce Python 2

Windows executable:

Download and unpack .zip file
scrapbook2zotero-v1.0.2.zip

Linux:

Install python 2.7, pytest and rdflib, then download source code from above or

git clone https://github.com/burbilog/scrapbook2zotero.git
cd scrapbook2zotero
./scrapbook2zotero.py ...

Scrapbook2zotero v1.0.1

12 Mar 10:54
Compare
Choose a tag to compare

v1.0.1

Changes

  • Better versioning
  • Simplified tests
  • Implemented deduplication feature

Windows executable:

Download and unpack .zip file
scrapbook2zotero-v1.0.1.zip

Linux:

Install python 2.7, pytest and rdflib, then download source code from above or

git clone https://github.com/burbilog/scrapbook2zotero.git
cd scrapbook2zotero
./scrapbook2zotero.py ...

Scrapbook2zotero v1.0.0

07 Mar 16:41
Compare
Choose a tag to compare

v1.0.0

Windows executable:

Download and unpack .zip file
scrapbook2zotero.zip

Linux:

Install python 2.7, pytest and rdflib, then

git clone https://github.com/burbilog/scrapbook2zotero.git
cd scrapbook2zotero
./scrapbook2zotero.py ...