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 +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-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] - 2018-08-19
5+ ** NOTE - ** This is the final release for 1.x.x. I will shortly begin work on 2.x :grin :
6+
7+ This branch may or may not recieve bug fixes. Feel free to fork the repo and make changes
8+
9+ ### Changed
10+ - Updated node packages
11+ - electron - 2.0.7 -> 2.0.10
12+
413## [ 1.5.0-beta1] - 2018-08-19
514### Added
615- Logging! Now it's easier to debug the application
Original file line number Diff line number Diff line change 11{
22 "name" : " audius" ,
33 "productName" : " Audius" ,
4- "version" : " 1.5.0-beta1 " ,
4+ "version" : " 1.5.0" ,
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