1.2.5.1787
π Highlights
This is an urgent release addressing critical performance issues and streamlining the UI.
-
β‘οΈ Performance & Stability Hotfix: Addressed UI freezing and lag. We migrated database operations to an async/await pattern with an IO dispatcher and introduced HikariCP to handle concurrency. Also fixed the freeze issue during token refreshes.
-
βοΈ UI Streamlining: Removed deprecated and redundant UI elements, including the Main Window clipboard display and the Central Search Window, to provide a cleaner and lighter user experience.
What's Changed
- β‘ Convert database operations to async/await pattern with IO dispatcher by @guiyanakuang in #3489
- π Fix database concurrency issues by introducing HikariCP by @guiyanakuang in #3491
- π Remove clipboard display from Main Window (keep in Sidebar only) by @guiyanakuang in #3492
- π Remove Central Search Window implementation by @guiyanakuang in #3493
- π¨ Merge i18n update and sort logic into single script by @guiyanakuang in #3495
- π Resolve token refresh freeze and progress bar issues by @guiyanakuang in #3497
- β¨ Make Server interface async and improve shutdown handling by @guiyanakuang in #3499
- π Update version to 1.2.5 by @guiyanakuang in #3502
Full Changelog: 1.2.4.1778...1.2.5.1787