Skip to content

Releases: barbhackk/rekord

v2.0.1

18 Jun 12:03
Compare
Choose a tag to compare

Fixed an error while launching the app on Windows and Linux ⚠️

Fixed problem with template menu the application was launched on a different environment from MacOS.

Other

  • Update the Readme file
  • Update .gitignore file
  • Update package.json file :
    • Add property 'ProductName'
    • Update script 'clean'
    • Adding scripts to package app for MacOS, Windows and Linux

v2.0.0

07 Jun 08:34
Compare
Choose a tag to compare

Optimization of the app ♻️

  • Optimizing the application display
  • Changing the directory path for downloads
  • Fixed system to switch between 'dev' mode and 'prod' mode (problem with .env during packaging)
  • Moving the 'ytdl-core' library outside the Angular components: Retrieving video information from Electron's 'Main' (using the event)

Dependency Updates 📦

Various dependency updates, most notably:

electron v1.8.8 ➡ v5.0.1
angular v5 ➡ v7