Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Apr 14, 2021
1 parent 6a8829f commit 122385b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
# [2.1.0](https://github.com/alx-plugins/media-extended/compare/2.0.0...2.1.0) (2021-04-14)


### Bug Fixes

* **styles.css:** fix misaligned slider-thumb ([77faab4](https://github.com/alx-plugins/media-extended/commit/77faab47fb6c05bf1bad227e8309d45a0b3908be))


### Features

* **embed-process.ts:** add vimeo support ([3962151](https://github.com/alx-plugins/media-extended/commit/3962151e775557685639a3a56708fdef2d750c61))
* **embed-process.ts:** allow youtube video timestamp control ([c93e2ac](https://github.com/alx-plugins/media-extended/commit/c93e2acc939ae77997a8e76b196e8ccdae5977a3))
* **embed-process.ts:** use plyr as youtube player ([09d1993](https://github.com/alx-plugins/media-extended/commit/09d19938c8d744136c493562ad6e3d6e87e0821a))
* **processor.ts:** update bilibili iframe rules ([6866dd7](https://github.com/alx-plugins/media-extended/commit/6866dd788f5fb1d76626e40fab21bf76c45ee7a0))
* **styles.css:** hide annoying "more videos" when paused for youtube video ([6966c07](https://github.com/alx-plugins/media-extended/commit/6966c07981dbda096368e639b0c70aa19e844100))

# [2.0.0](https://github.com/alx-plugins/media-extended/compare/1.0.1...2.0.0) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "2.0.0",
"version": "2.1.0",
"minAppVersion": "0.10.2",
"description": "Improve media (video/audio) playing in Obsidian",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "media-extended",
"version": "2.0.0",
"version": "2.1.0",
"description": "Improve media (video/audio) playing in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
@@ -1,5 +1,6 @@
{
"1.0.0": "0.10.2",
"1.0.1": "0.10.2",
"2.0.0": "0.10.2"
"2.0.0": "0.10.2",
"2.1.0": "0.10.2"
}

0 comments on commit 122385b

Please sign in to comment.