Releases: YangDai2003/OpenNote-Compose
Releases · YangDai2003/OpenNote-Compose
v1.2.3
- Migration to Kotlinx-Serialization-Json: The application has been migrated from Gson to Kotlinx-Serialization-Json for improved performance and maintainability.
- New Navigation Animation and Predictive Back Gesture: The introduction of redesigned navigation animations and the reinstatement of predictive back gestures enhance user interaction fluidity.
- New Note List Styles: New selectable styles for note lists facilitate easier note management.
- Removed Firebase-related dependencies: As the stability of the application improves, Firebase-related dependencies are no longer required.
v1.2.2
- Upgraded the kotlin version to 2.0.0-RC2 and updated related dependencies.
- Removed unnecessary permissions and code
v1.2.0
- Brand New Settings Page: Redesigned settings page to adapt to devices with various screen sizes. 🎨
- Data Backup and Recovery Functions: Added functionality for data backup and recovery to prevent data loss and facilitate device switching. ✨
- Enhanced Performance and Smoother Animation: Optimized performance for improved operation and smoother animation effects. 🎉
v1.1.8
- Optimized link styles, grid animations, and click feedback on note cards.
- Switched folder list presentation from BottomSheet to AlertDialog.
- Fixed some issues and improved performance.
v1.1.7
- Resolved stability issues with composable components, reducing the frequency of recomposition.
- Added new keyboard shortcuts to the existing ones: ctrl+(c, v, a, z, y). New additions: ctrl + u(underline), ctrl + b(bold), ctrl + d(strikeThrough), ctrl + i(italic), ctrl + m(mark); ctrl + shift + k(code), ctrl + shift + m(math), ctrl + shift + q(quote).
v1.1.5
- New ios-style navigation animation 📱
- Merge multiple viewmodels into one to avoid repeated queries and improve performance ✨
- Due to some strange bugs, the predictive return gesture is temporarily disabled 😓
- Add new function of importing text files 🎉