Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrate auto_updater for macOS #7328

Merged
merged 9 commits into from
Feb 10, 2025

Conversation

LucasXu0
Copy link
Collaborator

@LucasXu0 LucasXu0 commented Feb 6, 2025

Feature Preview

  • Integrate auto-updater for macOS
  • Support critical update
  • Add update banner in sidebar
  • Add "About AppFlowy" section in settings page
  • Support fetching the latest version from appcast
    • arm64
    • x86_64
Screenshot 2025-02-06 at 14 21 45 Screenshot 2025-02-06 at 14 21 58

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

@LucasXu0 LucasXu0 changed the title feat: integrate auto_updater in macOS feat: integrate auto_updater for macOS Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

🥷 Ninja i18n – 🛎️ Translations need to be updated

Project /project.inlang

lint rule new reports level link
Missing translation 319 warning contribute (via Fink 🐦)

@LucasXu0 LucasXu0 force-pushed the auto_updater_macos branch 2 times, most recently from a52b7b2 to 5d00a34 Compare February 6, 2025 06:46
@LucasXu0 LucasXu0 added the 0.8.4 label Feb 7, 2025
@appflowy
Copy link
Contributor

@LucasXu0 How do we handle auto update on Windoes and Linux?

@LucasXu0
Copy link
Collaborator Author

The process on Windows is similar to the macOS one. The major issue is the code signing verification, which will show "improper code signing" when updating automatically.

For the Linux platform, we only do version checks and show a toast to notify users to download the latest package from our official website.

@LucasXu0 LucasXu0 merged commit f53e9d6 into AppFlowy-IO:main Feb 10, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants