Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: extesy/hoverzoom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.163
Choose a base ref
...
head repository: extesy/hoverzoom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.164
Choose a head ref
  • 17 commits
  • 65 files changed
  • 2 contributors

Commits on Jan 8, 2021

  1. 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
    GrosPoulet committed Jan 8, 2021
    Copy the full SHA
    1b68140 View commit details
  2. Merge pull request #649 from GrosPoulet/master

    Enhancement: save files to specific subdirectory
    GrosPoulet authored Jan 8, 2021
    Copy the full SHA
    b86b70b View commit details
  3. 1
    Copy the full SHA
    b14856c View commit details
  4. Merge pull request #651 from GrosPoulet/master

    Download fix for empty filenames (like in Google Maps)
    GrosPoulet authored Jan 8, 2021
    Copy the full SHA
    6c0769b View commit details
  5. New Crowdin updates (#650)

    * 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)
    extesy authored Jan 8, 2021
    Copy the full SHA
    dd1e8d8 View commit details

Commits on Jan 9, 2021

  1. Fix for plug-in : Bing

    GrosPoulet committed Jan 9, 2021
    Copy the full SHA
    cfd9f8a View commit details
  2. Merge pull request #652 from GrosPoulet/master

    Fix for plug-in : Bing
    GrosPoulet authored Jan 9, 2021
    Copy the full SHA
    5946ed3 View commit details
  3. Copy the full SHA
    7bc0a7f View commit details
  4. Merge pull request #653 from GrosPoulet/master

    Fix for plug-in : LeBonCoin
    GrosPoulet authored Jan 9, 2021
    Copy the full SHA
    da34a2e View commit details

Commits on Jan 17, 2021

  1. 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.
    GrosPoulet committed Jan 17, 2021
    Copy the full SHA
    3cf0302 View commit details
  2. Merge pull request #656 from GrosPoulet/master

    New option: open unloadable urls in new tab or window
    GrosPoulet authored Jan 17, 2021
    Copy the full SHA
    8850c30 View commit details
  3. Copy the full SHA
    4756646 View commit details
  4. Merge pull request #658 from GrosPoulet/master

    Fix for plug-in : Wordpress
    GrosPoulet authored Jan 17, 2021
    Copy the full SHA
    e41b6d8 View commit details
  5. New Crowdin updates (#657)

    * 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)
    extesy authored Jan 17, 2021
    Copy the full SHA
    ed04834 View commit details

Commits on Jan 20, 2021

  1. Update pinterest plugin, fixes #477

    extesy committed Jan 20, 2021
    Copy the full SHA
    821ff36 View commit details
  2. Copy the full SHA
    a9c02a7 View commit details
  3. Copy the full SHA
    a50cf35 View commit details
Loading