Skip to content

Latest commit

 

History

History
349 lines (161 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

349 lines (161 loc) · 16.2 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.16 (2024-05-04)

Bug Fixes

  • Support changes to ProgressWindow API (#502) (87f76a2)

0.5.15 (2024-02-05)

Bug Fixes

  • Avoid creating duplicate note blocks in Notion (#468) (00166c9)

0.5.14 (2024-01-31)

Bug Fixes

  • Fix sync configs table not rendering all items until scroll (#455) (10f27ba)
  • Only convert html links if they use http or https protocol (#459) (12c48d6)

0.5.13 (2024-01-28)

Bug Fixes

  • Ensure newly-added items sync even if not modified (#453) (ad76ed2), closes #269

0.5.12 (2024-01-27)

Bug Fixes

  • Truncate Notion select options that exceed length limit (#451) (ebcdc9d), closes #240

0.5.11 (2024-01-24)

Features

  • Show title of item when failing to sync (#448) (acd5c29)

0.5.10 (2024-01-20)

Bug Fixes

  • Require minimum Zotero version 6.0.27 (#446) (35e0669)

0.5.9 (2024-01-15)

Bug Fixes

0.5.8 (2024-01-15)

Features

  • Add utility for finding duplicate Notion pages (#433) (bd23e84)

0.5.7 (2024-01-01)

Features

  • Replace Notion database ID text field with selection menu (#413) (b4b26b5), closes #319

0.5.6 (2023-12-27)

Bug Fixes

  • Convert item URLs to format that opens web library (#409) (05ac00f), closes #172

0.5.5 (2023-12-25)

Features

  • Add more properties that can be synced (#407) (0783247)

0.5.4 (2023-12-24)

Bug Fixes

  • Support parsing notes without container div (#406) (71b5f3e)

0.5.3 (2023-12-23)

Features

0.5.2 (2023-12-18)

Bug Fixes

  • Preserve whitespace when building properties (#402) (f241ef6)
  • Update translations for Simplified Chinese (#400) (8ba59f3)

0.5.1 (2023-12-16)

Features

  • Support citation key property and page title format (#397) (7469392)

0.5.0 (2023-12-13)

Features

Bug Fixes

  • Batch note block requests to comply with Notion API limits (#393) (1659f3b)

0.4.13 (2023-09-22)

Bug Fixes

  • Support Zotero window closing and reopening (#340) (9d84462)

0.4.12 (2023-09-17)

Features

  • Support inline math expressions in notes (#334) (9e864a8)

0.4.11 (2023-08-15)

Bug Fixes

  • Downgrade core-js to v3.31.1 to fix issue with use strict (#317) (c525841)

0.4.10 (2023-08-14)

Features

  • Support note highlight colors other than Zotero's (#312) (af4d8fa)

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)

0.1.2 (2021-10-07)

0.1.1 (2021-09-27)

0.1.0 (2021-09-27)