Releases: barbhackk/rekord
Releases · barbhackk/rekord
v2.0.1
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
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