Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-08-13)

### Bug Fixes

* add a lambda function in the template to allow users to format date ([omnivore-app#136](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/136)) ([fb961e7](fb961e7))
* add a reset template button to reset the template to default template ([06df987](06df987))
* add a setting to disable sync on start ([omnivore-app#198](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/198)) ([d9c5fb2](d9c5fb2))
* add available variables to the template config description ([09f8c83](09f8c83))
* add back the ribbon icon for the ease of usage ([f1e9eeb](f1e9eeb))
* add date_published in the frontmatter ([cf61925](cf61925))
* add dateArchived to the exposed variable in the template ([1a67d16](1a67d16))
* add dateRead variable in the article template ([8141166](8141166))
* add image to the variables of article template ([0941dc2](0941dc2))
* add labels of highlights to the template ([4b8aee1](4b8aee1))
* add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](957bbca))
* add note variable to the template ([ea65aa6](ea65aa6))
* add state to the exposed variable in the template ([26572b6](26572b6))
* add tweet, video and image page type ([ffdcd92](ffdcd92))
* add type to the template ([e04f7ab](e04f7ab))
* add updatedAt variable to the article template to get the last u… ([omnivore-app#183](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/183)) ([05079e1](05079e1)), closes [omnivore-app#176](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/176) [omnivore-app#187](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/187)
* add wordsCount and readLength to the exposed variables in the article template ([56813b7](56813b7))
* allow adding aliases to the variables in the front matter ([be1d7e5](be1d7e5))
* allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](4c04f8e))
* allow frontmatter to be an array ([2b3b0f3](2b3b0f3))
* allow scheduled sync and set a frequency in minutes ([8800d38](8800d38))
* better name for Sync on Start in settings ([93fe7e9](93fe7e9))
* create an omnivore file for an existing TFolder ([b7768ff](b7768ff))
* download content and file attachment only if included in the template ([dc92a38](dc92a38))
* failed to fetch highlight when quote is null ([2dc2fcc](2dc2fcc))
* failed to save note in windows by removing invisible characters in the filename ([cf99fc5](cf99fc5))
* failed to sync articles to an existing file without front matter ([58dbf98](58dbf98))
* file already exists error caused by having duplicate article titles ([8dec30f](8dec30f))
* folder path separators are incorrectly replaced ([5d6bf4f](5d6bf4f)), closes [omnivore-app#219](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/219)
* generate unicode slug as file name ([2e5fcd6](2e5fcd6))
* highlight color not available in the template ([e90807d](e90807d))
* incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](76a120f))
* invalid yaml error when generating the front matter ([10a9b96](10a9b96))
* lint code in CI ([omnivore-app#161](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/161)) ([460c489](460c489))
* make description available in the template ([b8760a2](b8760a2))
* make siteName and other variables in the article template available in the folder/file name settings ([omnivore-app#190](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/190)) ([6329bb3](6329bb3))
* make the settings collapsible ([71da2c2](71da2c2))
* only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](f46b4fc))
* PDF page numbers start at 1 ([omnivore-app#155](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/155)) ([c69459c](c69459c))
* potential issues with new release in the community market based on the feedback from Obsidian team ([d987f21](d987f21))
* preparse template before rendering ([c41bc8f](c41bc8f))
* remove content from default template ([11a0202](11a0202))
* replace all empty lines with blockquote ">" to preserve paragraphs ([e02e5de](e02e5de))
* replace all reserved characters in filename with - ([582beb3](582beb3))
* ribbon icon stroke color does not match the theme color ([dbe46a8](dbe46a8))
* search content was returned if we are syncing a pdf ([3c10e1a](3c10e1a))
* show release notes after upgrade ([37382a2](37382a2))
* some highlighted markdown content not synced ([bc84e26](bc84e26))
* sort highlights by position percentage if available ([4a614c7](4a614c7))
* sub-folder can be config in folder name setting and {{date}} can be used ([57a45e5](57a45e5))
* test ([815238c](815238c))
* truncate filename length to 100 ([12ebcf7](12ebcf7))
* unicode in filename is deleted ([1c7458a](1c7458a))
* update filter setting will update custom query accordingly and default to in:all ([omnivore-app#196](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/196)) ([f443aee](f443aee))
* Update link to search in docs ([558cdc4](558cdc4))
* update sync_at once sync is completed ([9b7e289](9b7e289))
* use default template if empty ([7b4f7e4](7b4f7e4))
* use labels names as tags in the front matter ([0341a4e](0341a4e))
* use multiline string for title and author in default template ([c7e5daf](c7e5daf))
* use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name ([8fbf85d](8fbf85d))
* wrap value in frontmatter with double quotes ([3f996fd](3f996fd))
* wrong base url in the api request ([432a404](432a404))

### Features

* add a optional front matter template under advanced settings ([afde987](afde987))
* add date format configuration for filename variable ([f1f0a2d](f1f0a2d))
* add link to our discord server in the settings ([5c3df3d](5c3df3d))
* add more variables in the front matter setting ([942b93e](942b93e))
* allow dataPublished and dateSaved to be used as filename ([22046e3](22046e3))
* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](3f8fb56))
* custom filenames ([650a9ad](650a9ad))
* download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](bed8835))
* expose positionPercent and positionAnchorIndex variables in highlight template ([omnivore-app#150](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/150)) ([fa3bd32](fa3bd32))
* highlight highlights in the exported content in markdown ([6cc1b04](6cc1b04))
* Now I can delete article from omnivore!!! ([3715beb](3715beb))
* render highlight color in article note ([c8a4e70](c8a4e70))
* start to sync when plugin is loaded ([omnivore-app#170](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/170)) ([280f027](280f027))
* use id as filename ([omnivore-app#154](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/154)) ([74e255a](74e255a))
  • Loading branch information
semantic-release-bot committed Aug 13, 2024
1 parent 6a1c27d commit 30ec85a
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,92 @@
* wrong base url in the api request ([432a404](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/432a40497b95d418c0c65c12bf4e55ff0fc671e1))


### Features

* add a optional front matter template under advanced settings ([afde987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/afde98718d06f021804bfa3232a6b4148eaf10b4))
* add date format configuration for filename variable ([f1f0a2d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f1f0a2d36a119012b07f4d40271e3f09fe3486ce))
* add link to our discord server in the settings ([5c3df3d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/5c3df3d88dee710e542d4e9c64b1fee582a88b29))
* add more variables in the front matter setting ([942b93e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/942b93e604c65042b3d540896e0579773a8e98e4))
* allow dataPublished and dateSaved to be used as filename ([22046e3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/22046e35326bf7e51ddd193b33949a9c85eea869))
* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3f8fb565804db5fb81500b3cfffe32bff736e62a))
* custom filenames ([650a9ad](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/650a9adc6a8559583604cc18f209bf69757b78c7))
* download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/bed8835c25b7566f1cad43433f94b1cc83a90c3f))
* expose positionPercent and positionAnchorIndex variables in highlight template ([#150](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/150)) ([fa3bd32](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/fa3bd3251a520e9cfd0c0cee85b7077632449fd1))
* highlight highlights in the exported content in markdown ([6cc1b04](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/6cc1b042bc96db6605ffa5d804159a478abbac45))
* Now I can delete article from omnivore!!! ([3715beb](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3715beba7d1ee407315a9a7439c6ffce7f1676a2))
* render highlight color in article note ([c8a4e70](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c8a4e7050db0b90bfd816afa27ae0ece54c828ba))
* start to sync when plugin is loaded ([#170](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/170)) ([280f027](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/280f0271c317ef6354fca9cdc8721c8a1d74b963))
* use id as filename ([#154](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/154)) ([74e255a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/74e255ab51a389f5c4f8ab25b5f14b0b17be3999))

# 1.0.0 (2024-08-13)


### Bug Fixes

* add a lambda function in the template to allow users to format date ([#136](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/136)) ([fb961e7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/fb961e7de69118eb2dab6512f7b3fcc13c494e1c))
* add a reset template button to reset the template to default template ([06df987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/06df987b539cf892bdab6e205cefcf529ffc26f0))
* add a setting to disable sync on start ([#198](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/198)) ([d9c5fb2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/d9c5fb29dbb0f5f9faa29823736f8b08c99b85ef))
* add available variables to the template config description ([09f8c83](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/09f8c832cecffbc2800d22b1bcc87cb36d34910d))
* add back the ribbon icon for the ease of usage ([f1e9eeb](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f1e9eebd3968d0a56a8109ac8d71751c0c96a323))
* add date_published in the frontmatter ([cf61925](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/cf61925243bb6cfccdbc625b6069d54600daf68c))
* add dateArchived to the exposed variable in the template ([1a67d16](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/1a67d16888f907307dca675f1f80511064414ce5))
* add dateRead variable in the article template ([8141166](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8141166de4353edae861b069bc5d7a925323725a))
* add image to the variables of article template ([0941dc2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/0941dc2cc73933dc40c5f5930776def1e2847c34))
* add labels of highlights to the template ([4b8aee1](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4b8aee18dd58662270b981e62ffbd865c3f81c23))
* add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/957bbca049011e250c2f692e2b1db7d44c730d76))
* add note variable to the template ([ea65aa6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/ea65aa6cf50118f8a50197501b2970d3693f9d79))
* add state to the exposed variable in the template ([26572b6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/26572b6385ab44b610e2490229adb86d25e53160))
* add tweet, video and image page type ([ffdcd92](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/ffdcd924787ece94796de57e66f77aa666de07f4))
* add type to the template ([e04f7ab](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e04f7ab2a32f2bed9ffc0d7f25f6798858ab1aec))
* add updatedAt variable to the article template to get the last u… ([#183](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/183)) ([05079e1](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/05079e1edf3cfba6785de4379f0d3bb85b2450da)), closes [#176](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/176) [#187](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/187)
* add wordsCount and readLength to the exposed variables in the article template ([56813b7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/56813b7c3c332746ff49efdf3844727a0ba35726))
* allow adding aliases to the variables in the front matter ([be1d7e5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/be1d7e5316871e8c740afc8e2c19dbff4f1eeef8))
* allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4c04f8eee960e263046a5e5ed94dc281c689498b))
* allow frontmatter to be an array ([2b3b0f3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2b3b0f34d29ce84e3e35e7ace2a8871314d7a13d))
* allow scheduled sync and set a frequency in minutes ([8800d38](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8800d3882326add57621400ea0e7aa100828ab6c))
* better name for Sync on Start in settings ([93fe7e9](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/93fe7e9c680ad96736bb04b820a7da777c49eb94))
* create an omnivore file for an existing TFolder ([b7768ff](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/b7768ffed335baec2eb841aeaffd283573a14c8d))
* download content and file attachment only if included in the template ([dc92a38](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/dc92a38ef1da4cecfc8ad951c7cf1d068b75e6b3))
* failed to fetch highlight when quote is null ([2dc2fcc](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2dc2fcc8361f3fec81093ac2febc7fce047515f5))
* failed to save note in windows by removing invisible characters in the filename ([cf99fc5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/cf99fc5c26c12b9164ea689ab220d01c9d6d8810))
* failed to sync articles to an existing file without front matter ([58dbf98](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/58dbf98cc929ab2feb79623ab8693a7974f1ea6f))
* file already exists error caused by having duplicate article titles ([8dec30f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8dec30fae3d62428d176a524b9f2e4d91fe14b8c))
* folder path separators are incorrectly replaced ([5d6bf4f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/5d6bf4f5725e4dadd160184ddebbf54fa5ae96bd)), closes [#219](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/219)
* generate unicode slug as file name ([2e5fcd6](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/2e5fcd6c503a43e8b8f32d8cdce723c78cfc620f))
* highlight color not available in the template ([e90807d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e90807d8ea43a0f0699856f4ea6281839a2c9c64))
* incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/76a120f6c8c19d7bbb25093027a8ae2315241ed5))
* invalid yaml error when generating the front matter ([10a9b96](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/10a9b9676b2c57e6dcbecb87e2e7530874be8c70))
* lint code in CI ([#161](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/161)) ([460c489](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/460c48937f9d2583d43a26398e2b94eff15f0ef8))
* make description available in the template ([b8760a2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/b8760a2030a969727d400d5229b4bba5a9e95e42))
* make siteName and other variables in the article template available in the folder/file name settings ([#190](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/190)) ([6329bb3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/6329bb397e804891bc6efdfb1a469c7a4dd72559))
* make the settings collapsible ([71da2c2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/71da2c292899f68f873c2b728472304318b9bf3b))
* only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f46b4fca5065c5d5b93e4acaaacd213c7b8deeff))
* PDF page numbers start at 1 ([#155](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/155)) ([c69459c](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c69459cc4ad5c696742dbb2fbf49ffba3bc1c5b5))
* potential issues with new release in the community market based on the feedback from Obsidian team ([d987f21](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/d987f21cd2dba39d5bf6cfe76b1a6258b471c415))
* preparse template before rendering ([c41bc8f](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c41bc8f1b4b8c70b36989860d3257ad6ae792979))
* remove content from default template ([11a0202](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/11a020294922c7c1caad72063f6544cf2a2cb9e7))
* replace all empty lines with blockquote ">" to preserve paragraphs ([e02e5de](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/e02e5de9cbe8d0ef261b010ed08fbf39e47a95be))
* replace all reserved characters in filename with - ([582beb3](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/582beb35635ae52e89a8d4edc60efcc3e1dba337))
* ribbon icon stroke color does not match the theme color ([dbe46a8](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/dbe46a835ab96f628823a9dca1d77d845a943549))
* search content was returned if we are syncing a pdf ([3c10e1a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3c10e1a1c4183892e82301bf85ab4e1244c22a06))
* show release notes after upgrade ([37382a2](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/37382a2cf594cac10c7b05120dc0742980a4ff84))
* some highlighted markdown content not synced ([bc84e26](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/bc84e26a832d6cc7773be903955c7bea6182db29))
* sort highlights by position percentage if available ([4a614c7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/4a614c79f3e6cce1066e68bb91fda0a3dbec1acb))
* sub-folder can be config in folder name setting and {{date}} can be used ([57a45e5](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/57a45e5c761ebac4858787a27364cef44687df85))
* test ([815238c](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/815238cca248ff5899b8941fea6410757145d19c))
* truncate filename length to 100 ([12ebcf7](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/12ebcf76638ce336511705b6b433ea989e6a0895))
* unicode in filename is deleted ([1c7458a](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/1c7458a9eccc9ee4e86de1ff5c75a56835113ce3))
* update filter setting will update custom query accordingly and default to in:all ([#196](https://github.com/someskumar-k/obsidian-omnivore-educative/issues/196)) ([f443aee](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/f443aee91cb30f686b272866f886d5466cc41e49))
* Update link to search in docs ([558cdc4](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/558cdc46ff2f9cf075c68d6e998b947a9bffec87))
* update sync_at once sync is completed ([9b7e289](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/9b7e2899fa2766d0e0d441de616dfd050b379172))
* use default template if empty ([7b4f7e4](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/7b4f7e4321e3b6ee42b1e635300dc8d07c290cd7))
* use labels names as tags in the front matter ([0341a4e](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/0341a4ed36c4aef507784dc6ceb1862b2e1dd8d6))
* use multiline string for title and author in default template ([c7e5daf](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/c7e5dafa3b692c9d2d958b46ede1783a597f616e))
* use omnivore title as the filename and add omnivore id to the frontmatter which is used to deduplicate files with the same name ([8fbf85d](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/8fbf85d86baa23f065e9bf63bd8aef607609392c))
* wrap value in frontmatter with double quotes ([3f996fd](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/3f996fd04e38b1e6c2a116673d8599310230b76f))
* wrong base url in the api request ([432a404](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/432a40497b95d418c0c65c12bf4e55ff0fc671e1))


### Features

* add a optional front matter template under advanced settings ([afde987](https://github.com/someskumar-k/obsidian-omnivore-educative/commit/afde98718d06f021804bfa3232a6b4148eaf10b4))
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"author": "Omnivore",
"authorUrl": "https://github.com/someskumar-k/obsidian-omnivore-educative",
"isDesktopOnly": false
}
}

0 comments on commit 30ec85a

Please sign in to comment.