-
Notifications
You must be signed in to change notification settings - Fork 185
Comparing changes
Open a pull request
base repository: extesy/hoverzoom
base: 1.0.163
head repository: extesy/hoverzoom
compare: 1.0.164
- 17 commits
- 65 files changed
- 2 contributors
Commits on Jan 8, 2021
-
Enhancement: save files to specific subdirectory
- Option to save files to a user-defined subdirectory As stated in Chrome API reference (https://developer.chrome.com/docs/extensions/reference/downloads/#type-DownloadOptions), no extension is allowed to download files to another directory than default Downloads. But it is allowed to specify subdirectories under Downloads, so downloaded files can be managed more easily. So under Options/Advanced, i added an new option to specify a subdirectory for downloads. This option is facultory: if left blank then downloads will be saved to default Downloads directory, as usual. - Options now have 3 buttons: - Save: save edits - Cancel: cancel edits made after last save - Reset: discard edits and load default values - Some cosmetic changes to buttons and input zones in Options
Configuration menu - View commit details
-
Copy full SHA for 1b68140 - Browse repository at this point
Copy the full SHA 1b68140View commit details -
Merge pull request #649 from GrosPoulet/master
Enhancement: save files to specific subdirectory
Configuration menu - View commit details
-
Copy full SHA for b86b70b - Browse repository at this point
Copy the full SHA b86b70bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b14856c - Browse repository at this point
Copy the full SHA b14856cView commit details -
Merge pull request #651 from GrosPoulet/master
Download fix for empty filenames (like in Google Maps)
Configuration menu - View commit details
-
Copy full SHA for 6c0769b - Browse repository at this point
Copy the full SHA 6c0769bView commit details -
* New translations messages.json (Romanian) * New translations messages.json (Marathi) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Thai) * New translations messages.json (Swedish) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Turkish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (French) * New translations messages.json (Hebrew) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hungarian) * New translations messages.json (Slovenian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Amharic)
Configuration menu - View commit details
-
Copy full SHA for dd1e8d8 - Browse repository at this point
Copy the full SHA dd1e8d8View commit details
Commits on Jan 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfd9f8a - Browse repository at this point
Copy the full SHA cfd9f8aView commit details -
Merge pull request #652 from GrosPoulet/master
Fix for plug-in : Bing
Configuration menu - View commit details
-
Copy full SHA for 5946ed3 - Browse repository at this point
Copy the full SHA 5946ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc0a7f - Browse repository at this point
Copy the full SHA 7bc0a7fView commit details -
Merge pull request #653 from GrosPoulet/master
Fix for plug-in : LeBonCoin
Configuration menu - View commit details
-
Copy full SHA for da34a2e - Browse repository at this point
Copy the full SHA da34a2eView commit details
Commits on Jan 17, 2021
-
New option: open unloadable urls in new tab or window
HTTPS sites such as Google Images prevent loading of HTTP urls. When this option is enabled, HZ+ will try to open unloadable urls in a new tab or window. Note: this option is disabled by default.
Configuration menu - View commit details
-
Copy full SHA for 3cf0302 - Browse repository at this point
Copy the full SHA 3cf0302View commit details -
Merge pull request #656 from GrosPoulet/master
New option: open unloadable urls in new tab or window
Configuration menu - View commit details
-
Copy full SHA for 8850c30 - Browse repository at this point
Copy the full SHA 8850c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4756646 - Browse repository at this point
Copy the full SHA 4756646View commit details -
Merge pull request #658 from GrosPoulet/master
Fix for plug-in : Wordpress
Configuration menu - View commit details
-
Copy full SHA for e41b6d8 - Browse repository at this point
Copy the full SHA e41b6d8View commit details -
* New translations messages.json (Romanian) * New translations messages.json (Marathi) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Thai) * New translations messages.json (Swedish) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Turkish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (French) * New translations messages.json (Hebrew) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hungarian) * New translations messages.json (Slovenian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Amharic)
Configuration menu - View commit details
-
Copy full SHA for ed04834 - Browse repository at this point
Copy the full SHA ed04834View commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 821ff36 - Browse repository at this point
Copy the full SHA 821ff36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c02a7 - Browse repository at this point
Copy the full SHA a9c02a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50cf35 - Browse repository at this point
Copy the full SHA a50cf35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.163...1.0.164