I am using Squirrel for updates in my app(Electron).
And I'm looking for nice way to display release notes.
Something like this:

Where can I found information about this? How can I make my message window looks like this?
I am using Squirrel for updates in my app(Electron).
And I'm looking for nice way to display release notes.
Something like this:

Where can I found information about this? How can I make my message window looks like this?
I think the only ways to do that is :
I know you can make custom dialog windows but less complex than this one with the dialog.showMessageBox() API (See more here)