Skip to content

Latest commit

 

History

History
188 lines (90 loc) · 8.96 KB

CHANGELOG.md

File metadata and controls

188 lines (90 loc) · 8.96 KB

Changelog

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

0.4.9 (2023-07-31)

Features

  • Enable support for Zotero 7 (#305) (da2779c)
  • Localize Zotero 7 preference pane using Fluent (#304) (2ab1715)

0.4.8 (2023-07-27)

Features

  • Add experimental support for syncing notes (#290) (bb69ecb)

Bug Fixes

  • Make timer functions work in both Zotero 6 and 7 (#286) (9377ebf)

0.4.7 (2023-06-18)

Features

Bug Fixes

  • Sync top-level items from context menu (#226) (6b7ed9b)

0.4.6 (2023-02-02)

Features

  • Use VirtualizedTable for collection sync preferences (#223) (acb58f9)

0.4.5 (2023-01-20)

Bug Fixes

  • Load default preferences upon plugin install or enable (#215) (812b019)

0.4.4 (2023-01-02)

Features

0.4.3 (2022-12-26)

Features

  • Sync Collections property to Notion (#194) (d85bd5f)
  • Sync items when collections or tags are modified (#204) (a6cd503)

0.4.2 (2022-12-24)

Features

Bug Fixes

  • Show error when "read content" capability is missing (#197) (6c4d5aa)

0.4.1 (2022-12-13)

Features

0.4.0 (2022-11-16)

⚠ BREAKING CHANGES

  • Previously, Notion page titles were generated using an APA in-text citation which includes parentheses around the author and date. The new default title format is similar except it omits the parentheses.

Features

  • Add support for Zotero's Short Title field (#170) (2736280)
  • Enable customization of field to use as Notion page title (#101) (b34119f)

0.3.5 (2022-05-22)

Features

  • Add support for Zotero's Date property (#77) (ce404dd)

0.3.4 (2022-05-10)

0.3.3 (2022-03-26)

Features

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)