You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to the BoxViewer project will be documented in this file.
4
4
5
+
## [0.51] - 2026-07-22
6
+
7
+
### Fixed
8
+
-**Widget Inflation Fix**: Fixed RemoteViews inflation failure ("Can't load widget") on Android 12–15 devices by removing non-remotable progress spinner calls.
9
+
-**Temperature Adaptive Coloring**: Fixed temperature value color resolver to support locale-formatted numbers with decimal commas (e.g., German `"15,2"`), preventing improper fallback to orange.
10
+
-**API Logger Header Sync**: API log header now updates dynamically to reflect the current app version when the app is updated.
11
+
12
+
### Added
13
+
-**Expanded System Diagnostics**: System Diagnostics copy action now includes active home screen widget counts, system locale, app preferences, database state, and saved crash stack traces.
14
+
-**6 New Locales Supported**: Prepared language picker, resource infrastructure, and POEditor sync for Czech (`cs`), French (`fr`), Hungarian (`hu`), Italian (`it`), Dutch (`nl`), and Polish (`pl`).
0 commit comments