Version History - sixcious/downloadyze GitHub Wiki

Version 5

Released on 09/05/2025

  • New Download PDF option (Multi-Page Special) (Chrome/Edge Only)
  • New Crawl URLs action (Special)
  • New Download by Text Strategy and Text column in the preview table
  • New Background fallback on sites where the content script may not be injected (Auto and Mutli Actions)
  • New Auto Notification option
  • The Click Element Auto Detect option is now unlocked for you
  • Fixed bug involving filenames not being decoded properly
  • Fixed bug involving filenames with multiple period/dot characters

Version 3.1

Released on 12/18/2024

  • New Pattern Auto Detect Algorithm
  • New Auto Pause Button Option
  • New Special Internal Shortcuts
  • Multi Page Filename Bug Fix

Version 3.0

Released on 09/01/2024

  • Update to Manifest V3 (App completely rewritten)
  • New Multi Tab Download Mode
  • New Download MHTML (Web Page) Option
  • New Download Screenshot Strategy (Special Mode Required)
  • New Download by Type Strategy (Image, Video, Audio)
  • New Rules to download files from sites that require special handling
  • New algorithm to find more downloadable URLs by checking all iframes on the page
  • New dark mode and updated Material Design UI
  • Improve subfolder filename algorithm to avoid Invalid Filename errors and properly encode spaces (e.g. %20)
  • Improve style attribute url checking by using window.getComputedStyle
  • Improve attribute checking by checking for both element[attribute] and element.getAttribute(attribute) (Both are needed)
  • Add new style property checking for determining an item's type (useful for background-images)
  • Fix bug involving URL List Auto not going to last URL in the list and downloading it
  • Improve performance for the Download Preview Table by bringing code from the Content Script to the Popup
  • New app icon that uses FontAwesome 5 SVG

Version 0.2

Released on 02/02/2022

  • Rename from Downloadyze to Downloadyze - A Multiple Page Downloader
  • Improve stability of downloading files
  • Make file extension algorithm case-insensitive
  • Improve UI with collapsible drawer
  • Other minor changes

Version 0.1

Released on 01/16/2022

  • First release