gnucash-htdocs beta: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Mar 26 17:08:10 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/447252ac (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3f15f0c0 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9c8135dd (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/18b4710f (commit)



commit 447252ac8a52532ce0b4ab46a46ac2dd28c55ec3
Merge: 18b4710 3f15f0c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 26 14:07:58 2023 -0700

    Merge branch 'master' into beta


commit 3f15f0c094e9ed6ffc64066c75b020938aa0c975
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 26 13:17:40 2023 -0700

    Announce release of GnuCash 5.0

diff --git a/docs.phtml b/docs.phtml
index 03bcbd9..9c2ec58 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -477,6 +477,7 @@ $older4		="2.2"; // until here region code in LANG required
 $older5		="2.4"; // region code no longer required
 $older6		="2.6";
 $older7		="3";
+$older7		="4";
 ?>
 
 <div class="featurecontainer">
diff --git a/download.phtml b/download.phtml
index b287d09..15e3105 100644
--- a/download.phtml
+++ b/download.phtml
@@ -85,7 +85,7 @@
       
       <ul>
         <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_win;?>">Microsoft Windows 7/8/10</a></li>
-        <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_mac_intel;?>">Apple OS X >= 10.9 "Mavericks" (Intel PC)</a></li>
+        <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_mac_intel;?>">Apple OS X >= 10.13 "High Sierra"</a></li>
         <li><a href="<?php echo $old_stable_path.$old_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $old_stable)?></li>
       </ul>
   <?php } ?>
diff --git a/externals/global_params.php b/externals/global_params.php
index 57058d8..e016cfe 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -3,12 +3,12 @@
      // This section defines the most recent version numbers for all platforms.
      // Each platform can define its own latest version or follow the default.
      // Both a latest stable version and a latest unstable version are defined.
-     $major_stable              ="4";
+     $major_stable              ="5";
      // TODO: on major_stable 5 in download.phtml copy from $old_stable into the historical
      // section: last_win7 and $last_mac_sierra
-     $minor_stable              ="14";
+     $minor_stable              ="0";
      // Number of Translations: Did we add or dropped some?
-     define("PROG_TRANSLATIONS", 58);
+     define("PROG_TRANSLATIONS", 61);
 
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
@@ -26,8 +26,8 @@
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_intel = $latest_unstable."-1";
 
-     $major_old_stable          ="3";
-     $minor_old_stable          ="11";
+     $major_old_stable          ="4";
+     $minor_old_stable          ="14";
      $old_stable            = $major_old_stable.".".$minor_old_stable;
      $old_stable_win        = $old_stable;
      $old_stable_mac_intel  = $old_stable."-1";
diff --git a/news/230326-5.0.news b/news/230326-5.0.news
new file mode 100644
index 0000000..14a2da5
--- /dev/null
+++ b/news/230326-5.0.news
@@ -0,0 +1,153 @@
+<b>Announcement:</b> GnuCash 5.0 Released
+2023-03-26
+
+<h2>GnuCash 5.0 Released</h2>
+
+<p>The GnuCash development team announces GnuCash 5.0</p>
+
+<h3>New Features</h3>
+<ul>
+    <li> A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from <em>Actions>Stock Assistant</em> when the focus tab is the Accounts page or a Stock or Fund account register.</li>
+    <li> A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use <em>Reports>Assets & Liabilities>Investment Lots</em> to see the report.</li>
+    <li>The Online Quotes facility has been completely rewritten and the old <tt>gnc-fq-check</tt>, <tt>gnc-fq-dump</tt>, and <tt>gnc-fq-helper</tt> programs have been replaced with <tt>finance-quote-wrapper</tt>. The functions performed by those programs may now be accomplished by passing commands to <tt>gnucash-cli -Q</tt>, see <tt>gnucash-cli --help</tt> for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need <tt>Date::Manip</tt> but needs <tt>JSON::Parse</tt> instead. <tt>gnc-fq-update</tt> has been, er, updated to reflect that.</li>
+    <li>A new tab on the New/Edit Account dialog called <em>More Properties</em> includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, <em>Balance Limit</em>. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.</li>
+    <li>The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.</li>
+    <li>File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single <em>Import from AQBanking</em> that supports importing any file format supported by AQBanking, including the frequently requested CAMT. (Note that some CAMT profiles are under the XML format.) </li>
+    <li>The import matcher now permits editing descriptions, notes, and memo fields in the matcher window before creating the transactions. Right-click and select from the context menu.</li>
+    <li>The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report. Note: When saving a configuration make sure that the invoice number is <em>not set</em> or you'll get that particular invoice instead of the one that you pressed the button for.</li>
+</ul>
+
+<h3>Significant Code Changes</h3>
+
+<h4>Deprecations (will be removed in GnuCash 6.0)</h4>
+<ul>
+    <li>_ (the alias for gettext. Use G_ instead</li>
+    <li>gnc:make-account-list-limited-option</li>
+    <li>gnc:make-account-list-option</li>
+    <li>gnc:make-account-sel-limited-option</li>
+    <li>gnc:make-account-sel-option</li>
+    <li>gnc:make-budget-option</li>
+    <li>gnc:make-color-option</li>
+    <li>gnc:make-commodity-option</li>
+    <li>gnc:make-complex-boolean-option</li>
+    <li>gnc:make-counter-format-option</li>
+    <li>gnc:make-counter-option</li>
+    <li>gnc:make-currency-option</li>
+    <li>gnc:make-date-format-option</li>
+    <li>gnc:make-font-option</li>
+    <li>gnc:make-internal-option</li>
+    <li>gnc:make-invoice-option</li>
+    <li>gnc:make-list-option</li>
+    <li>gnc:make-multichoice-callback-option</li>
+    <li>gnc:make-multichoice-option</li>
+    <li>gnc:make-number-plot-size-option</li>
+    <li>gnc:make-number-range-option</li>
+    <li>gnc:make-owner-option</li>
+    <li>gnc:make-pixmap-option</li>
+    <li>gnc:make-query-option</li>
+    <li>gnc:make-radiobutton-option</li>
+    <li>gnc:make-simple-boolean-option</li>
+    <li>gnc:make-string-option</li>
+    <li>gnc:make-taxtable-option</li>
+    <li>gnc:make-text-option</li>
+    <li>gnc:option-set-default-value</li>
+    <li>gnc:option-set-value</li>
+    <li>gnc:option-setter</li>
+    <li>gnc:option-value</li>
+    <li>gnc:register-option</li>
+    <li>The invoice option to gnc:register-report-create-internal</li>
+</ul>
+
+<h4>Report and Book Options</h4>
+<ul><li>This major change will affect everyone who has written custom reports in Guile Scheme.</li>
+    <li>The report and book options code has been completely rewritten in C++ with SWIG providing Guile Scheme access for reports. The new design requires directly registering options with for example <code>gnc-optiondb-register-string-option</code> instead of calling <code>gnc:make-string-option</code> to create an option followed by <code>gnc:register-option</code> to insert it in the report's options.</li>
+    <li>Value access is also changed: Instead of retrieving an option and then querying or setting its value with <code>gnc:option-value</code> one will query the optiondb with <code>gnc-option-value</code>, the arguments to which are the optiondb, the section, and the option name.</li>
+<li>Supporting the new options backend the options dialog code in gnc-dialog-options, gnc-business-options, and the new gnc-option-gtk-ui have also been rewritten in C++.</li>
+</ul>
+<h4>Online Price Retrieval</h4>
+<ul>
+<li>As noted under New Features the interface to Finance::Quote has been completely rewritten in C++ with much of the behavior previously coded in external perl scripts moved into GnuCash proper. This permits much better access to Finance::Quotes's facilities and in particular should provide much richer error reporting.</li>
+</ul>
+<h4>Stability Improvements</h4>
+<ul>
+<li>There are hundreds of small changes to prevent memory leaks, reduce unnecessary memory allocations, and fix compiler and static analyzer warnings.</li>
+<li>Use of deprecated API in C/C++ is now an error (with 3 exceptions), including for the minimum required version of GLib and Gtk.</li>
+<li>Extensive changes to the CSV importer, resolving most known bugs.</li>
+<li>Remove all unused variables and made an unused variable a compile error.</li>
+<li>Move all extern "C" declarations into the respective header files and remove extern "C" wrappers around #include statements.</li>
+<li>Separate the scheme financial functions into a separate module so that all other scheme code can be banished from libgnucash to bindings.</li>
+</ul>
+<h4>Modernization</h4>
+<ul>
+    <li>The menus and toolbars now use the GAction and GActionGroup actuation functions, replacing the deprecated GtkAction and GtkActionGroup APIs.</li>
+    <li>The experimental Register2 implementation is removed, as is the never-used Jalali calendar code and partly-written option code for creating a book currency.</li>
+</ul>
+<p>New and Updated Translations: Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian,  Spanish, Swedish, Ukrainian</p>
+
+<h4>Known Problems</h4>
+<p><a href="https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced">Complete list of all open bugs.</a></p>.
+
+<h2>Documentation</h2>
+<p>Concurrent with the release of GnuCash 5.0 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide</p>
+<p>Note that the document formerly titled Help is now the Manual</p>
+<p>The installation of the documentation has changed to match the XDG-Documentation recommendations so that recent releases of Gnome Desktop's Yelp can find it.</p>
+
+<h3>Getting GnuCash for Windows and MacOS</h3>
+<p>GnuCash is provided for both Microsoft Windows 8.1® and later
+    and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one
+    packages. An installer is provided for Microsoft Windows® while
+    the MacOS® package is a disk image containing a drag-and-drop
+    application bundle.</p>
+<p>The SHA256 Hashes for the downloadable files are:</p>
+<ul>
+    <li><code>cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824</code>  gnucash-5.0.tar.bz2</li>
+    <li><code>66dd5e32829cb6d8dd9a7e017a894583c7579932d13c4fe024329d9c6cfe956d</code>  gnucash-5.0.tar.gz</li>
+    <li><code>e9d30e36163a7f047daf2523ac35bf2218d2e661bcfc7f279d57d4d396caa33d</code>  gnucash-5.0.setup.exe</li>
+    <li><code>c8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a</code>  Gnucash-Intel-5.0-2.dmg</li>
+    <li><code>02a1d6d0d8c61aae47b1200af482967ed16322a41f31dd8cf3a6679e7159edb1</code>  gnucash-docs-5.0.tar.gz</li>
+</ul>
+
+<ul>
+  <li>SourceForge:
+  <ul>
+    <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.1/gnucash-5.0.setup.exe">Win32</a></li>
+    <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.0/Gnucash-Intel-5.0-1.dmg">Mac-Intel</a></li>
+  </ul></li>
+  <li>Github
+  <ul>
+    <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.0/gnucash-5.0.setup.exe">Win32</a></li>
+    <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.0/Gnucash-Intel-5.0-1.dmg">Mac-Intel</a></li>
+</ul></li></ul>
+
+<p>GnuCash is now available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 5.0 for yourself, the source code can be downloaded from:</p>
+<ul>
+
+  <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.0/gnucash-5.0.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.0/gnucash-5.0.tar.gz">gzip</a>.</li>
+
+  <li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/5.0/gnucash-5.0.tar.bz2">bzip</a>, <a href="https://github.com/Gnucash/gnucash/releases/download/5.0/gnucash-5.0.tar.gz">gzip</a></li>
+
+  <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+
+<h3>Getting the documentation</h3>
+
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 5.0 documentation can be found under "GnuCash v5 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles.</p>
+
+<p>If you want to compile the GnuCash Documentation 5.0 for yourself, the source code can be downloaded from:</p>
+<ul>
+  <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.0/gnucash-docs-5.0-1.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/5.0/gnucash-docs-5.0.tar.gz">GitHub</a></li>
+  <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+
+<h3>About the Program</h3>
+
+<p>GnuCash is a free, open source accounting program released under
+the GNU General Public License (GPL) and available for GNU/Linux,
+*BSD, Solaris, MacOS, and Microsoft Windows.  Programming on GnuCash
+began in 1997, and its first stable release was in 1998.</p>
diff --git a/robots.txt b/robots.txt
index b3e293f..34fab8e 100644
--- a/robots.txt
+++ b/robots.txt
@@ -26,6 +26,7 @@ Disallow: /docs/v2.2/
 Disallow: /docs/v2.4/
 Disallow: /docs/v2.6/
 Disallow: /docs/v3/
+Disallow: /docs/v4/
 
 # Keep robots away from the beta site
 
diff --git a/viewdoc.phtml b/viewdoc.phtml
index e0d4690..fd12f63 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -12,7 +12,7 @@ include("externals/header.phtml");
 include("externals/menu.phtml");
 
 # Some base parameters used later on
-# The helpdoc path applies to the 4.900/5.0 branch and is adjusted for
+# The helpdoc path applies to the 5.0 branch and is adjusted for
 # earlier versions below.
 $basepath       = \DEFAULT_URL."docs";
 $helpdoc        = "gnucash-manual/index.html";
@@ -59,6 +59,9 @@ if ($rev_to_show) {
         case "4":
             $showrev = "4";
             break;
+        case "5":
+            $showrev = "5";
+            break;
         case "current":
             $showrev = $current_stable;
             break;
@@ -84,10 +87,6 @@ if ($rev_to_show) {
             $helpdoc = "gnucash-help/help.html";
             break;
         case "4":
-            # Once gnucash 5 is out, the three cases below should be removed from the switch statement
-        case "current":
-        case "maint":
-        case "nightly":
             $helpdoc = "gnucash-help/index.html";
             break;
     }

commit 9c8135dd49c880e14192b5cd32172e62e9c2f753
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 26 11:00:30 2023 -0700

    Announce release of GnuCash 4.14

diff --git a/externals/global_params.php b/externals/global_params.php
index 62a9145..57058d8 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,14 +6,14 @@
      $major_stable              ="4";
      // TODO: on major_stable 5 in download.phtml copy from $old_stable into the historical
      // section: last_win7 and $last_mac_sierra
-     $minor_stable              ="13";
+     $minor_stable              ="14";
      // Number of Translations: Did we add or dropped some?
      define("PROG_TRANSLATIONS", 58);
 
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
      $latest_stable_win         = $latest_stable."";
-     $latest_stable_mac_intel   = $latest_stable."-2";
+     $latest_stable_mac_intel   = $latest_stable."-1";
 // Change this when there has been a re-tag to add the re-tag letter,
 // e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
      $tarball                   = $latest_stable."";
diff --git a/news/230326-4.14.news b/news/230326-4.14.news
new file mode 100644
index 0000000..c2f5b53
--- /dev/null
+++ b/news/230326-4.14.news
@@ -0,0 +1,129 @@
+<b>Announcement:</b> GnuCash 4.14 Released
+2023-03-26
+
+<h2>GnuCash 4.14 Released</h2>
+
+<p>The GnuCash development team announces GnuCash 4.14, the fifteenth and final release in the stable 4.x series</p>
+
+<h4>Between 4.13 and 4.14, the following bugfixes were accomplished:</h4>
+<ul>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797477">Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797725">Bug 797725 - Untranslatable string "For Period Covering ~a to ~a"</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797903">Bug 797903 - Transaction window: The 'blue line' is always (erroneously) topmost when t. sorting order is inverted.</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798570">Bug 798570 - Totals for the income, expenses and remaining to budget incorrect for one specific date.</li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798625">Bug 798625 - "Last up through report date" changed in 4.12</a><p>Don't adjust report dates with time64CanonicalDayTime. They're set to 23:59:59 local which is always >= neutral time at which prices and transactions are timestamped. Local noon is before neutral time for all time zones east of UTC+2. </p></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798679">Bug 798679 - Unicode normalization should be used for comparison but not stored.</a><p>Change to NFC normalization for all comparisons because the Unicode meaning of compatible might collide with the user's intent. </p></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798702">Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() closing a report before it completes.</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798705">Bug 798705 - ] New: UI string mismatch: OK vs. Next</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798712">Bug 798712 - Regional Decimal Point not recognized in budgets</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798717">Bug 798717 - Reports > Business > Fancy Invoice duplicates company details</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798732">Bug 798732 - : Type of balance carry forward accounts for german skr49 account template fixed</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798734">Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798734">Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798737">Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798740">Bug 798740 - Build fails with gcc 13</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798747">Bug 798747 - Crash in Investment Portfolio report</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798748">Bug 798748 - Transaction Notes field's value does not appear in reverse transaction.</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798754">Bug 798754 - Build fails with gcc 13 and glib > 2.76</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798759">Bug 798759 - Register widths for 'with sub-account' not saved</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798765">Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart</a></li>
+</ul>
+
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+    <li>Budget totals for one period would be wrong when increasing the number of periods.</li>
+    <li>Allow C decls after statements, legal since C99.</li>
+    <li>[kvp] Use static strings and boxed in gvalue_from_kvp_value. Saves allocating and copying complex values, avoiding potential memory leaks.</li>
+    <li>L10N:DE:Updating accounts from 0001 to 8000 DATEV-SKR04 2022-01-01.</li>
+    <li>Payment dialog - always list all possible post accounts. Before only the post account in the currency of the selected vendor or customer was available.</li>
+    <li>Revisit invoice payment in multi-currency context<ul><li>Show proper amount in dialog when applying or editing an existing transaction as payment</li><li>Be more careful not to waste the existing payment split</li><li>If the user changed the payment amount while starting from an existing transaction   unreconcile the changed payment split</li><li>Avoid needlessly changing transaction currency (only do so if the user chose a new transfer account and the old currency is neither the new transfer account's currency nor the post account's currency)</li></ul></li>
+    <li>Edit/assign payment - be more prudent not to lose data<p>We can't handle the case where a transaction has splits in more than one APAR account. Instead of only warning that some of them will be lost refuse to continue and leave it to the user to fix the transaction first. </p></li>
+    <li>Multi-currency - show split amount rather than transaction value</li>
+    <li>Activate feature GNC_FEATURE_EQUITY_TYPE_OPENING_BALANCE</li>
+    <li>[balsheet-pnl] move out of experimental into regular menu. After 4 years it can finally graduate.</li>
+    <li>[dialog-sx-editor]Allow a daily SX to show all recurrences in the calendar instead of only 6 months. </li>
+    <li>Update Form/Schedule line references for 2022 for the US Income Tax Report</li>
+</ul>
+<p>New and Updated Translations:  Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), French, Hebrew, Hungarian, Italian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian</p>
+
+<a href="https://hosted.weblate.org/engage/gnucash/">Help translate GnuCash on Weblate</a>
+
+<h4>Known Problems</h4>
+<p><a href="https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced">Complete list of all open bugs.</a></p>
+
+<h2>Documentation</h2>
+<p>Concurrent with the release of GnuCash 4.14 we're pleased to also release a new version of the companion Help and Tutorial and Concepts Guide</p>
+
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+    <li>Only use localized &url-docs-*; entities</li>
+    <li>Guide:C: Replace several wrong usages off "Help"
+        <ul>
+            <li>Protocol "help:" Link type "Help"—both are  available only under Linux</li>
+            <li>Document reference should be "Manual"</li>
+        </ul></li>
+</ul>
+
+
+<p>New and Updated Translations: None</p>
+
+<h3>Getting GnuCash for Windows and MacOS</h3>
+<p>GnuCash is provided for both Microsoft Windows 8.1® and later
+    and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one
+    packages. An installer is provided for Microsoft Windows® while
+    the MacOS® package is a disk image containing a drag-and-drop
+    application bundle.</p>
+
+<p>GnuCash is also available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>
+
+<p>The SHA256 Hashes for the downloadable files are:</p>
+<ul>
+    <li><code>ac1b550bc6a85c458323fbee5090828ed939aefd33a6902a0bba3e5d99c04199</code>  gnucash-4.14.tar.bz2</li>
+    <li><code>441a49b93874a400ba2152a3974e508cf7918c2d8d85340398b21c9ee8968e71</code>  gnucash-4.14.tar.gz</li>
+    <li><code>5454676a365f3d6539b4f01081fc1859185829761e644f13edfd1b9e51535d2d</code>  gnucash-4.14.setup.exe</li>
+    <li><code>4ed562c3bbfe4f5317b222b1d3728bd1c1bbf5f36ab335bab28c53a04417ab7d</code>  Gnucash-Intel-4.14-1.dmg</li>
+    <li><code>03793eb6a962018716628be7c7979e759b5db050990e2ac78c8905c037736da9</code>  gnucash-docs-4.14.tar.gz</li>
+</ul>
+
+<ul>
+    <li>SourceForge:
+        <ul>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.14/gnucash-4.14.setup.exe">Win32</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.14/Gnucash-Intel-4.14-2.dmg">Mac-Intel</a></li>
+        </ul></li>
+    <li>Github
+        <ul>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.14/gnucash-4.14.setup.exe">Win32</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.14/Gnucash-Intel-4.14-2.dmg">Mac-Intel</a></li>
+        </ul></li></ul>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 4.14 for yourself, the source code can be downloaded from:</p>
+<ul>
+
+    <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.14/gnucash-4.14.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.14/gnucash-4.14.tar.gz">gzip</a>.</li>
+
+    <li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/4.14/gnucash-4.14.tar.bz2">bzip</a>, <a href="https://github.com/Gnucash/gnucash/releases/download/4.14/gnucash-4.14.tar.gz">gzip</a></li>
+
+    <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+
+<h3>Getting the documentation</h3>
+
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 4.14 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.</p>
+
+<p>If you want to compile the GnuCash Documentation 4.14 for yourself, the source code can be downloaded from:</p>
+<ul>
+    <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.14/gnucash-docs-4.14.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/4.14/gnucash-docs-4.14.tar.gz">GitHub</a></li>
+    <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+
+<h3>About the Program</h3>
+
+<p>GnuCash is a free, open source accounting program released under
+    the GNU General Public License (GPL) and available for GNU/Linux,
+    *BSD, Solaris, MacOS, and Microsoft Windows.  Programming on GnuCash
+    began in 1997, and its first stable release was in 1998.</p>



Summary of changes:
 docs.phtml                  |   1 +
 download.phtml              |   2 +-
 externals/global_params.php |  12 ++--
 news/230326-4.14.news       | 129 +++++++++++++++++++++++++++++++++++++
 news/230326-5.0.news        | 153 ++++++++++++++++++++++++++++++++++++++++++++
 robots.txt                  |   1 +
 viewdoc.phtml               |   9 ++-
 7 files changed, 295 insertions(+), 12 deletions(-)
 create mode 100644 news/230326-4.14.news
 create mode 100644 news/230326-5.0.news



More information about the gnucash-changes mailing list