Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Prepare version 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 3, 2016
1 parent a75b789 commit 0054914
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

1.5.1 *(2016-04-03)*
--------------------

Public:

* Translations for Georgian & Norwegian, updated French & both Portugueses.
* Fix 'show touches' option persisting if recording crashes.

Internal:

* Do not explicitly dismiss foreground notifications. Let service stop implicitly do it.
* Crash eagerly when media scan Uri is null.
* Do not attempt to record if output dir cannot be created when missing.


1.5.0 *(2015-11-20)*
--------------------

Expand Down
2 changes: 1 addition & 1 deletion telecine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Manifest version information!
def versionMajor = 1
def versionMinor = 5
def versionPatch = 0
def versionPatch = 1
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

buildscript {
Expand Down

0 comments on commit 0054914

Please sign in to comment.