Skip to content

Commit da82150

Browse files
authored
release: v1.1.2 with decoupled entries from blob store (#57)
1 parent 7d2a296 commit da82150

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.2] - 2025-08-19
6+
7+
### Fixed
8+
- **`apply()` now behaves like EncryptedSharedPreferences**: `getXxx()` calls will now return the expected values immediately after `.apply()` is invoked, even before disk writes complete. This resolves issues where values were missing if accessed right after applying edits. ([#54](https://github.com/harrytmthy/safebox/issues/54))
9+
510
## [1.1.1] - 2025-08-16
611

712
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Compared to EncryptedSharedPreferences:
5353

5454
```kotlin
5555
dependencies {
56-
implementation("io.github.harrytmthy:safebox:1.1.1")
56+
implementation("io.github.harrytmthy:safebox:1.1.2")
5757
}
5858
```
5959

safebox/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
group = "io.github.harrytmthy"
26-
version = "1.1.1"
26+
version = "1.1.2"
2727

2828
android {
2929
namespace = "com.harrytmthy.safebox"

0 commit comments

Comments
 (0)