Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Jul 22, 2024
1 parent 9819de6 commit 32147e7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
12 changes: 12 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in Tchap 2.12.0 (2024-07-22)
====================================

Features ✨
----------
- Forcer la génération du code de récupération et la sauvegarde automatique. ([#988](https://github.com/tchapgouv/tchap-android/issues/988))

Improvements 🙌
--------------
- Rebase against Element-Android v1.6.18 ([#1074](https://github.com/tchapgouv/tchap-android/issues/1074))
- Mise à jour du style quand un utilisateur est mentionné. ([#1075](https://github.com/tchapgouv/tchap-android/issues/1075))

Changes in Tchap 2.11.11 (2024-06-24)
=====================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1074.improvements

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1075.improvements

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/988.feature

This file was deleted.

2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext.versionPatch = 0

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
return cmd.execute().text.trim() as Lon
return cmd.execute().text.trim() as Long
}

static def generateVersionCodeFromTimestamp() {
Expand Down

0 comments on commit 32147e7

Please sign in to comment.