Skip to content

Latest commit

 

History

History
78 lines (40 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

78 lines (40 loc) · 4.03 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2022-02-07)

Features

  • Support installation in Zotero 6 (#42) (ee5f937)

0.3.1 (2022-01-22)

Features

0.3.0 (2022-01-21)

Features

  • Allow selection of multiple collections to sync in preferences (ff847f8)
  • Migrate preferences from single collection to multiple (4b5f36e)
  • Monitor and sync from multiple collections and subcollections (5baf7ab)
  • Show error messages in progress window instead of alert (6addf64)

Bug Fixes

  • Do not sync items when deleted (fef2e5e)
  • Ensure Notion select options do not contain commas (88d07a7)
  • Prevent extra syncing and duplicates using a debounced queue (8cb5730)

0.2.2 (2022-01-08)

Features

  • Use less obtrusive progress window in bottom corner (2c6810d)

0.2.1 (2021-12-31)

Features

  • Sync editors separately from authors (f3d9bf3)
  • Sync file path of best attachment to Notion (8e15d25)
  • Sync Zotero tags to Notion (3c9b72d)

Bug Fixes

  • Correctly format author names that don't have separate first/last (c6722ae)
  • Create new Notion page if previous page is not found (0028d88)
  • Ensure item is regular item before syncing (7c4f703)

0.2.0 (2021-12-28)

Features

  • Add option to sync items when modified (8eac0d8)
  • Only save a single Notion link attachment to each item (ca556b4)
  • Update existing Notion pages instead of creating duplicate pages (f45ee94)

0.1.3 (2021-12-27)

Features

  • Only save properties that actually exist in the database (1cd3c59)

Bug Fixes

  • Ensure errors are logged regardless of if they have a stack (121e6dd)