Update affine to v0.26.3 (#4886)

This commit is contained in:
Alexander L. 2026-02-26 14:38:23 +01:00 committed by GitHub
parent 975a846e64
commit 0b350a9315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 16 deletions

View File

@ -6,7 +6,7 @@ services:
APP_PORT: 3010
web:
image: ghcr.io/toeverything/affine:0.26.2@sha256:0690dd1be1feafe8a9a31f28391d2f531f2d2cac5d9f31b43c44ed7266d3be19
image: ghcr.io/toeverything/affine:0.26.3@sha256:725aaceb0ed94d4b832ae6ef9414503291c9b2b4f60bd6f3c7eef571b6149add
restart: on-failure
environment:
- AFFINE_CONFIG_PATH=/root/.affine/config
@ -25,7 +25,7 @@ services:
condition: service_completed_successfully
migration:
image: ghcr.io/toeverything/affine:0.26.2@sha256:0690dd1be1feafe8a9a31f28391d2f531f2d2cac5d9f31b43c44ed7266d3be19
image: ghcr.io/toeverything/affine:0.26.3@sha256:725aaceb0ed94d4b832ae6ef9414503291c9b2b4f60bd6f3c7eef571b6149add
restart: on-failure
command:
['sh', '-c', 'node ./scripts/self-host-predeploy']

View File

@ -3,7 +3,7 @@ id: affine
name: Affine
tagline: Open source alternative to Notion, Miro, and Airtable
category: files
version: "0.26.2"
version: "0.26.3"
port: 3013
description: >-
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro.
@ -36,20 +36,13 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This release brings significant improvements to content management, collaboration features, and performance optimizations.
Key highlights include:
- Cloud Calendar integration with support for Google Calendar and CalDAV connections
- Support for Typst code block preview in the editor
- Improved Markdown import with frontmatter metadata support
- Large attachment sync optimizations with chunked and resumable uploads
- PDF rendering performance improvements for faster loading of large files
- Native local indexing with better search capabilities
- Improved kanban view grouping and layout switching
- Number format customization in database columns
- Enhanced editor stability for Firefox and Safari
- Workspace sharing controls and improved doc sync performance
- Improved edgeless performance during dragging and zooming
- Improved key mapping for non-U.S. keyboard layouts
- Improved database filter, callout default style, and dark mode visibility
- Improved S3 provider compatibility for self-hosted setups
- Improved admin panel with a better dashboard and settings interface
- Fixed an issue where history could be created repeatedly during concurrent operations
Full release notes are found at https://github.com/toeverything/AFFiNE/releases