Skip to content

Commit 18164cf

Browse files
committed
bump version to 1.5
1 parent 3b31ce6 commit 18164cf

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ language: android
44
before_script:
55
- 'export PATH="$HOME/.local/bin:$PATH"'
66
- pyenv install --skip-existing 3.6.0 && pyenv global 3.6.0
7-
- python3 -m pip install --user google-api-python-client oauth2client httplib2
7+
- python3 -m pip install --upgrade pip
8+
- python3 -m pip install --user google-api-python-client oauth2client httplib2 pyOpenSSL
89

910
script:
1011
- ./gradlew test

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ check with us on IRC before starting a substantial rewrite! For additional infor
3939

4040
### Changelog
4141

42+
##### v1.5
43+
* Added support for the handshake relay command
44+
* Improved the way URLs are recognized
45+
* Black background is no longer shown when switching buffers
46+
* Fixed a couple of rare crashes
47+
4248
##### v1.4.2
4349
* Fixed freeform window mode
4450
* Fixed a few rare crashes

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969
buildToolsVersion("29.0.2")
7070

7171
defaultConfig {
72-
versionCode = 1_04_02
73-
versionName = "1.4.2"
72+
versionCode = 1_05_00
73+
versionName = "1.5"
7474

7575
minSdkVersion(21)
7676
targetSdkVersion(29)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Added support for the handshake relay command
2+
* Improved the way URLs are recognized
3+
* Black background is no longer shown when switching buffers
4+
* Fixed a couple of rare crashes

0 commit comments

Comments
 (0)