diff --git a/browser-extension/background.js b/browser-extension/background.js index 96becbe..fe996d5 100644 --- a/browser-extension/background.js +++ b/browser-extension/background.js @@ -1,3 +1,9 @@ +chrome.runtime.onInstalled.addListener(function(details) { + if (details.reason === 'install') { + chrome.storage.sync.set({enabled: true}); + } +}); + chrome.downloads.onCreated.addListener(function(downloadItem) { chrome.storage.sync.get('enabled', function(data) { if (data.enabled) { @@ -16,7 +22,7 @@ function sendToAria2(downloadItem) { jsonrpc: '2.0', id: '1', method: 'aria2.addUri', - params: [[downloadItem.url]] + params: [[downloadItem.url], {"pause": "true"}] }) }).then(response => { chrome.downloads.cancel(downloadItem.id); diff --git a/browser-extension/manifest-chromium.json b/browser-extension/manifest-chromium.json index d8dd2af..9d460ad 100644 --- a/browser-extension/manifest-chromium.json +++ b/browser-extension/manifest-chromium.json @@ -1,7 +1,7 @@ { "name": "Varia Integrator", "description": "Route all downloads to Varia if it's running.", - "version": "1.0", + "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", diff --git a/browser-extension/manifest-firefox.json b/browser-extension/manifest-firefox.json index 75aacff..7923bf4 100644 --- a/browser-extension/manifest-firefox.json +++ b/browser-extension/manifest-firefox.json @@ -1,7 +1,7 @@ { "name": "Varia Integrator", "description": "Route all downloads to Varia if it's running.", - "version": "1.0", + "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", diff --git a/data/icons/hicolor/scalable/apps/io.github.giantpinkrobots.varia.svg b/data/icons/hicolor/scalable/apps/io.github.giantpinkrobots.varia.svg index 60c470c..0067345 100644 --- a/data/icons/hicolor/scalable/apps/io.github.giantpinkrobots.varia.svg +++ b/data/icons/hicolor/scalable/apps/io.github.giantpinkrobots.varia.svg @@ -1,151 +1,992 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + - - + + + + - - + + + + - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/symbolic/apps/io.github.giantpinkrobots.varia-symbolic.svg b/data/icons/hicolor/symbolic/apps/io.github.giantpinkrobots.varia-symbolic.svg index 9b1ae4c..934ddc4 100644 --- a/data/icons/hicolor/symbolic/apps/io.github.giantpinkrobots.varia-symbolic.svg +++ b/data/icons/hicolor/symbolic/apps/io.github.giantpinkrobots.varia-symbolic.svg @@ -1,48 +1,176 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/io.github.giantpinkrobots.varia.metainfo.xml.in b/data/io.github.giantpinkrobots.varia.metainfo.xml.in index bd9cb12..f48654c 100644 --- a/data/io.github.giantpinkrobots.varia.metainfo.xml.in +++ b/data/io.github.giantpinkrobots.varia.metainfo.xml.in @@ -28,11 +28,14 @@ zh_TW nb_NO ja_JP +es_ES +fa_IR +hi_IN -#75A3DC -#242424 +#E9F0F9 +#454545 @@ -56,15 +59,26 @@ Using Varia is very easy and straightforward, and with its aria2 backend it can https://raw.githubusercontent.com/giantpinkrobots/varia/main/screenshots/Screenshot-Varia-3.png + +https://raw.githubusercontent.com/giantpinkrobots/varia/main/screenshots/Screenshot-Varia-4.png + + +https://raw.githubusercontent.com/giantpinkrobots/varia/main/screenshots/Screenshot-Varia-5.png + - + -

- Shutdown after completion option added.

-

- Update to GNOME 46 and Libadwaita 1.5.

-

- Japanese language support.

-

- Bug fixes and adjustments.

+ diff --git a/docs/index.html b/docs/index.html index e273b1d..1e95887 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,11 +70,11 @@

Quick and efficient download manager