question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option for including release notes in update dialog

See original GitHub issue

Just 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:

release-notes

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:open
  • Created 5 years ago
  • Reactions:7
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
sindresorhuscommented, May 2, 2018

https://github.com/electron/electron/issues/12437 would make this easier to implement.

1reaction
zcbenzcommented, Apr 23, 2018

@MarshallOfSound @zcbenz is there a way to know at app startup that the app itself was recently updated? Don’t see a hook for that in the autoUpdater docs.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found