-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1581 from ardriveapp/dev
PE-5492: Release App v3.21.0
- Loading branch information
Showing
49 changed files
with
1,536 additions
and
554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,10 @@ on: | |
env: | ||
BUILD_NUMBER: ${{ github.run_number }} | ||
RELEASE_NOTES: Staging - ${{ github.sha }} | ||
SENTRY_DSN: ${{secrets.SENTRY_DSN}} | ||
SENTRY_ORG: ${{secrets.SENTRY_ORG}} | ||
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}} | ||
SENTRY_PROJECT: ${{secrets.SENTRY_PROJECT}} | ||
|
||
jobs: | ||
pre-build: | ||
|
@@ -46,7 +50,8 @@ jobs: | |
run: | | ||
scr setup | ||
flutter config --enable-web | ||
flutter build web --dart-define=environment=staging --release --pwa-strategy=none --no-web-resources-cdn | ||
flutter build web --dart-define=environment=staging --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=SENTRY_PROJECT=${SENTRY_PROJECT} --dart-define=SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} --dart-define=SENTRY_ORG=${SENTRY_ORG} --release --pwa-strategy=none --no-web-resources-cdn | ||
flutter packages pub run sentry_dart_plugin | ||
# Deploy to github pages | ||
- uses: JamesIves/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Enhances user interface with new options to create manifests for folders with pending files. | ||
- Introduces a reminder pop-up for users with large drives to encourage snapshot usage, enhancing sync efficiency. | ||
- Provides immediate update visibility when renaming a file or folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.