Skip to content

Commit

Permalink
Merge pull request #1347 from wallabag/release-2.5.0
Browse files Browse the repository at this point in the history
chore(release): 2.5.0
  • Loading branch information
tcitworld committed Nov 12, 2023
2 parents 7708c74 + e886ac4 commit 79ffcbd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 21
targetSdkVersion 34
versionCode 229
versionName "2.4.3"
versionCode 230
versionName "2.5.0"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/230.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added support for Android 14
- Added option to put title in shared text from share menu
- Improved the style of the article header
- Changed the appearance of the “Scan a QR-code” button in configuration
- Improvement of certain labels
- Removal of Framabag mentions
- Updating dependencies
- Updating translations
8 changes: 8 additions & 0 deletions fastlane/metadata/android/fr/changelogs/230.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Ajout du support d'Android 14
- Ajout d'une option pour mettre le titre dans le texte partagé à partir du menu de partage
- Amélioration du style de l'en-tête des articles
- Changement de l'apparence du bouton « Scanner un QR-code » à la configuration
- Amélioration de certains labels
- Suppression des mentions de Framabag
- Mise à jour des dépendances
- Mise à jour des traductions

0 comments on commit 79ffcbd

Please sign in to comment.