mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 04:05:21 +00:00
Merge pull request #151 from permissionlesstech/changelog-0.7.1
changelog update 0.7.1
This commit is contained in:
@@ -3,6 +3,25 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
## [0.7.1] - 2025-07-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
-feat(battery): add battery optimization management for background reliability
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- fix: center align toolbar item in ChatHeader - passed modifier.fillmaxHeight so the content inside the row can actually be centered
|
||||||
|
- fix: update sidebar text to use string resources
|
||||||
|
- fix(chat): cursor location and enhance message input with slash command styling
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- refactor: remove context attribute at ChatViewModel.kt
|
||||||
|
- Refactor: Migrate MainViewModel to use StateFlow
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Use HorizontalDivider instead of deprecated Divider
|
||||||
|
- Use contentPadding instead of padding so items remain fully visible
|
||||||
|
|
||||||
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.7]
|
## [0.7]
|
||||||
|
|||||||
Reference in New Issue
Block a user