Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Oct 22, 2024
1 parent 6084016 commit 73bb921
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.2.1 (2024-10-22)

Fix libsodium not found crash for F-Droid

### Version 1.2.0 (2024-10-12)

- Upgraded to Flutter 3 and Material 3
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Upgraded to Flutter 3 and Material 3
* Added text labels for images; each can be given its own name
* Encryption is now optional (can be switched in settings or selected at first launch)
* 📷️ Camera improvements:
- Many problems and bugs have been fixed, the camera UI and photo preview have been redesigned;
- Added option to disable autofocus
* 🔒️ Improved security:
- Reduced the time unencrypted password stays in RAM;
- Clearing the in-memory password location and image cache;
- Temporary encryption key and other secrets are now located in a protected memory area;
- The password re-entry dialog now only appears if the app has been minimized or covered by another app;
- Disable screenshots if encryption is enabled
* F-Droid split APK support
* Fixed bug with image thumbnail size, now they are smaller
* Other minor bugfixes and improvements
15 changes: 15 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Обновлён до Flutter 3 и Material 3
* Добавлены текстовые метки изображений; каждому можно дать своё название
* Шифрование переведено в ряд опциональных (можно переключить в настройках или выбрать при первом запуске)
* 📷️ Улучшения камеры:
- Устранены многие проблемы и баги, переработан интерфейс самой камеры и предпросмотра снимка;
- Добавлена опция отключения автофокуса
* 🔒️ Улучшена безопасность:
- Уменьшено пребывание незашифрованного пароля в ОЗУ;
- Очистка места пароля в памяти и кэша изображений;
- Временый ключ шифрования и остальные секреты теперь расположены в защищённой области памяти;
- Диалог повторного ввода пароля теперь появляется только если приложение было свёрнуто или перекрыто другим приложением;
- Запрет скриншотов если шифрование включено
* Поддержка разбиения APK по архитектурам в F-Droid
* Исправлена ​​ошибка с размером миниатюр изображений, теперь они меньше
* Прочие мелкие исправления и улучшения
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.0+6
version: 1.2.1+7

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down

0 comments on commit 73bb921

Please sign in to comment.