File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ language: android
44before_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
910script :
1011 - ./gradlew test
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments