Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 1.52.0 #3560

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Delta Chat Android Changelog

## v1.52.0
2025-01

* new group consistency algorithm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is too technical, most users won't understand what it means. Maybe it's possible to find sth everyone understands. In the general direction of "Avoid situations where some members of a group think that Alice is part of the group and others don't" but this is too long and also everyone will wonder "who is Alice??" - I can't think of a really good phrasing myself.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Avoid situations where some members of a group think that someone is part of the group and others don't" or "Avoid situations where the members of a group have differing infos on who is part of the group" could work

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otoh, "algorithm" has become a more well known word in main-stream media, ex "twitter/facebook filter algorithm" etc. and "group consistency" is clear and anything having a "new" label should be good/better right??? 🤣

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some people might have never experienced these problems so mentioning it might work more as a negative point than positive "so this was actually that broken?"

* fix: don't show animated .webp stickers as static stickers
* fix the chat shortcuts (created via long-press in launcher) to properly support multi-profile
* fix some small bugs in certain android versions and special situations
* avoid the app freezing in slow phones in some situations
* improve menu in the help screen
* update translations
* update to core 1.155.0

## v1.50.5
2025-01

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'

defaultConfig {
versionCode 708
versionName "1.50.5"
versionCode 709
versionName "1.52.0"

applicationId "com.b44t.messenger"
multiDexEnabled true
Expand Down
Loading