Skip to content

Commit

Permalink
Telegraher 9.33.31
Browse files Browse the repository at this point in the history
* fix from tg 9.4.0 for C-part tgnet
* disable premoji small & large
* option to hide video stickets in chats
* option to hide animated stickers in chats
* remove premoji from reactions also
  • Loading branch information
nikitasius committed Feb 4, 2023
1 parent 6d512f3 commit 5d0b1f5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Dockerfile_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
asset_name: ${{ env.ANAME }}${{ env.AARCH }}.apk
asset_content_type: application/gzip
env:
RNAME: Telegraher 9.33.30
TNAME: graher_9.33.30_
ANAME: Telegraher.9.33.30.
RNAME: Telegraher 9.33.31
TNAME: graher_9.33.31_
ANAME: Telegraher.9.33.31.
AARCH: bundle
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.30`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.30_bundle)
* Last release `9.33.31`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.31_bundle)
* Last beta: write `!beta` in chat

### Issues/Wishlist
Expand Down
6 changes: 6 additions & 0 deletions README_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

* 9.33.31
* fix from tg 9.4.0 for C-part tgnet
* disable premoji small & large
* option to hide video stickets in chats
* option to hide animated stickers in chats
* remove premoji from reactions also
* 9.33.30
* catch exception to avoid that function crash in theory in one function call after removing closequetly
* disable premium emojis in emoji header list
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.30
APP_VERSION_CODE=3026030
APP_VERSION_NAME=9.33.31
APP_VERSION_CODE=3026031
APP_PACKAGE=com.evildayz.code.telegraher2
RELEASE_KEY_PASSWORD=android
RELEASE_KEY_ALIAS=androidkey
Expand Down

0 comments on commit 5d0b1f5

Please sign in to comment.