Add What's New popup on launching the terminal after an update #11526

Closed
opened 2026-01-31 02:50:07 +00:00 by claunia · 2 comments
Owner

Originally created by @rluvaton on GitHub (Nov 21, 2020).

Description of the new feature/enhancement

The problem is that I update the terminal and most of the time I don't know what changes have been made so a popup with the release notes summary would help to see what is new.

I know that you press the About button but it has 2 problems:

  1. It opens the browser which I would like to see in the app without the need for internet access.
  2. It redirects you to GitHub Releases which is not the release notes for your release

I think that the release notes popup should from the previous version to the newly updated version

Proposed technical implementation details (optional)

Options:

  1. Ship the program with the release notes
    You can save the release notes in the program and after an update get the release notes from that file.

  2. PostUpdate script (if there is such a thing)
    Fetch from GitHub the relevant release notes

Originally created by @rluvaton on GitHub (Nov 21, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement The problem is that I update the terminal and most of the time I don't know what changes have been made so a popup with the release notes summary would help to see what is new. I know that you press the _About_ button but it has 2 problems: 1. It opens the browser which I would like to see in the app without the need for internet access. 2. It redirects you to GitHub Releases which is not the release notes for **your** release I think that the release notes popup should from the previous version to the newly updated version <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) ## Options: 1. **Ship the program with the release notes** You can save the release notes in the program and after an update get the release notes from that file. 2. **PostUpdate script (if there is such a thing) Fetch from GitHub the relevant release notes** <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 02:50:08 +00:00
Author
Owner

@DHowett commented on GitHub (Nov 22, 2020):

Thanks for the request! We're tracking this with /dup #5513.

Option 1 would require us to write the release notes before building and validating the final build, which makes it pretty annoying given the team's bandwidth. I'm also not keen on shipping any UI in our app that is an embedded web browser.

The best I'm willing to do is to redirect to a release-specific page so that I can address issue (2) 😄

@DHowett commented on GitHub (Nov 22, 2020): Thanks for the request! We're tracking this with /dup #5513. Option 1 would require us to write the release notes before building and validating the final build, which makes it pretty annoying given the team's bandwidth. I'm also not keen on shipping any UI in our app that _is an embedded web browser_. The best I'm willing to do is to redirect to a release-specific page so that I can address issue (2) :smile:
Author
Owner

@ghost commented on GitHub (Nov 22, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Nov 22, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11526