What's Changed
Full Changelog: v8.5.2...v8.6.0
Features
- feat: dynamic color theme support for PWA by @Smaug6739 in #362
- feat: support glassmorphism app theme and refactor all styles by @Smaug6739 in #385
- feat: new settings organization by @Smaug6739 in #390
- feat: new preferences support by @Smaug6739 in #393
- feat: disable native login app flag by @Smaug6739 in #396
- feat: PWA share target support to share notes, URL and files by @Smaug6739 in #395
- feat: better cache handling in PWA de3ff4b
- feat: support default category for uploads 96f22d9
- feat: custom styes injection 6ee9f7e
- feat: new preferences organisation in settings and unify styles 5309f85
- feat(styles): implement glassmorphism theme with backdrop effects and variable adjustments 2474d34
Refactor
- refactor: command center v2.1 use modal system by @Smaug6739 in #361
- refactor: enhance resource management by adding configurable upload limits and supported types direcly to the service 5ddafaa
- refactor: change name of "Preferences" composable to follow conventions d16f736
- refactor: simplify preferences access across components 48ff37f
- refactor(MediumView): remove unused transition logic and clean up styles da810b8
- refactor(styles): replace fixed transition durations with variable for consistency a78dff4
- refactor(styles): remove custom scrollbar styles for consistency across components a65c662
- refactor(styles): replace fixed border-radius with variable for consistency f6a8f04
- refactor(styles): standardize kbd styles across components c60fbf3
- refactor(styles): export backdrop variables to css variables 271df30
- refactor(styles): replace hard coded values with variables 9e3a9a2
- refactor(styles): replace hard coded shadow values with css variables 197afa7
- refactor(styles): replace transition time with scss variable 5caf048
- refactor: reorganize scss code in separated files de96de1
- refactor: new css variables names & simplify styles of modals 6dc3d62)
Fix
- fix: markdown editor underline syntax, guide, shortcuts and color formatting by @Smaug6739 in #389
- fix: general frontend fixes and interface improvements by @Smaug6739 in #394
- fix: app tag input now have a button in minimal mode fe30b0f
- fix: add nullable attribute to some app select to remove selection 2a77676
- fix: update category buttons layout missing space b76f80b
- fix: files icons names mismatch 75ff959
- fix: change TOC target scroll handler to use the new navigation system d32330f
- fix: home recent card responsive design cae3151
- fix: preferences modal capture events 4f84fd1
- fix(shortcut): add new ones for sub script and super script and stop propagation to avoid conflicts fa82700
- fix(shortcuts): increase priority of custom shortcuts in editor c8af29e
- fix(markdown): underline now use double _ and remove markdown-it-underline dependency 8e85123
- fix(markdown): support inline formats for color plugin ad819cd
- fix: modal close & navigation & code 33980a6
- fix(styles): page component double scroll 67f7dd7
- fix: katex overflow problems, recalculate with position relative 216637e
- fix: new css variables names 85e3043