media-dupes Changelog

What's new in media-dupes 0.10.3

Aug 2, 2020
  • Changed:
  • Updated dependencies:
  • Updated eslint from 7.5.0 to 7.6.0.
  • Fixed:
  • Fixed a dependency error. See #140

New in media-dupes 0.10.2 (Jul 30, 2020)

  • Updated dependencies:
  • Updated custom-electron-titlebar from 3.2.2 to 3.2.3.
  • Updated fontawesome-free from 5.13.0 to 5.14.0.
  • Updated electron from 9.0.3 to 9.1.2.
  • Updated electron-builder from 22.7.0 to 22.8.0
  • Updated electron-log from 4.2.1 to 4.2.2.
  • Updated electron-packager from 14.2.1 to 15.0.0.
  • Updated electron-util from 0.14.1 to 0.14.2.
  • Updated electron-json-storage from 4.1.8 to 4.2.0.
  • Updated electron-prompt from 1.5.0 to 1.6.0.
  • Updated eslint from 7.2.0 to 7.5.0.
  • Updated got from 11.3.0 to 11.5.1
  • Updated jsdoc from 3.6.4 to 3.6.5.
  • Updated metascraper-media-provider from 5.12.0 to 5.13.0
  • Updated metascraper from 5.11.21 to 5.13.1.
  • Updated metascraper-audio from 5.11.21 to 5.13.1.
  • Updated metascraper-description from 5.11.21 to 5.13.1.
  • Updated metascraper-image from 5.11.21 to 5.13.1.
  • Updated metascraper-logo from 5.11.21 to 5.13.1.
  • Updated metascraper-logo-favicon from 5.11.21 to 5.13.1.
  • Updated metascraper-media-provider from 5.11.22 to 5.13.1.
  • Updated metascraper-soundcloud from 5.11.21 to 5.13.1.
  • Updated metascraper-title from 5.11.21 to 5.13.1.
  • Updated metascraper-video from 5.11.21 to 5.13.1.
  • Updated metascraper-youtube from 5.11.21 to 5.13.1.
  • Updated ntl from 5.0.0 to 5.1.0.
  • Updated sentry/electron from 1.3.0 to 1.5.2.
  • Updated yargs from 15.3.1 to 15.4.1.
  • Fixed a TypeError. See #133

New in media-dupes 0.10.1 (Jun 8, 2020)

  • Changed:
  • Updated dependencies:
  • Updated electron from 9.0.2 to 9.0.3.
  • Fixed:
  • Fixed a dependencie error. See #130

New in media-dupes 0.10.0 (Jun 7, 2020)

  • Based on:
  • electron: 9.0.2.
  • youtube-dl: 2020.06.06
  • Featuring:
  • Upgrade to electron 9
  • Minor bugfixes
  • Updated dependencies

New in media-dupes 0.9.0 (May 4, 2020)

  • Added:
  • Added prelisten function to todo-list. See #119
  • Added 'show supported sites' menu entry to the help -> youtube-dl menu. See #113
  • Added support for cli parameters. See #115
  • Added icons to menu. See #118
  • Changed:
  • UI:
  • Reduced minimal window height from 830px to 730 px. See #111
  • Settings icon on settings window now shows its function using a title.
  • ToDoList: Content of column url is now truncated to ensure the table does not break. See #120
  • Disclaimer: Added blur and unblur. Changed timing for disclaimer-check call (moved from ready-to-show to show).
  • Sentry: Removed several event count events to reduce overall amount of generated reports.
  • New default value for app.allowRendererProcessReuse is now true.
  • Updated dependencies:
  • Updated electron from 8.2.1 to 8.2.5
  • Updated electron-builder from 22.4.1 to 22.6.0
  • Updated electron-log from 4.1.1 to 4.1.2
  • Updated electron-util from 0.14.0 to 0.14.1
  • Updated metascraper from 5.11.8 to 5.11.10
  • Updated metascraper-audio from 5.11.8 to 5.11.10
  • Updated metascraper-description from 5.11.8 to 5.11.10
  • Updated metascraper-image from 5.11.8 to 5.11.10
  • Updated metascraper-logo from 5.11.8 to 5.11.10
  • Updated metascraper-logo-favicon from 5.11.8 to 5.11.11
  • Updated metascraper-media-provider from 5.11.8 to 5.11.11
  • Updated metascraper-soundcloud from 5.11.8 to 5.11.10
  • Updated metascraper-title from 5.11.8 to 5.11.10
  • Updated metascraper-video from 5.11.8 to 5.11.10
  • Updated metascraper-youtube from 5.11.8 to 5.11.10
  • Removed:
  • Removed the show extractors function from the main UI. Users can still see a list of supported youtube-dl sites via the help menu. See #121
  • Fixed:
  • Fixed a minor issue in todo-list if metascraper got null values. See #114