Skip to content

Commit

Permalink
fix v1.9.1 (#298)
Browse files Browse the repository at this point in the history
* chore: fix fastlane changelogs names

* fix: mention adding hindi translation in changelogs

* fix: isar build
  • Loading branch information
maelchiotti authored Dec 13, 2024
1 parent 7a4c7d3 commit 4cc496f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
sudo apt-get install -y tofrodos
fromdos .isar/tool/build_android.sh
bash scripts/isar/fdroid_build_isar.sh x86 arm64
bash scripts/isar/fdroid_build_isar.sh x64 armv7 arm64
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: Add keystore
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Backup labels
- Backup settings
- Python script to convert exports from DNotes (see GitHub)
- Hindi translation

### Changed

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/200.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ADDED
- Backup labels
- Backup settings
- Convert DNotes exports (see GitHub)
- Hindi translation

CHANGED
- Moved button to change editor mode to app bar
Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/fr-FR/changelogs/200.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ AJOUTÉ
- Export des étiquettes
- Export des paramètres
- Conversion exports DNotes (voir GitHub)
- Hindi

MODIFIÉ
- Déplacement bouton changement mode

CORRIGÉ
- Nombre d'étiquettes affiché quand désactivées
- Nombre étiquettes affiché si désactivées
- Mauvaise couleur sélecteur couleurs
- Retour après sélection d'étiquettes ferme
- Message manquant si aucune étiquettes
Expand Down

0 comments on commit 4cc496f

Please sign in to comment.