Skip to content

Commit 41ca1dd

Browse files
authored
chore: bump version 0.9.9 (#8214)
1 parent a447af3 commit 41ca1dd

File tree

3 files changed

+69
-2
lines changed

3 files changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,71 @@
11
# Release Notes
2+
## Version 0.9.9 – 11/09/2025
3+
### Desktop
4+
#### New Features
5+
- Workspace user profile: customize your avatar, about me, and profile card banner
6+
7+
### Mobile
8+
#### New Features
9+
- Workspace user profile: customize your avatar, about me, and profile card banner
10+
- Two new Android widgets: Recent Pages and Favorites
11+
- A new iOS widget: Quick Page Access
12+
- iOS Share to AppFlowy: quickly save browser page links with optional notes to a target AppFlowy page
13+
14+
## Version 0.9.8 – 28/08/2025
15+
### Desktop
16+
#### New Features
17+
- Bulk add collaborators with Can view / Can edit permissions via the Share menu
18+
- Enable setting the start of the week to Monday to control default calendar layouts in the calendar view and date picker
19+
- Sync date and time formats, language, and week start day across devices under the same user account
20+
- Offer 10 premium Select-option colors to Pro Plan users
21+
- Support managing pending members via Settings → Members
22+
23+
### Mobile
24+
#### New Features
25+
- Support iOS widgets for quick access to recent and favorite pages
26+
- Offer 10 premium Select option colors to Pro Plan users
27+
- Support managing pending members via Settings → Members
28+
29+
## Version 0.9.7 – 13/08/2025
30+
### Desktop
31+
#### New Features
32+
- Mention or assign persons in documents via '@' or '/'
33+
- Mentioned persons get notified about the mention via email
34+
- More colors are available for database Select options and page covers
35+
- Back up your AppFlowy workspace: Export your workspace as a ZIP file and import it back at any time
36+
- GPT-5 is now available in AppFlowy
37+
38+
### Mobile
39+
#### New Features
40+
- Mention or assign persons in documents via '@' or '/'
41+
- Mentioned persons get notified about the mention via email
42+
- More colors are available for database Select options and page cover
43+
44+
#### Bug Fixes
45+
- Fixed login page UI overflow issues on small screen devices
46+
47+
## Version 0.9.6 – 05/08/2025
48+
49+
### Bug Fixes
50+
- Fixed some syncing issues
51+
- Improved the Share menu
52+
- Fixed some UI issues related to database filters and sorts
53+
54+
## Version 0.9.5 – 17/07/2025
55+
### Desktop
56+
#### New Features
57+
- Vault Workspace: A new workspace type, private and offline. AI runs locally with no data transfer. Supports switching embedding models, chatting with files (PDF, Markdown, TXT). Includes RAG search with AI-generated overviews.
58+
- Revamped color pickers in documents: Expanded palette with support for custom colors
59+
60+
### Mobile
61+
#### New Features
62+
- iOS In‑App Sign‑In: Sign in directly within the iOS app
63+
- New colors: Improved text and background color options
64+
65+
Bug Fixes
66+
- Add a network connection indicator
67+
- Fix sync bugs and issues with WebSocket connections.
68+
269
## Version 0.9.4 – 02/07/2025
370
### Desktop
471
#### New Features

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2626
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2727
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2828
LIB_NAME = "dart_ffi"
29-
APPFLOWY_VERSION = "0.9.4"
29+
APPFLOWY_VERSION = "0.9.9"
3030
FLUTTER_DESKTOP_FEATURES = "dart"
3131
PRODUCT_NAME = "AppFlowy"
3232
MACOSX_DEPLOYMENT_TARGET = "11.0"

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Bring projects, wikis, and teams together with AI. AppFlowy is an
44
your data. The best open source alternative to Notion.
55
publish_to: "none"
66

7-
version: 0.9.4
7+
version: 0.9.9
88

99
environment:
1010
flutter: ">=3.27.4"

0 commit comments

Comments
 (0)