From 0c3c52b7c0b1b6f8bf6dee1c0d1f8ed6e095ad02 Mon Sep 17 00:00:00 2001 From: Comodore125 Date: Sat, 12 Jul 2025 23:06:16 +0200 Subject: [PATCH 1/3] known issues added to 0.6 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8bd3aa..87c5b026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved README documentation with updated clone URLs - Enhanced logging throughout the application for better debugging +### Known Issues +- reinstallation via apk does not work in some or all cases, it is advised to uninstall previous version first ## [0.5.1] - 2025-07-10 ### Added From c8c1f21d3c110e4b31948baae3bf05f98676c879 Mon Sep 17 00:00:00 2001 From: Comodore125 Date: Sat, 12 Jul 2025 23:12:56 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md more precise text --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c5b026..fdd0a20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enhanced logging throughout the application for better debugging ### Known Issues -- reinstallation via apk does not work in some or all cases, it is advised to uninstall previous version first +- reinstallation via apk does not work in all cases, it is advised to uninstall previous version first. root cause: https://github.com/permissionlesstech/bitchat-android/issues/92#issuecomment-3066035548 + ## [0.5.1] - 2025-07-10 ### Added From 3a01de655fa300cb810db00bb6596d6aa14b10db Mon Sep 17 00:00:00 2001 From: Comodore125 Date: Sat, 12 Jul 2025 23:19:10 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md even more precise and more elegant update --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd0a20b..02357fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,8 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enhanced logging throughout the application for better debugging ### Known Issues -- reinstallation via apk does not work in all cases, it is advised to uninstall previous version first. root cause: https://github.com/permissionlesstech/bitchat-android/issues/92#issuecomment-3066035548 - +- Reinstallation via APK does not work in all cases; it is recommended to uninstall the previous version first. + - Root cause: [See issue #92, comment](https://github.com/permissionlesstech/bitchat-android/issues/92#issuecomment-3066035548) + ## [0.5.1] - 2025-07-10 ### Added