Skip to content

Commit

Permalink
Merge pull request #1175 from wallabag/release_2.4.3
Browse files Browse the repository at this point in the history
Version 2.4.3
  • Loading branch information
tcitworld committed Jun 18, 2021
2 parents cd242ba + 69bc802 commit e44ae1b
Show file tree
Hide file tree
Showing 4 changed files with 29 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 30
versionCode 228
versionName "2.4.2"
versionCode 229
versionName "2.4.3"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/229.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- @cheywood improved quote style.
- @scubajeff fixed custom text selection actions.
- Jeff Held (@solkaz) fixed a crash during search when certain characters are used.
- @Strubbl increased max widget counter value.
- Fixed offline image caching on Android 10+.
- Fixed a problem with deleted article sweeping in some situations.
- Fixed a problem with long annotations blocking sync.
- Taco (@TacoTheDank) improved some code.
- Updated translations.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/fr/changelogs/229.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- @cheywood a amélioré le style des citations.
- @scubajeff a corrigé les actions personnalisées lors de la sélection de texte.
- Jeff Held (@solkaz) a corrigé un crash lors de la recherche avec certains caractères.
- @Strubbl a augmenté le nombre maximum pouvant être affiché dans le widget.
- Correction du cache hors-ligne des images sous Android 10+.
- Correction d'un problème avec la suppression des articles dans certaines situations.
- Correction d'un problème avec les longues annotations qui bloquaient la synchronisation.
- Taco (@TacoTheDank) a amélioré des bouts de code.
- Mise à jour des traductions.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/ru/changelogs/229.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- @cheywood улучшил стиль цитат.
- @scubajeff исправил внешние действия с выделенным текстом.
- Jeff Held (@solkaz) исправил падение при поиске с использованием некоторых символов.
- @Strubbl увеличил максимальное значение счётчика виджета.
- Исправлено офлайн-кэширование изображений на Android 10+.
- Исправлена проблема с чисткой удалённых статей в некоторых ситуациях.
- Исправлена проблема с синхронизацией длинных аннотаций.
- Taco (@TacoTheDank) улучшил некоторый код.
- Обновлены переводы.

0 comments on commit e44ae1b

Please sign in to comment.