Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.1"
".": "1.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.0](https://github.com/jvillegasd/media-bridge/compare/v1.9.1...v1.10.0) (2026-03-05)


### πŸŽ‰ New Features

* cloud upload β€” Google Drive & S3 ([#36](https://github.com/jvillegasd/media-bridge/issues/36)) ([04f15f3](https://github.com/jvillegasd/media-bridge/commit/04f15f35be088e58ea2d5d1a13e1d62039995431))


### πŸ“š Documentation

* adjusted changelog ([46e9314](https://github.com/jvillegasd/media-bridge/commit/46e9314508548d66c3ef8385198ccb446e17e119))

## [1.9.1](https://github.com/jvillegasd/media-bridge/compare/v1.9.0...v1.9.1) (2026-03-04)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Media Bridge",
"version": "1.9.1",
"version": "1.10.0",
"description": "Download videos from the web (direct downloads only) and upload to Google Drive",
"permissions": [
"identity",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-bridge-extension",
"version": "1.9.1",
"version": "1.10.0",
"type": "module",
"description": "Download videos (HLS/DASH/direct) and upload to Google Drive",
"scripts": {
Expand Down