Releases: DominikPieper/obsidian-ReadItLater
Releases · DominikPieper/obsidian-ReadItLater
0.6.0
What's Changed
- feat: Enhance Github parsing by @adamluckdev in #170
- feat: Add setting to open new note in new tab by @adamluckdev in #171
- feat: Add ReadItLater shortcut to context menu by @adamluckdev in #172
- fix: Use anonymous functions to return replacement strings where necessary by @CuberL in #177
New Contributors
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- fix: Save not parseable article by @adamluckdev in #165
- ignore data uri images by @Nitero in #163
- fix: YouTube Schema.org parsing by @adamluckdev in #167
New Contributors
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- fix: youtube thumbnails by @adamluckdev in #151
- feat: Add publishedTime variable to WebsiteParser by @adamluckdev in #156
- fix: substack heading by @adamluckdev in #158
- chore: update dependencies by @adamluckdev in #159
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
New features
- feat: add preview image URL variable to articles by @bmarsaud in #109
- feat: Privacy enhanced mode for YouTube embeds by @adamluckdev in #119
- feat: Add publish date variabe for TwitterParser by @adamluckdev in #122
Fixes
- fix: Edit regex to support x.com in TwitterParser by @adamluckdev in #118
- Add missing %date% variables to answer template by @adamluckdev in #128
New Contributors
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
New features
- feat: Adds %videoPublishDate% to YouTube by @CamronWalker in #105
Fixes
- fix: Bilibili embed autoplay by @lukacovicadam in #103
- fix: Youtube video id from HTML DOM by @lukacovicadam in #110
New Contributors
- @CamronWalker made their first contribution in #105
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
New features
- Add support for embedding TikTok videos by @lukacovicadam in #94
- Add settings to customize embed player size by @lukacovicadam in #97
- Extend share menu with plugin shortcut by @lukacovicadam in #99
Fixes
- Correct a typo in Settings UI by @smartcaveman in #88
- Fix youtube video without tags by @lukacovicadam in #93
- fix: YouTube regex to match only video ID by @lukacovicadam in #95
New Contributors
- @smartcaveman made their first contribution in #88
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- feat: Youtube Shorts embed by @lukacovicadam in #78
- feat: Fetching data from YouTube API by @lukacovicadam in #80
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
New features
- Exposed %author% and %siteName% by @pmi5 in #68
- feat: Add support for embeding Vimeo videos by @lukacovicadam in #71
- feat: Add parser for Stack Exchange sites by @lukacovicadam in #74
Bugfixes
- Add nullish coalescing operator to prevent error for YoutTube parser in case of HTML change by @lukacovicadam in #70
Internal changes
- Change build tool from Rollup to esbuild by @lukacovicadam in #69
- chore: Update npm dependencies and eslint configuration by @lukacovicadam in #75
- chore: Update esbuild by @lukacovicadam in #76
New Contributors
Full Changelog: 0.0.19...0.1.0
0.0.19
What's Changed
Features
- Feature: Adding Mastodon parser by @ClarkAllen1556 in #59
- Add option to download Mastodon Media attachments by @lukacovicadam in #65
- Add option to save Mastodon replies or whole threads by @lukacovicadam in #66
- Add estimated reading time of article as template variable by @lukacovicadam in #64
- Add additional YouTube video data by @lukacovicadam in #67
Full Changelog: 0.0.18...0.0.19
0.0.18
What's Changed
- Fix for #60 Unable to save non-parsable webpages by @ClarkAllen1556 in #61
- Fix CORS image download and escape asset folder name by @lukacovicadam in #63
New Contributors
- @ClarkAllen1556 made their first contribution in #61
Full Changelog: 0.0.17...0.0.18