Add View Release Notes to Help menu (#31704)

<img width="891" alt="image"
src="https://github.com/user-attachments/assets/59e98fdb-c1b5-4948-8d69-661561d838f1"
/>



Release Notes:

- Added `View Release Notes` to `Help` menu
This commit is contained in:
Simon Pham 2025-05-30 02:39:54 +07:00 committed by GitHub
parent 181bf78b7d
commit 38e45e828b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,6 +213,10 @@ pub fn app_menus() -> Vec<Menu> {
Menu {
name: "Help".into(),
items: vec![
MenuItem::action(
"View Release Notes",
auto_update_ui::ViewReleaseNotesLocally,
),
MenuItem::action("View Telemetry", zed_actions::OpenTelemetryLog),
MenuItem::action("View Dependency Licenses", zed_actions::OpenLicenses),
MenuItem::action("Show Welcome", workspace::Welcome),