gnucash-htdocs master: Fix "3.9 released" header and a few tags

Frank H.Ellenberger fell at code.gnucash.org
Sat Aug 22 16:53:08 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e6ad7f31 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/39ba5632 (commit)



commit e6ad7f316cf0ab37418eff67fa1fe2f828ab5e93
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Aug 22 22:52:43 2020 +0200

    Fix "3.9 released" header and a few tags

diff --git a/news/200329-3.9.news b/news/200329-3.9.news
index 60cafa8..98aab6e 100644
--- a/news/200329-3.9.news
+++ b/news/200329-3.9.news
@@ -1,4 +1,4 @@
-<b>Announcement:</b> GnuCash 3.8 Release
+<b>Announcement:</b> GnuCash 3.9 Release
 2020-03-29
 
 <h2>GnuCash 3.9 released</h2>
diff --git a/news/200614-3.905.news b/news/200614-3.905.news
index 773f145..b87b5ab 100644
--- a/news/200614-3.905.news
+++ b/news/200614-3.905.news
@@ -109,9 +109,9 @@
 <p>Between 3.904 and 3.905, the following bugfixes were accomplished. Some of these will also be fixed in GnuCash 3.11, some are for 4.0 only.</p>
 <ul>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796993">Bug 796993 - Gnucash should warn the user in case of missing Alphavantage API key instead of silently failing</a></li>
-  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797531">Bug 797531 - Improve behaviour when following a hyperlink to a split that's filtered in the register</a><p>Currently if a jump to a filtered register is made, this could be from a report, other register, reconcile window and transaction associations and the destination split is not shown the jump will end up at the last active cell. This could be confusing so add a test for the destination split being visible and warn the user with an option to temporarily clear the filter. </p></li>
+  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797531">Bug 797531 - Improve behaviour when following a hyperlink to a split that's filtered in the register</a><p>Currently if a jump to a filtered register is made, this could be from a report, other register, reconcile window and transaction associations and the destination split is not shown the jump will end up at the last active cell. This could be confusing so add a test for the destination split being visible and warn the user with an option to temporarily clear the filter.</p></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797746">Bug 797746 - [reports] German umlauts not escaped</a></li>
-  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797790">Bug 797790 - [Transaction Association] Change dialogue: use existing information to determine the default folder</a><p>When there is no association set, if the file option is chosen set the default folder for the file chooser to that of the path head preference. </p></li>
+  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797790">Bug 797790 - [Transaction Association] Change dialogue: use existing information to determine the default folder</a><p>When there is no association set, if the file option is chosen set the default folder for the file chooser to that of the path head preference.</p></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797791">Bug 797791 - [Windows] list of command line options after 'gnucash.exe --help'?</a><p>Make gnucash-cli a console application on Windows so that its output will be redirected to the connected console.</p></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797799">Bug 797799 - Add Tip of the Day for "Notes" field</a></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797804">Bug 797804 - Date entry field is glitchy (v3.904 regression)</a></li>
diff --git a/news/200621-3.906.news b/news/200621-3.906.news
index 29fdc15..beeb963 100644
--- a/news/200621-3.906.news
+++ b/news/200621-3.906.news
@@ -30,12 +30,12 @@
 </ul>
 <h3>New Features</h3>
 <ul>
-    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.
+    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.</li>
   <ul>
     <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash</code></li>
-  </ul></li>
+  </ul>
   <li>When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless.</li>
   <li>New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.</li>
   <li> Python bindings are now localized and their strings available for translation.</li>
@@ -111,7 +111,6 @@
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797811">Bug 797811 - GnuCash crashes with segfault when saving to mysql when database already exists.</a></li>
 </ul>
 
-
 <p> The following fixes and improvements were not associated with bug reports or new features:</p>
 <ul>
   <li>Add missing #includes into gnc-imp-settings-csv-price.cpp</li>



Summary of changes:
 news/200329-3.9.news   | 2 +-
 news/200614-3.905.news | 4 ++--
 news/200621-3.906.news | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list