docs: Sync changelog

This commit is contained in:
Ahmad Ansori Palembani 2025-01-01 10:33:37 +07:00
parent 2cf2fcfc4f
commit 42dd857d94
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -22,6 +22,12 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- [Experimental] Add modified version of LargeTopAppBar that mimic J2K's ExpandedAppBarLayout
- Refactor About page to use Compose
- Adjust Compose-based pages' transition to match J2K's Conductor transition
- Resolve deprecation warnings
- Kotlin's context-receiver, schedule for removal on Kotlin v2.1.x and planned to be replaced by context-parameters on Kotlin v2.2
- Project.exec -> Providers.exec
- Remove internal API usage to retrieve Kotlin version for kotlin-stdlib
- Move :core module to :core:main
- Move archive related code to :core:archive (@AntsyLich)
## [1.9.7]