Skip to content

Commit 1f0c157

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 949bbb8 + e2d264e commit 1f0c157

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
sentry-dsn: ${{ secrets.SENTRY_DSN }}
6666
- name: Build IOS / Upload Beta
67-
if: github.event_name == 'push' && matrix.build != 'apk'
67+
if: github.event_name == 'push'
6868
run: bash ${GITHUB_WORKSPACE}/Scripts/fastlane.sh
6969
working-directory: Scripts
7070
env:

assets/dynamic_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"replayOnErrorSampleRate": 0.1
77
},
88
"appVersion": {
9-
"url": "https://github.com/OpenTails/tail_app/releases/download/1.3.0/tailCompanyApp-1.3.0-2314.apk",
10-
"changelog": "\n- Fix bug when selecting a color\n- Fix a bug with translations not applying to triggers\n- Set default actions for more triggers\n- Add gear pairing to onboarding\n- Add marketing notifications toggle\n- Add UwU toggle (Whats this?)\n- Removed option to disable always scanning for gear.\n",
9+
"url": "https://github.com/OpenTails/tail_app/releases/download/1.4.0/tailCompanyApp-1.4.0-2414.apk",
10+
"changelog": "\n- Split moves by gear type\n- Rework analytics to be more useful\n- Add CosHub posts to Home UI\n- Fix some missing blog post images\n- Hide unavailable moves on the trigger edit screen.\n- Disabled 'Nearby Gear' trigger as it has been broken for awhile. This will hopefully come back in a future release\n- Add support for future firmware changes\n- some bug fixes\n",
1111
"version": {
1212
"major": 1,
13-
"minor": 3,
13+
"minor": 4,
1414
"patch": 0
1515
}
1616
},

0 commit comments

Comments
 (0)