From b728d2d7da5a8d51033379dc4b2b4be40a592cc4 Mon Sep 17 00:00:00 2001 From: Huan Truong Date: Tue, 13 Mar 2018 03:53:55 -0400 Subject: [PATCH] [docs] release 0.2.0 --- CHANGELOG.md | 14 ++++++++++++-- README.md | 42 ++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a291472..7214e33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,22 @@ -Version alpha0.1.8 (unreleased) +Version alpha0.2.0 2018-03-13 -- What's new: +- Audio and video no longer janks on native path. (Issue #16, #25) - Use your native audio output aka. Bluetooth stereo natively!\ - See https://github.com/f1xpl/openauto/pull/38 + See https://github.com/f1xpl/openauto/pull/38 \ + (Issue #9, #12) - No more stuttering when phone's native audio is used. + See https://github.com/htruong/crankshaft/wiki/Using-your-Bluetooth-stereo - The power LED is now disabled, it should save you several milliamps. + (Issue #31) + +Known issues: + +- Sometimes the Android Auto interface doesn't show up \ + Just restart the Pi. + Version alpha0.1.7 2018-03-10 -- diff --git a/README.md b/README.md index 285ec617..9daaac48 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,26 @@ Release Highlights [Full Changelog](https://github.com/htruong/crankshaft/blob/master/CHANGELOG.md) +Version alpha0.2.0 2018-03-13 +-- + +What's new: + +- Audio and video no longer janks on native path. (Issue #16, #25) +- Use your native audio output aka. Bluetooth stereo natively!\ + See https://github.com/f1xpl/openauto/pull/38 \ + (Issue #9, #12) +- No more stuttering when phone's native audio is used. + See https://github.com/htruong/crankshaft/wiki/Using-your-Bluetooth-stereo +- The power LED is now disabled, it should save you several milliamps. + (Issue #31) + +Known issues: + +- Sometimes the Android Auto interface doesn't show up \ + Just restart the Pi. + + **Version alpha0.1.7 2018-03-10** What's new: @@ -41,28 +61,6 @@ What's new: SSH certificates (so no more warnings). - OpenAuto now remembers your settings. (Issue #13) -Release notes: - -- Turn down your stereo volume. Now Crankshaft is loud. -- To enable X11 mode, put a jumper on GPIO26-Ground. -- Somehow the cursor is still not showing up in X11 \ - So now you're still unable to use a mouse. - - -**Version alpha0.1.6 2018-03-05** - -What's new: - -- Dev mode: Bridge GPIO4 to ground to enable dev mode -- Less services enabled means faster startup and less power consumption\ - Removed SSH, networking, dhcpd services by default. -- Misc. organizational changes - -Release notes: - -- Crankshaft is using a fork of OpenAuto with some experimental changes\ - http://github.com/htruong/openauto - Want to report a problem? --