Releases: XilinJia/Xilinota
Releases · XilinJia/Xilinota
2.15.1
- on desktop, fixed sidebar display issue
- on Android:
- removed fingerprint function due to security vulnerability of the dependency
- migrated to the well maintained library react-native-vision-camera for camera functions
- set newArchEnabled=false as some dependencies don't support fabric yet
- fixed "text must be in " bug
2.15.0
This is a major version updates based on massive technical enhancements.
- Broad dependencies updates, including React Native 0.73.2
- Code quality enhancements
- Converted many JavaScript codes to TypeScript
- Converted most CJS syntax to ESM
- Replaced many usage of 'any'
- Clarified many signatures of functions and interfaces
- Ensured strict type and null safety checking
- Fixed issue with resource display
- Upgrade Gradle to 8.5 for Android
- Partly migrated codebase from Java to Kotlin for Android
- Fixed a major problems in editor and local files sync related to Android 11 and newer
- For mobile,the full resources directory remains in the app's private space.
2.14.1
2.14.0
- the full resources directory is relocated out of the config directory and into document home.
- resources within each notebook are hard-links to the full resources directory (on desktop now)
- resources formats in notes are better handled
- check about the resources section in the readme