From c17834e9006a96b33624b97d15daad069fe97c9c Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 26 Apr 2023 22:06:55 -0400 Subject: [PATCH] chore: First-pass release notes for 0.0.9 (#384) --- RELEASE_NOTES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b3543c6a..eca8567b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,31 @@ This section contains past updates we've sent to current Trusted Testers. +## 0.0.9 - Open Beta + +Welcome to 0.0.9, big changes ahead! + +If you're already using Shorebird, you can upgrade to the latest version +with `shorebird upgrade`. + +It no longer requires an invite to use Shorebird. You can create and account +and subscribe to the Open Beta directly from the command line. Instructions +are available at our new docs site: https://docs.shorebird.dev/ + +What's new: + * New site: https://shorebird.dev/ and docs site: https://docs.shorebird.dev/ + * Windows support! https://docs.shorebird.dev now has instructions on how + to install Shorebird on Windows. + * Updates no longer block launch. When available, updates are still applied + during app launch, but now on a background thread. This means that your + development flow to test your patches will involve launching your app + letting it update in the background, and then re-launching to see the patch + applied. This change was made to improve the experience for users + (there is no longer a synchronous network request during app startup) and + make apps resilient to unreliable networks during launch. + +As always, please let us know if you see any issues. + ## Announcement for 0.0.8 We've just released Shorebird CLI v0.0.8 🎉