Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Mar 18, 2016
1 parent e8f8f51 commit d38909f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/LinkBubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
// Manifest version information!
def versionMajor = 1
def versionMinor = 9
def versionPatch = 5
def versionPatch = 6
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
8 changes: 8 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.6">
<change>IMPROVEMENT: Hide bubbles on scroll down and show on scroll up.</change>
<change>IMPROVEMENT: Made bubbles smaller.</change>
<change>BUG FIX: Fixed back button behaviour.</change>
<change>BUG FIX: Made URL bar's autosuggestion less aggresive.</change>
<change>BUG FIX: Fixed crashes.</change>
<change>NEW: Added rsbrowser/rbrowser, lightning to fallback browser list.</change>
</release>
<release version="1.9.5">
<change>IMPROVEMENT: Hide bubbles on scroll down and show on scroll up.</change>
</release>
Expand Down

1 comment on commit d38909f

@bbondy
Copy link
Member

@bbondy bbondy commented on d38909f Mar 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.