diff --git a/.github/workflows/Dockerfile_bundle.yml b/.github/workflows/Dockerfile_bundle.yml index 6445369df92..00fedc8c003 100644 --- a/.github/workflows/Dockerfile_bundle.yml +++ b/.github/workflows/Dockerfile_bundle.yml @@ -45,7 +45,7 @@ jobs: asset_name: ${{ env.ANAME }}${{ env.AARCH }}.apk asset_content_type: application/gzip env: - RNAME: Telegraher 9.33.17 - TNAME: graher_9.33.17_ - ANAME: Telegraher.9.33.17. + RNAME: Telegraher 9.33.18 + TNAME: graher_9.33.18_ + ANAME: Telegraher.9.33.18. AARCH: bundle diff --git a/README.md b/README.md index 41d17e47901..af5d99ec8e3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ different) * Realeases are here: [https://github.com/nikitasius/Telegraher/releases](https://github.com/nikitasius/Telegraher/releases) * if it contain `beta` it mean it's BETA -* Last release `9.33.16`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.16_bundle) +* Last release `9.33.18`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.18_bundle) * Last beta: write `!beta` in chat ### Issues/Wishlist diff --git a/README_CHANGES.md b/README_CHANGES.md index 963f27f49e0..c46a248f792 100644 --- a/README_CHANGES.md +++ b/README_CHANGES.md @@ -1,5 +1,16 @@ # Changes +* 9.33.18 + * new OutOfMemory crash fix via foreground service (modded) + * disable emoji status for chats also (but need to debug more) + * extended admin rights to restrict gifs, stickers, games or inline bots for users in chat + * the idea and main code from @arsLan and his Cherrygram + * custom error messages if you got resticted for gifs only or stickers only + * actually i track well strickers forbidden and let you to use gifs, but if gifs are forbidden (but stickers are + allowed) you can use both (but gifs will not pass). Thats somewhere in the vanilla code i need to debug later. + * channels and groups have edit icon now, so you can list all members (if not hidden) and admins. + * the code which display admin numbers is from @arsLan, but i adapted it for channels only. + * added english & russian translations for new options * 9.33.17 * fixed spoiler bug * it's because a features you can enable via settings :) diff --git a/gradle.properties b/gradle.properties index c4d5fd46160..59964ca00a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Sat Mar 12 05:53:50 MSK 2016 -APP_VERSION_NAME=9.33.17 -APP_VERSION_CODE=3026017 +APP_VERSION_NAME=9.33.18 +APP_VERSION_CODE=3026018 APP_PACKAGE=com.evildayz.code.telegraher2 RELEASE_KEY_PASSWORD=android RELEASE_KEY_ALIAS=androidkey