Skip to content

1.1.1.1232

Latest
Compare
Choose a tag to compare
@guiyanakuang guiyanakuang released this 30 Jan 04:05
· 2 commits to main since this release
158a07e

Bug Fixes πŸ›

  • πŸ› Fix switch component with label text (#2310)
  • πŸ› Support automatic type conversion in config copying (#2321)
  • πŸ› Incorrect background color of contrast button (#2325)
  • πŸ› Fix color copy failure issue (#2341)
  • πŸ› The log files can sometimes be very large (#2342)
  • πŸ› Ensure UI updates correctly when Realm object state changes (#2348)
  • πŸ› Catch exceptions thrown by existFile (#2355)

New Features ✨

  • ✨ Add dynamic theme support (#2312)
  • ✨ Make logo adapt to app theme (#2329)
  • ✨ Add dynamic parameter formatting support for i18n API (#2387)
  • ✨ Support direct access to the web URL path with i18n support (#2383)

UI Improvements πŸ’„

  • πŸ’„ Increase touch targets size according to Google Play report (#2306)
  • πŸ’„ Improve UI contrast ratios based on Google Play report (#2308)
  • πŸ’„ Add three contrast levels for theme settings (#2323)
  • πŸ’„ Adaptive status colors based on background (#2334)
  • πŸ’„ Adaptive notification colors based on background (#2339)
  • πŸ’„ Improve Counter component contrast ratio (#2344)
  • πŸ› Standardize preview image sizes using default screen density (#2388)

Multiplatform & Refactor & Code Style πŸ”¨

  • πŸ”¨ Move logo view to expect implementation in commonMain (#2331)
  • πŸ”¨ Add openTopBar parameter to PasteboardScreen (#2346)
  • πŸ”¨ Remove unused commented code (#2357)
  • πŸ”¨ Refactor RealmManagerFactory (#2360)
  • πŸ”¨ Implement dependency injection by modules (#2362)
  • πŸ”¨ Add utility method to get current timestamp (#2368)
  • πŸ”¨ Extract common signature logic in CryptographyUtils (#2370)
  • πŸ”¨ Restructure UI implementation for better multiplatform reusability (#2372)
  • πŸ”¨ Convert interface to actual/expect implementation (#2374)
  • πŸ”¨ Refactor settings UI for mobile customization (#2376)
  • πŸ”¨ Refactor AppLaunch to improve mobile usability (#2385)

Dependencies ⬆️

  • ⬆️ Bump ktor from 3.0.2 to 3.0.3
  • ⬆️ Bump kotlinx-coroutines from 1.9.0 to 1.10.1
  • ⬆️ Bump jna from 5.15.0 to 5.16.0
  • ⬆️ Bump guava from 33.3.1-jre to 33.4.0-jre
  • ⬆️ Bump compose-plugin from 1.7.1 to 1.7.3
  • ⬆️ Bump webp-imageio from 0.8.0 to 0.9.0
  • ⬆️ Bump koin from 4.0.0 to 4.0.1
  • ⬆️ Bump logback-classic from 1.5.12 to 1.5.15
  • ⬆️ Bump koin-compose from 4.0.0 to 4.0.1
  • ⬆️ Bump mockk from 1.13.13 to 1.13.14
  • ⬆️ Bump logback-classic from 1.5.15 to 1.5.16
  • ⬆️ Bump okio from 3.9.1 to 3.10.2
  • ⬆️ Bump kotlinx-serialization-json from 1.7.3 to 1.8.0
  • ⬆️ Bump mockk from 1.13.14 to 1.13.16
  • ⬆️ Bump koin from 4.0.1 to 4.0.2
  • ⬆️ Bump koin-compose from 4.0.1 to 4.0.2

Documentation πŸ“

  • πŸ”– Update version to 1.1.1 (#2400)