This repository was archived by the owner on Jun 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.5.0-beta1] - 2018-08-19
5+ ### Added
6+ - Logging! Now it's easier to debug the application
7+ - Log files location is platform dependent
8+
9+ ### Changed
10+ - Updated node packages
11+ - electron - 2.0.2 -> 2.0.7
12+ - electron-updater - 2.21.10 -> 3.1.1
13+ - And more!
14+
415## [ 1.4.2] - 2018-08-18
516### Fixed
617- Uncaught error while fetching access token in main process
Original file line number Diff line number Diff line change 11{
22 "name" : " audius" ,
33 "productName" : " Audius" ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.5.0-beta1 " ,
55 "description" : " A cross-platform app for downloading songs from YouTube and Spotify" ,
66 "author" : {
77 "name" : " Mihir Pathak" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var log = require('electron-log');
1313 * Refer electron-builder docs
1414 */
1515log . info ( '[AutoUpdater.js] Checking for updates' ) ;
16- // autoUpdater.channel = 'beta';
16+ autoUpdater . channel = 'beta' ;
1717autoUpdater . checkForUpdatesAndNotify ( ) ;
1818
1919// Done in two lines :)
You can’t perform that action at this time.
0 commit comments