diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9cf45..20f04d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-08-26) + + +### Features + +* Double blink to focus the search bar ([16dc424](https://github.com/WeixuanZ/wink/commit/16dc424e25d8210898e79bd07d515c28a650b0c1)) +* Prevent links from opening apps ([2680946](https://github.com/WeixuanZ/wink/commit/2680946b0ba16d5b229b1175d1b4b0aad476eeb3)) + + +### Bug Fixes + +* Replacing all occurrences of + in search query to %20 ([1c0628e](https://github.com/WeixuanZ/wink/commit/1c0628edb4c7d1e9a9f8480099146b0c67943ae3)) + + +### Performance Improvements + +* Reduced wink detection false positives ([4034ae7](https://github.com/WeixuanZ/wink/commit/4034ae7e6ccce3ace05da00c52c40abc8d6dd68c)) + ## [1.0.0-alpha.1](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-08-24) diff --git a/app.json b/app.json index 3de401f..f481bf2 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "wink", "slug": "wink", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "privacy": "public", "description": "A web browser controlled by winking", "githubUrl": "https://github.com/WeixuanZ/wink", diff --git a/package.json b/package.json index 8cf6c77..2bd57db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "main": "node_modules/expo/AppEntry.js", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "scripts": { "start": "expo start", "android": "expo start --android",