Skip to content

Commit

Permalink
6.4.1 (#1144)
Browse files Browse the repository at this point in the history
- Allow image cropping when setting a group/channel avatar
- Fix position of floating scroll-to-bottom button (thanks Matthew
Fennell)
- Fix buttons in contact list not working sometimes (thanks Matthew
Fennell)
- Implement setting to control the time used for auto-deletion of
messages (thanks Noman Ashraf)
- Fix bug sometimes showing an empty list of omemo keys in groups
- Fix saving of group name when creating groups on ejabberd servers
- Fix message retraction in groups/channels
- Fixed dark mode display of chat placeholder image (park)
- New Onboarding flow introducing Monal, XMPP and Privacy Settings
- Accessibility fixes when using VoiceOver
- Merge and improve add contact menu and contact requests menu
- Show contact requests menu when tapping onto a contact request
notification
- Fix several crashes and other bugs
- Updated translations
MACOS_ONLY - This is the last release that will support macOS 11 + 12.
IOS_ONLY - This is the last release that will support iOS 14 + 15.
  • Loading branch information
tmolitor-stud-tu authored Jul 24, 2024
2 parents b125b7f + 19e5a84 commit 906afb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stable.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@ jobs:
run: |
path_ios="$(mktemp -d)"
cp -av ./appstore_metadata/* "$path_ios"
echo -n "$CHANGELOG_IOS" > "$path_ios/changelog.txt"
mkdir "$path_ios/default"
echo -n "$CHANGELOG_IOS" > "$path_ios/default/release_notes.txt"
echo "path_ios=$path_ios" | tee /dev/stderr >> "$GITHUB_OUTPUT"
path_macos="$(mktemp -d)"
cp -av ./appstore_metadata/* "$path_macos"
echo -n "$CHANGELOG_MACOS" > "$path_macos/changelog.txt"
mkdir "$path_macos/default"
echo -n "$CHANGELOG_MACOS" > "$path_macos/default/release_notes.txt"
echo "path_macos=$path_macos" | tee /dev/stderr >> "$GITHUB_OUTPUT"
- name: Publish ios to appstore connect
#run: xcrun altool --upload-app --file ./Monal/build/ipa/Monal.ipa --type ios --asc-provider S8D843U34Y --team-id S8D843U34Y -u $(cat /Users/ci/apple_connect_upload_mail.txt) -p "$(cat /Users/ci/apple_connect_upload_secret.txt)"
Expand Down

0 comments on commit 906afb4

Please sign in to comment.