Skip to content

Latest commit

 

History

History
353 lines (167 loc) · 18 KB

CHANGELOG.md

File metadata and controls

353 lines (167 loc) · 18 KB

1.10.4 (2024-07-16)

Bug Fixes

  • some highlighted markdown content not synced (bc84e26)

1.10.3 (2024-05-16)

Bug Fixes

  • wrong base url in the api request (432a404)

1.10.2 (2024-04-24)

Bug Fixes

  • update sync_at once sync is completed (9b7e289)

1.10.1 (2024-04-18)

Bug Fixes

  • folder path separators are incorrectly replaced (5d6bf4f), closes #219

1.10.0 (2024-04-17)

Features

  • render highlight color in article note (c8a4e70)

1.9.5 (2024-04-16)

Bug Fixes

  • better name for Sync on Start in settings (93fe7e9)

1.9.4 (2024-02-20)

Bug Fixes

  • add a setting to disable sync on start (#198) (d9c5fb2)
  • update filter setting will update custom query accordingly and default to in:all (#196) (f443aee)

1.9.3 (2024-02-07)

Bug Fixes

  • make siteName and other variables in the article template available in the folder/file name settings (#190) (6329bb3)

1.9.2 (2024-01-30)

Bug Fixes

  • add updatedAt variable to the article template to get the last u… (#183) (05079e1), closes #176 #187

1.9.1 (2024-01-11)

Bug Fixes

  • add image to the variables of article template (0941dc2)

1.9.0 (2024-01-04)

Features

1.8.1 (2023-11-14)

Bug Fixes

1.8.0 (2023-11-10)

Bug Fixes

Features

1.7.1 (2023-11-06)

Bug Fixes

  • add a lambda function in the template to allow users to format date (#136) (fb961e7)

1.7.0 (2023-11-03)

Features

  • expose positionPercent and positionAnchorIndex variables in highlight template (#150) (fa3bd32)

1.6.3 (2023-09-30)

Bug Fixes

  • file already exists error caused by having duplicate article titles (8dec30f)
  • ribbon icon stroke color does not match the theme color (dbe46a8)
  • search content was returned if we are syncing a pdf (3c10e1a)

1.6.2 (2023-09-26)

Bug Fixes

  • highlight color not available in the template (e90807d)

1.6.1 (2023-09-07)

Bug Fixes

  • Update link to search in docs (558cdc4)

1.6.0 (2023-08-03)

Features

  • Now I can delete article from omnivore!!! (3715beb)

1.5.3 (2023-06-23)

Bug Fixes

  • incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it (76a120f)

1.5.2 (2023-06-22)

Bug Fixes

  • failed to fetch highlight when quote is null (2dc2fcc)

1.5.1 (2023-06-21)

Bug Fixes

  • unicode in filename is deleted (1c7458a)

1.5.0 (2023-06-19)

Features

  • add date format configuration for filename variable (f1f0a2d)
  • allow dataPublished and dateSaved to be used as filename (22046e3)
  • allow dataPublished and dateSaved to be used as folder name with folder date format (3f8fb56)

1.4.3 (2023-06-19)

Bug Fixes

  • failed to save note in windows by removing invisible characters in the filename (cf99fc5)

1.4.2 (2023-06-07)

Bug Fixes

  • failed to sync articles to an existing file without front matter (58dbf98)

1.4.1 (2023-06-06)

Bug Fixes

  • replace all reserved characters in filename with - (582beb3)
  • test (815238c)

1.4.0 (2023-05-31)

Bug Fixes

  • allow adding aliases to the variables in the front matter (be1d7e5)
  • download content and file attachment only if included in the template (dc92a38)

Features

  • add a optional front matter template under advanced settings (afde987)
  • add link to our discord server in the settings (5c3df3d)
  • add more variables in the front matter setting (942b93e)

1.3.3 (2023-05-23)

Bug Fixes

  • truncate filename length to 100 (12ebcf7)

1.3.2 (2023-05-23)

Bug Fixes

  • use labels names as tags in the front matter (0341a4e)

1.3.1 (2023-05-23)

Bug Fixes

  • add a reset template button to reset the template to default template (06df987)
  • invalid yaml error when generating the front matter (10a9b96)

1.3.0 (2023-05-18)

Bug Fixes

  • add dateArchived to the exposed variable in the template (1a67d16)
  • add lowercase, uppercase and uppercasefirst to the function map in the template (957bbca)
  • add state to the exposed variable in the template (26572b6)
  • add tweet, video and image page type (ffdcd92)
  • add wordsCount and readLength to the exposed variables in the article template (56813b7)
  • allow articles to be synced into a single file and add a toggle in the settings (4c04f8e)
  • allow frontmatter to be an array (2b3b0f3)
  • allow scheduled sync and set a frequency in minutes (8800d38)
  • preparse template before rendering (c41bc8f)
  • show release notes after upgrade (37382a2)
  • use multiline string for title and author in default template (c7e5daf)

Features

  • highlight highlights in the exported content in markdown (6cc1b04)

1.2.3 (2023-04-28)

Bug Fixes

  • wrap value in frontmatter with double quotes (3f996fd)

1.2.2 (2023-04-14)

Bug Fixes

  • add dateRead variable in the article template (8141166)
  • add type to the template (e04f7ab)
  • replace all empty lines with blockquote ">" to preserve paragraphs (e02e5de)

1.2.1 (2023-04-10)

Bug Fixes

  • sort highlights by position percentage if available (4a614c7)

1.2.0 (2023-04-05)

Bug Fixes

  • add note variable to the template (ea65aa6)
  • make description available in the template (b8760a2)

Features

  • download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template (bed8835)

1.1.1 (2023-03-31)

Bug Fixes

  • add labels of highlights to the template (4b8aee1)

1.1.0 (2023-03-16)

Bug Fixes

  • make the settings collapsible (71da2c2)
  • only add omnivore id to the frontmatter if frontmatter is not in the template (f46b4fc)

Features

1.0.6 (2023-02-23)

Bug Fixes

  • sub-folder can be config in folder name setting and {{date}} can be used (57a45e5)

1.0.5 (2023-02-22)

Bug Fixes

  • add available variables to the template config description (09f8c83)
  • add date_published in the frontmatter (cf61925)
  • remove content from default template (11a0202)
  • use default template if empty (7b4f7e4)
  • use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name (8fbf85d)

1.0.4 (2023-02-19)

Bug Fixes

  • create an omnivore file for an existing TFolder (b7768ff)

1.0.3 (2023-02-06)

Bug Fixes

  • potential issues with new release in the community market based on the feedback from Obsidian team (d987f21)

1.0.2 (2023-01-31)

Bug Fixes

  • add back the ribbon icon for the ease of usage (f1e9eeb)

1.0.0 (2023-01-18)

Bug Fixes

  • generate unicode slug as file name (2e5fcd6)