Skip to content

Commit

Permalink
bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Mar 2, 2021
1 parent 3b31ce6 commit 18164cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ language: android
before_script:
- 'export PATH="$HOME/.local/bin:$PATH"'
- pyenv install --skip-existing 3.6.0 && pyenv global 3.6.0
- python3 -m pip install --user google-api-python-client oauth2client httplib2
- python3 -m pip install --upgrade pip
- python3 -m pip install --user google-api-python-client oauth2client httplib2 pyOpenSSL

script:
- ./gradlew test
Expand Down
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ check with us on IRC before starting a substantial rewrite! For additional infor

### Changelog

##### v1.5
* Added support for the handshake relay command
* Improved the way URLs are recognized
* Black background is no longer shown when switching buffers
* Fixed a couple of rare crashes

##### v1.4.2
* Fixed freeform window mode
* Fixed a few rare crashes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {
buildToolsVersion("29.0.2")

defaultConfig {
versionCode = 1_04_02
versionName = "1.4.2"
versionCode = 1_05_00
versionName = "1.5"

minSdkVersion(21)
targetSdkVersion(29)
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/10500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added support for the handshake relay command
* Improved the way URLs are recognized
* Black background is no longer shown when switching buffers
* Fixed a couple of rare crashes

0 comments on commit 18164cf

Please sign in to comment.