Skip to content

Commit 0689f4e

Browse files
authored
chore: bump version 0.7.8 (#7000)
* chore: bump version 0.7.8 * chore: use --locked to install duckscript
1 parent 867d515 commit 0689f4e

File tree

16 files changed

+46
-24
lines changed

16 files changed

+46
-24
lines changed

.github/workflows/android_ci.yaml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
rustup target install aarch64-linux-android
153153
rustup target install x86_64-linux-android
154154
rustup target add armv7-linux-androideabi
155-
cargo install --force duckscript_cli
155+
cargo install --force --locked duckscript_cli
156156
cargo install cargo-ndk
157157
if [ "$RUNNER_OS" == "Linux" ]; then
158158
sudo wget -qO /etc/apt/trusted.gpg.d/dart_linux_signing_key.asc https://dl-ssl.google.com/linux/linux_signing_key.pub

.github/workflows/ios_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
working-directory: frontend
8686
run: |
8787
rustup target install aarch64-apple-ios-sim
88-
cargo install --force duckscript_cli
88+
cargo install --force --locked duckscript_cli
8989
cargo install cargo-lipo
9090
cargo make appflowy-flutter-deps-tools
9191
shell: bash

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
vcpkg integrate install
7676
cargo install --force cargo-make
77-
cargo install --force duckscript_cli
77+
cargo install --force --locked duckscript_cli
7878
7979
- name: Build Windows app
8080
working-directory: frontend
@@ -159,7 +159,7 @@ jobs:
159159
working-directory: frontend
160160
run: |
161161
cargo install --force cargo-make
162-
cargo install --force duckscript_cli
162+
cargo install --force --locked duckscript_cli
163163
164164
- name: Build AppFlowy
165165
working-directory: frontend
@@ -257,7 +257,7 @@ jobs:
257257
working-directory: frontend
258258
run: |
259259
cargo install --force cargo-make
260-
cargo install --force duckscript_cli
260+
cargo install --force --locked duckscript_cli
261261
262262
- name: Build AppFlowy
263263
working-directory: frontend
@@ -371,7 +371,7 @@ jobs:
371371
sudo apt-get install -y alien libnotify-dev
372372
source $HOME/.cargo/env
373373
cargo install --force cargo-make
374-
cargo install --force duckscript_cli
374+
cargo install --force --locked duckscript_cli
375375
rustup target add ${{ matrix.job.target }}
376376
377377
- name: Install gcc-aarch64-linux-gnu

.github/workflows/rust_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: frontend
4242
run: |
4343
cargo install --force cargo-make
44-
cargo install --force duckscript_cli
44+
cargo install --force --locked duckscript_cli
4545
4646
- uses: Swatinem/rust-cache@v2
4747
with:

.github/workflows/tauri_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: matrix.platform == 'windows-latest'
7474
working-directory: frontend
7575
run: |
76-
cargo install --force duckscript_cli
76+
cargo install --force --locked duckscript_cli
7777
vcpkg integrate install
7878
7979
- name: install dependencies (ubuntu only)

.github/workflows/tauri_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: matrix.settings.platform == 'windows-latest'
8484
working-directory: frontend
8585
run: |
86-
cargo install --force duckscript_cli
86+
cargo install --force --locked duckscript_cli
8787
vcpkg integrate install
8888
8989
- name: install dependencies (ubuntu only)

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
# Release Notes
2+
## Version 0.7.7 - 09/12/2024
3+
### New Features
4+
- Added support "set to page width" and "distribute columns evenly" for table block
5+
- Added support for reordering column/row in table block
6+
- Added support inserting multiple lines in table block
7+
- Revamped the mention page interactions in AI chat page
8+
- Improve the AI referenced sources UI in AI chat page
9+
10+
### Bug Fixes
11+
- Fixed an error when opening files in the database in local mode
12+
- Fixed arrow up/down navigation not working for selecting a language in code block
13+
- Fixed an issue where deleting multiple blocks using the drag button on the document page didn't work
14+
15+
## Version 0.7.7 - 09/12/2024
16+
### Bug Fixes
17+
- Fixed sidebar menu resize regression
18+
- Fixed AI chat loading issues
19+
- Fixed inability to open local files in database
20+
- Fixed mentions remaining in notifications after removal from document
21+
- Fixed event card closing when clicking on empty space
22+
- Fixed keyboard shortcut issues
23+
224
## Version 0.7.6 - 03/12/2024
325
### New Features
426
- Revamped the simple table UI
@@ -948,4 +970,4 @@ Bug fixes and improvements
948970
- Increased height of action
949971
- CPU performance issue
950972
- Fix potential data parser error
951-
- More foundation work for online collaboration
973+
- More foundation work for online collaboration

codemagic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workflows:
2020
2121
rustup target install aarch64-apple-ios-sim
2222
cargo install --force cargo-make
23-
cargo install --force duckscript_cli
23+
cargo install --force --locked duckscript_cli
2424
cargo install --force cargo-lipo
2525
2626
cargo make appflowy-flutter-deps-tools

frontend/appflowy_flutter/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ packages:
6161
dependency: "direct main"
6262
description:
6363
path: "."
64-
ref: ca04a67
65-
resolved-ref: ca04a675c06071678ef5901d6000cc4d6ac745e8
64+
ref: c6909a7
65+
resolved-ref: c6909a7a04b31c3ea0352e2b68b059b46170b56a
6666
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
6767
source: git
6868
version: "4.0.0"
6969
appflowy_editor_plugins:
7070
dependency: "direct main"
7171
description:
7272
path: "packages/appflowy_editor_plugins"
73-
ref: "3f82111"
74-
resolved-ref: "3f82111f958b0ac9f06aa80fd19a629f3a649ec0"
73+
ref: "8047c21"
74+
resolved-ref: "8047c21868273d544684522eb61e4ac2d2041409"
7575
url: "https://github.com/AppFlowy-IO/AppFlowy-plugins.git"
7676
source: git
7777
version: "0.0.6"

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ dependency_overrides:
174174
appflowy_editor:
175175
git:
176176
url: https://github.com/AppFlowy-IO/appflowy-editor.git
177-
ref: "ca04a67"
177+
ref: "c6909a7"
178178

179179
appflowy_editor_plugins:
180180
git:
181181
url: https://github.com/AppFlowy-IO/AppFlowy-plugins.git
182182
path: "packages/appflowy_editor_plugins"
183-
ref: "3f82111"
183+
ref: "8047c21"
184184

185185
sheet:
186186
git:

0 commit comments

Comments
 (0)