From 66d49792586e9c37b0d2440c6f107f2891d577f5 Mon Sep 17 00:00:00 2001 From: Mihir Pathak Date: Fri, 29 Jun 2018 12:23:30 +0530 Subject: [PATCH] bump v1.3.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34c2f2..eb61742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.3.0-beta1] - 2018-06-26 +### Changed +- rainbow is no longer experimental! +- Default download format for OSX is m4a +- rainbow is enabled by default + +## [1.3.0-beta1] - 2018-06-26 +### Added +- [Experimental] Rainbow can now embed tags in M4A files too! + +### Changed +- rainbow now uses positional arguments + ## [1.3.0-alpha2] - 2018-06-24 ### Added - [Experimental] Added rainbow for all platforms diff --git a/README.md b/README.md index 99a6a53..7d434a8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Audius is currently supported for the following platforms: - Ubuntu 12.04+/Debian 8+ (64-bit) But, this app can be built for any other platform that is officially supported -by [electronjs](https://github.com/electron/electron/blob/v2.0.2/docs/tutorial/support.md#supported-platforms). Head over to the docs for build instructions +by [electronjs](https://github.com/electron/electron/blob/v2.0.2/docs/tutorial/support.md#supported-platforms). Head over to the docs for build instructions ## Installing diff --git a/package.json b/package.json index 843c49d..337752b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "audius", "productName": "Audius", - "version": "1.3.0-beta1", + "version": "1.3.0", "description": "A cross-platform app for downloading songs from YouTube and Spotify", "author": { "name": "Mihir Pathak",