File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,8 @@ jobs:
369369 sudo apt-get install -y build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
370370 sudo apt-get install keybinder-3.0
371371 sudo apt-get install -y alien libnotify-dev
372+ sudo add-apt-repository universe
373+ sudo apt install libfuse2
372374 source $HOME/.cargo/env
373375 cargo install --force --locked cargo-make
374376 cargo install --force --locked duckscript_cli
Original file line number Diff line number Diff line change 11# Release Notes
2+ ## Version 0.8.9 - 16/04/2025
3+ ### Desktop
4+ #### New Features
5+ - Supported pasting a link as a mention, providing a more condensed visualization of linked content
6+ - Supported converting between link formats (e.g. transforming a mention into a bookmark)
7+ - Improved the link editing experience with enhanced UX
8+ - Added OTP (One-Time Password) support for sign-in authentication
9+ - Added latest AI models: GPT-4.1, GPT-4.1-mini, and Claude 3.7 Sonnet
10+ #### Bug Fixes
11+ - Fixed an issue where properties were not displaying in the row detail page
12+ - Fixed a bug where Undo didn't work in the row detail page
13+ - Fixed an issue where blocks didn't grow when the grid got bigger
14+ - Fixed several bugs related to AI writers
15+ ### Mobile
16+ #### New Features
17+ - Added sign-in with OTP (One-Time Password)
18+ #### Bug Fixes
19+ - Fixed an issue where the slash menu sometimes failed to display
20+ - Updated the mention page block to handle page selection with more context.
21+
222## Version 0.8.8 - 01/04/2025
323### New Features
424- Added support for selecting AI models in AI writer
You can’t perform that action at this time.
0 commit comments