Skip to content

Commit 26887e7

Browse files
gitubpatriceclaude
andcommitted
fix: hotfix v0.9.13 — files_tech_core 0.3.1 (SecretBytes.wipe unmodifiable)
Récupère le fix de files_tech_core 0.3.1 : SecretBytes.wipe devient best-effort pour gérer les Uint8List non-modifiables retournés par cryptography_flutter (FFI Android). Sans ce fix, le wipe pouvait planter silencieusement dans les chemins de déverrouillage des coffres (passphrase ou PIN). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 41d4c9d commit 26887e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class AppConstants {
55
AppConstants._();
66

77
static const String appName = 'Notes Tech';
8-
static const String appVersion = '0.9.12';
8+
static const String appVersion = '0.9.13';
99
// NB : la clé Kotlin équivalente côté `MainActivity.kt` est
1010
// `flutter.secure_window_enabled` (préfixe `flutter.` ajouté
1111
// automatiquement par `shared_preferences` au moment de la persistance).

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: "../files_tech_core"
176176
relative: true
177177
source: path
178-
version: "0.3.0"
178+
version: "0.3.1"
179179
files_tech_voice:
180180
dependency: "direct main"
181181
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: notes_tech
22
description: "Notes Tech — notes Markdown chiffrées avec coffres par dossier, IA on-device (Gemma + Whisper) et backlinks. 100 % local, zéro permission Internet."
33
publish_to: 'none'
4-
version: 0.9.12+29
4+
version: 0.9.13+30
55

66
environment:
77
sdk: ^3.11.5

0 commit comments

Comments
 (0)