Skip to content

Commit

Permalink
[docs] changelog and readme for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
htruong committed Apr 1, 2018
1 parent 5deca51 commit 231f4e5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ What's new:
- The "display cursor" button is now hidden on touchscreen-capable devices.
- Tslib for more touchscreens support.
- The "sleep" button is unavailable - Pi now automatically sleeps after 30 secs.
- Pi now automatically sleeps after 3 hours of idling.
- Pi now automatically shut down after 3 hours of idling.
- RtAudio option for future wireless support.

What's new for developers:

- Dev tool: New script to compile the Qt5 binary blob on Raspbian.

Known issues:

- Slow startup when connecting phones. Just wait a sec more.
- Error #2 on some phones still?
- X11 still does not show cursors on projection mode, so no mouse.

Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,32 @@ Release Highlights

[Full Changelog](https://github.com/htruong/crankshaft/blob/master/CHANGELOG.md)

**Version alpha0.2.1 2018-04-01**

What's new:

- Raspbian base image upgraded from 2017-11 to 2018-03.
- Now all Pis of all generations should be supported.
- Brightness control on the main interface. (Issue #44, #49, #52)
- Pi now displays less verbose information. (Issue #35) \
Thanks @byransays for the pull request.
- OpenAuto now detects already connected phones. (Issue #55)
- The "display cursor" button is now hidden on touchscreen-capable devices.
- Tslib for more touchscreens support.
- The "sleep" button is unavailable - Pi now automatically sleeps after 30 secs.
- Pi now automatically shut down after 3 hours of idling.
- RtAudio option for future wireless support.

What's new for developers:

- Dev tool: New script to compile the Qt5 binary blob on Raspbian.

Known issues:

- Error #2 on some phones still?
- X11 still does not show cursors on projection mode, so no mouse.


**Version alpha0.2.0 2018-03-13**

What's new:
Expand Down

0 comments on commit 231f4e5

Please sign in to comment.