Add option for including release notes in update dialog
See original GitHub issueJust wondering if showing the release notes when prompting the user to restart is on the roadmap? Release notes would be taken from the github release.
Here’s a potential mock-up with a toggle to show/hide:
An option could toggle whether to show them or not:
require('update-electron-app')({
repo: 'ummoji/ummoji-desktop',
releaseNotes: true
})
Even if release notes are turned on they would only be shown if there are actually release notes associated with the release. The release notes would probably need to be contained with a maximum height and overflow content should scroll because otherwise the height of the dialog may be too large. Perhaps this should be configurable or perhaps not.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Salesforce Spring '23 Release Notes
Our release notes offer brief, high-level descriptions of enhancements and new features. We include setup information, tips to help you get started, ...
Read more >Logic Pro release notes - Apple Support
Before updating Logic Pro, make sure to back up the currently ... clicking a region while pressing Command + Option + Shift adds...
Read more >Dialogflow release notes - Google Cloud
You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes...
Read more >Change-Log for DIALOG - Thomas E. Dickey
+ add "use_scrollbar" setting in rc-file to use in whiptail.rc + improve manual page ... + update config.guess, config.sub 2021/03/24 + add configure...
Read more >Releases - GitLab Documentation
Select the New release checkbox. Close the dialog box to save. Prevent unintentional releases by setting a deploy freeze. Version history.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/electron/electron/issues/12437 would make this easier to implement.
The native auto-update frameworks used in Electron do not provide the functionality, it is usually implemented in apps by storing current version in a configuration file.