Change Log#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased#

0.9.1 - 2024-01-02#

Changed#

  • BetterBibtex version 6.7.140: retrieve citations keys from the citationkey table rather than the JSON blob in the better-bibtex table. This change fixes new entries using the BetterBibtex citation keys for some users and fixes runtime errors for others.

0.9.0 - 2023-12-05#

Changed#

Added#

  • Support for Python 3.11.

Removed#

  • Support for Python 3.9.

0.8.2 - 2023-10-25#

Changed#

0.8.1 - 2023-08-23#

Changed#

  • Add an configuration option to robustly handle errors generated by the operating system on file system access (perhaps from a corrupted database.

0.8.0 - 2023-08-16#

Downstream moderate risk update release.

Changed#

0.7.0 - 2023-01-22#

Changed#

0.6.3 - 2022-11-21#

Changed#

  • Default tilde home directory as Windows uses other environment variables. Python’s pathlib appears to be able to find them per issue 20.

  • Updated documentation.

0.6.2 - 2022-10-30#

Changed#

0.6.1 - 2022-10-29#

Changed#

0.6.0 - 2022-10-29#

Added#

  • Added a collections table of all the child items/papers. This involves adding DataTables as a dependency.

  • Optionally view the created export in a browser using zensols.showfile.

Changes#

  • Storage (paper PDF files) keep time stamps to speed up rsync.

  • Upgraded to Bootstrap 4.6.2.

0.5.0 - 2022-10-28#

Changes#

  • Sort nodes by item name in the left tree navigation (thanks to Cai-98).

  • Upgrade to zensols.util 1.11.

  • Separate database filtering using where clauses and regular expression pattern filtering.

Added#

  • Support for Python 3.9, 3.10.

Removed#

  • Support for Python 3.7, 3.8.

0.4.0 - 2022-08-08#

Added#

  • Add URL parameter to go directly to the PDF.

Changed#

  • Fix zensols.util dependency for Python 3.7 and 3.8 comparability.

0.3.6 - 2021-03-23#

Changed#

  • Add pattern support for attachment prefix in items. It appears that it acts like storage used to point to a file in the storage path. See issue #18.

0.3.5 - 2021-03-16#

Changed#

  • Switch from travis to github workflows.

  • Upgrade to zensols.util 1.4.1.

0.3.4 - 2020-12-09#

Added#

  • Sphinx documentation, which includes API docs.

Changed#

0.3.3 - 2020-04-25#

Changed#

Removed#

  • Drop support for Python 3.6.

Added#

  • Added icons for thesis, patents and blog posts.

  • Added option to sort items in the tree navigation.

0.3.2 - 2020-01-03#

Added#

  • Compatibility with ZotFile. Specifically, now storage locations are used verbatim if 1) no storage: is found in the resource name and 2) if the resource is a file found on the OS.

0.3.1 - 2019-12-24#

Changed#

  • Fixed export error: No such file or directory: 'resources/src'.

0.3.0 - 2019-12-20#

Added#

  • Collections filtering using regular expressions is now fully supported.

  • Ability to link directly to any item in the hierarchy.

  • Link button that copies the current page URL to the clipboard.

  • Added BetterBibtex references for easy linking to the site with citation keys.

  • HTML (i.e. snapshots) are now visible in the pane PDFs are displayed.

  • Short files to reduce character/file system conflicts.

  • Clear button to reset the interface.

  • Added creators (authors) to metadata pane.

Changed#

  • Beautification of the metadata keys in the item table view.

  • Changed default naming to use short files.

  • Simpler command line by moving configuration to the configuration file.

  • Refactored: cleaned up class structure and graph iteration OO class patterns.

  • Retrofit new actioncli features.

  • Move to more advanced configparser, which uses new notation (example: $(HOME)s -> ${HOME}).

  • Metadata is sorted.

0.2.3 - 2018-09-08#

Added#

  • Feature to export collections based on an regular expression match on name.

Changes#

  • Notes now have full note text with Zotero CSS, so it looks as it does in the desktop app. Note titles have the text from the note title instead of just Note.

0.2.2 - 2018-08-31#

Added#

  • Get version from pkg resources.

0.2.1 - 2018-08-11#

Changed#

  • Fixed pip wheel dependency auto install.

  • New python build.

0.2.0 - 2018-08-10#

Added#

  • More icons for more resource types

  • Added example site.

Changed#

  • Fix new item type for which there is no icon.

  • Fix include trash doc.

  • Move to three dimension version numbering

[0.0.1] - 2018-03-07#

Added#

  • Initial version