Releases: toeverything/AFFiNE
Releases · toeverything/AFFiNE
2026.1.9-canary.907
feat(editor): enhance string comparison handling in eval.ts (#14233) Refactors the compareString function to safely handle null and undefined inputs and improves overall string comparison logic. This prevents incorrect sort behavior and ensures consistent ordering when comparing mixed or missing values, particularly in table view sorting scenarios. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved string comparison used for sorting: empty values are consistently placed last, numeric parts sort numerically before non-numeric parts, and mixed-type and case variations are handled more predictably for stable, consistent ordering across data views. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026.1.7-canary.907
chore: bump deps (#14227) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated backend service dependencies to the latest stable versions for improved performance and security. * Upgraded UI component library dependencies to the latest minor releases. * **Improvements** * Enhanced web search functionality for better search results on standard AI models. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
0.26.0-beta.4
chore: bump theme@1.1.23 (#14222) close #13952 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded the shared theme library from v1.1.16 to v1.1.23 across the project (core components, UI widgets, content blocks, and frontend apps), delivering the latest styling and design refinements platform-wide. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: L-Sun <zover.v@gmail.com>
2026.1.5-canary.909
v2026.1.5-canary.909 feat(server): add LISTEN_ADDR env var for allowing server to listen o…
0.26.0-beta.3
v0.26.0-beta.3 fix: blob sync
0.26.0-beta.2
fix: normalize shortcut display (#14196) Normalize shortcut tokens and remove stray whitespace. Uncomment group/ungroup shortcuts now that the feature is implemented. Fix Windows redo shortcut display. <img width="142" height="230" alt="image" src="https://github.com/user-attachments/assets/989e061e-1ca2-489c-ab8e-6baad853d438" /><img width="142" height="37" alt="image" src="https://github.com/user-attachments/assets/671ed9b2-ccad-44ad-8889-7810bb01143c" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Standardized keyboard shortcut representations across the application for improved consistency and clarity in shortcut displays. * Corrected spacing inconsistencies in shortcut entries to ensure uniform formatting. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com>
0.26.0-beta.1
v0.26.0-beta.1 fix: query type cast
0.26.0-beta.0
v0.26.0-beta.0 fix: cloud workspace search prefer & highlights
0.25.7
What's Changed
- fix(editor): use onBlur for input handling in property menu by @lawvs in #14049
- fix(server): apple sign by @darkskygit in #14053
- feat(i18n): update FR translate & corrections by @Zegnos in #14052
- feat(native): native reader for indexer by @darkskygit in #14055
- fix(core): handle image-blob reduce errors more gracefully by @ddybing in #14056
- feat(server): improve oauth by @darkskygit in #14061
- chore: bump up nodemailer version to v7.0.11 [SECURITY] by @renovate[bot] in #14062
New Contributors
Full Changelog: v0.25.6...v0.25.7
0.25.7-beta.0
v0.25.7-beta.0 chore: bump version