Skip to content

Commit

Permalink
Prepare for version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Aug 20, 2018
1 parent e05c397 commit 38c4e34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions app/src/play/play/en-US/whatsnew-alpha
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
Help translate the app into your language:
https://crowdin.com/project/open-link-with

v2.1
v2.2

Fixes with Browser selection.
NEW! Advanced Settings
For the longest time, users have requested to disable some advanced features of the app. Now you can!

v2.0

NEW! Browser selection:

When a link shared with Open Link With, browsers are suggested in addition to the native apps. This behavior can now be modified.

- None will never suggest browsers
- Always ask will include all browsers (previous behavior)
- Single browser will suggest only that selection
Before:
Browser selection settings
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
ext.isPlay = project.hasProperty('play')

def versionMajor = 2
def versionMinor = 1
def versionBuild = 5
def versionMinor = 2
def versionBuild = 0

ext.versions = [
compileSdk : 28,
Expand Down

0 comments on commit 38c4e34

Please sign in to comment.