update changelogs in-app

This commit is contained in:
Stéphane Lesimple
2025-05-03 10:55:36 +02:00
parent 117fcb1ee9
commit 49cf87bb31
2 changed files with 15 additions and 8 deletions

View File

@@ -780,11 +780,13 @@ void GuiAboutDialog()
GuiAboutTextWithLink(vbox, text, HOMEPAGE);
g_free(text);
GuiAboutTextWithLink(vbox, _("\nThis version is <b>not the original</b>. It has been patched\n"
"for Debian to support DVD-ROMs (with and without encryption),\n"
"and subsequently patched again to support a CLI-only build, among other things.\n\n"
"Please do not bother the original authors of dvdisaster\n"
"but submit bugreports against [GitHub] instead.\n"),
GuiAboutTextWithLink(vbox, _("\nThis version is <b>not the original</b>. It has been enhanced mainly to\n"
"add support for BD-R TL/QL and HD-DVD, add support for stripping ECC from ISOs,\n"
"add an option to generate BD-R RS03 images with more redundancy,\n"
"re-enable adaptive reading support,\n"
"port the GUI to GTK3, and a lot of other things.\n\n"
"Please do not bother the original authors of dvdisaster,\n"
"submit bugreports against [GitHub] instead.\n"),
"https://github.com/speed47/dvdisaster");
#ifdef SYS_NETBSD

View File

@@ -80,9 +80,14 @@ void GuiCreateWelcomePage(GtkNotebook *notebook)
GuiAboutText(box, _("<i>New in this Version:</i>"));
GuiAboutTextWithLink(box, _("This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
"We add support for BD-R TL/QL, Windows and MacOS builds, an option to produce bigger BD-R RS03,\n"
"images, support for stripping ECC from ISOs, re-enabled adaptive reading (except for RS03), and more.\n"
GuiAboutTextWithLink(box, _(
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
"- add support for BD-R TL/QL and HD-DVD,\n"
"- add support for stripping ECC from ISOs,\n"
"- add an option to generate BD-R RS03 images with more redundancy,\n"
"- re-enable adaptive reading support,\n"
"- port the GUI to GTK3,\n"
"- ... and a lot more.\n"
"\n"
"Please refer to the <i>Help &gt; Change log</i> menu for all the details."), "https://github.com/speed47/dvdisaster");