Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread David H
John,

Thanks for that, much appreciated.  Sourceforge links aren't working for me
- no 4.9 folder under gnucash (stable) ???  Github links work.

Cheers David H.


On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:

> The GnuCash development team announces GnuCash 4.9, the tenth release in
> the stable 4.x series
>
> Between 4.8 and 4.9, the following bugfixes were accomplished:
>
> • Bug 797502 - (RTL) - Right edge of the reports are locked while
> scrolling down
> Running gnucash in Hebrew, the right edge of the reports are locked while
> scrolling down and do not scroll with the rest of the report.
>
> • Bug 797618 - Spanish translation of Shares and Stock
> • Bug 797678 - OFX importer should supplement, not replace,
> existing Notes (and Description and Memo) fields
> Add an "Append" checkbox to the bottom of the "Generic import transaction
> matcher" window to the left of the "Reconcile after match" checkbox. When
> ticked, this causes the imported Description/Notes to be appended to the
> matched transaction Description/Notes respectively. The selected
> ticked/unticked state of the "Append" checkbox is saved in a key value pair
> for the import account, so the next import for that account will
> automatically default it to the saved state. As these mods are limited to
> the code for the matcher window, this should work for all the imports that
> use it - ie ofx & csv file imports (both tested) & aqbanking (cannot test).
>
> • Bug 797772 - Allow reconciliation report to double filter by
> both posting and reconciliation date
> • Bug 798222 - Account search dialog: Pushing enter does nothing
> • Bug 798266 - Dropdown picker menu for category does not appear
> • Bug 798313 - "File/Import/Import Transactions From CSV" crashes
> Gnucash.
> • Bug 798320 - Error message indicating a crash of GNUcash when
> closing application - MacOS 10.15.7 (19H1419)
> • Bug 798325 - New Currency for Venezuela (VED)
> • Bug 798327 - Ofx import stops too early for multi-account OFX
> and one account has no new transactions
> • Bug 798335 - No longer possible to change trading account
> Strip trading splits only if "Use Trading Accounts" is enabled for the
> book so that users who want to manage trading accounts by hand may do so.
>
> • Bug 798341 - Right align in Hebrew - Account screen
> • Bug 798346 - crashes when running check & repair
> • Bug 798352 - Decimal Precision when Entering Mutual Fund
> Transaction
> Let xaccParseAmount parse up to 12 decimal places instead of 8.
>
> • Bug 798382 - Typo corrections in comments
> The following fixes and improvements were not associated with bug reports:
>
> • More memory leak plugging and GList efficiency improvements.
> • Fix build with cmake older than 3.18
> 3.18 introduced 'cmake -E cat', but we still have to support versions
> starting from 3.14.
>
> • [account-piecharts] don't use gnc:make-internal-option
> • Several improvements to the experimental IFRS cost-basis report.
> • Fix two minor issues with displaying links in the Document Link
> dialog.
> • Fix obsolete links to bugzilla.gnome.org in translations.
> • L18N: Fix glossary/es.po:906: duplicate message definition...
> 901: ...this is the location of the first definition
>
> • [budget-flow] delay creating exchange-fn until a valid budget
> exists
> because it needs budget period end-date.
>
> • [options.scm] Addon previous commit... need to initialize with
> guid
> • [options.scm] gnc:make-budget-option stores guid instead of
> object
> because object may become stale if UI is used to delete it, leading to
> stale pointer and segfault. storing guid is safer, and will return null if
> budget is deleted.
>
> • support SEPA internal transfer
> • Fix issue with failure to run reconciliation with all accounts
> present in a multi-account OFX file. Do that by saving a GList of
> statements, rather than a pointer to a single one. Also freeing of info
> happens during the call to process_next_file.
> • Import of OFX files with many securities opens too many matching
> dialogs Because ofx import is currently split per target account, and since
> each security has its own accounts, importing such OFX is a tedious
> process. The fix is to only split the transactions if we identify a
> potential transfer, currently based on amount, date and accounts. To do
> that, we insert transactions one by one into a list, making sure we have
> not already inserted one that has the same date, and the same absolute
> amount. If we have, we keep this potential transfer for a second phase. A
> naive approach would loop through added transactions for each new
> transaction by that ends up being O(N^2), which matters if we have many
> transactions. Instead, I'm using a hash to make this O(N log N).
> • [date-utiliti

Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread Glenn Fowler
THANK YOU to the GnuCash team!

On Sun, Dec 19, 2021, 4:11 PM David H  wrote:

> John,
>
> Thanks for that, much appreciated.  Sourceforge links aren't working for me
> - no 4.9 folder under gnucash (stable) ???  Github links work.
>
> Cheers David H.
>
>
> On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:
>
> > The GnuCash development team announces GnuCash 4.9, the tenth release in
> > the stable 4.x series
> >
> > Between 4.8 and 4.9, the following bugfixes were accomplished:
> >
> > • Bug 797502 - (RTL) - Right edge of the reports are locked while
> > scrolling down
> > Running gnucash in Hebrew, the right edge of the reports are locked while
> > scrolling down and do not scroll with the rest of the report.
> >
> > • Bug 797618 - Spanish translation of Shares and Stock
> > • Bug 797678 - OFX importer should supplement, not replace,
> > existing Notes (and Description and Memo) fields
> > Add an "Append" checkbox to the bottom of the "Generic import transaction
> > matcher" window to the left of the "Reconcile after match" checkbox. When
> > ticked, this causes the imported Description/Notes to be appended to the
> > matched transaction Description/Notes respectively. The selected
> > ticked/unticked state of the "Append" checkbox is saved in a key value
> pair
> > for the import account, so the next import for that account will
> > automatically default it to the saved state. As these mods are limited to
> > the code for the matcher window, this should work for all the imports
> that
> > use it - ie ofx & csv file imports (both tested) & aqbanking (cannot
> test).
> >
> > • Bug 797772 - Allow reconciliation report to double filter by
> > both posting and reconciliation date
> > • Bug 798222 - Account search dialog: Pushing enter does nothing
> > • Bug 798266 - Dropdown picker menu for category does not appear
> > • Bug 798313 - "File/Import/Import Transactions From CSV" crashes
> > Gnucash.
> > • Bug 798320 - Error message indicating a crash of GNUcash when
> > closing application - MacOS 10.15.7 (19H1419)
> > • Bug 798325 - New Currency for Venezuela (VED)
> > • Bug 798327 - Ofx import stops too early for multi-account OFX
> > and one account has no new transactions
> > • Bug 798335 - No longer possible to change trading account
> > Strip trading splits only if "Use Trading Accounts" is enabled for the
> > book so that users who want to manage trading accounts by hand may do so.
> >
> > • Bug 798341 - Right align in Hebrew - Account screen
> > • Bug 798346 - crashes when running check & repair
> > • Bug 798352 - Decimal Precision when Entering Mutual Fund
> > Transaction
> > Let xaccParseAmount parse up to 12 decimal places instead of 8.
> >
> > • Bug 798382 - Typo corrections in comments
> > The following fixes and improvements were not associated with bug
> reports:
> >
> > • More memory leak plugging and GList efficiency improvements.
> > • Fix build with cmake older than 3.18
> > 3.18 introduced 'cmake -E cat', but we still have to support versions
> > starting from 3.14.
> >
> > • [account-piecharts] don't use gnc:make-internal-option
> > • Several improvements to the experimental IFRS cost-basis
> report.
> > • Fix two minor issues with displaying links in the Document Link
> > dialog.
> > • Fix obsolete links to bugzilla.gnome.org in translations.
> > • L18N: Fix glossary/es.po:906: duplicate message definition...
> > 901: ...this is the location of the first definition
> >
> > • [budget-flow] delay creating exchange-fn until a valid budget
> > exists
> > because it needs budget period end-date.
> >
> > • [options.scm] Addon previous commit... need to initialize with
> > guid
> > • [options.scm] gnc:make-budget-option stores guid instead of
> > object
> > because object may become stale if UI is used to delete it, leading to
> > stale pointer and segfault. storing guid is safer, and will return null
> if
> > budget is deleted.
> >
> > • support SEPA internal transfer
> > • Fix issue with failure to run reconciliation with all accounts
> > present in a multi-account OFX file. Do that by saving a GList of
> > statements, rather than a pointer to a single one. Also freeing of info
> > happens during the call to process_next_file.
> > • Import of OFX files with many securities opens too many
> matching
> > dialogs Because ofx import is currently split per target account, and
> since
> > each security has its own accounts, importing such OFX is a tedious
> > process. The fix is to only split the transactions if we identify a
> > potential transfer, currently based on amount, date and accounts. To do
> > that, we insert transactions one by one into a list, making sure we have
> > not already inserted one that has the same date, and the same absolute
> > amount. If we have, we keep 

Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread prl
I'm getting the same as David H. When I click on the GnuCash home page 
link for 'GnuCash 4.9 for Apple macOS ≥ 10.13—"High Sierra" ', I get a 
SourceForge "Whoops, we can't find that page." error page, presumably 
for a HTTP 404 Not Found error.


Peter

On 20/12/2021 08:11, David H wrote:

John,

Thanks for that, much appreciated.  Sourceforge links aren't working for me
- no 4.9 folder under gnucash (stable) ???  Github links work.

Cheers David H.


On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:


The GnuCash development team announces GnuCash 4.9, the tenth release in
the stable 4.x series

Between 4.8 and 4.9, the following bugfixes were accomplished:

 • Bug 797502 - (RTL) - Right edge of the reports are locked while
scrolling down
Running gnucash in Hebrew, the right edge of the reports are locked while
scrolling down and do not scroll with the rest of the report.

 • Bug 797618 - Spanish translation of Shares and Stock
 • Bug 797678 - OFX importer should supplement, not replace,
existing Notes (and Description and Memo) fields
Add an "Append" checkbox to the bottom of the "Generic import transaction
matcher" window to the left of the "Reconcile after match" checkbox. When
ticked, this causes the imported Description/Notes to be appended to the
matched transaction Description/Notes respectively. The selected
ticked/unticked state of the "Append" checkbox is saved in a key value pair
for the import account, so the next import for that account will
automatically default it to the saved state. As these mods are limited to
the code for the matcher window, this should work for all the imports that
use it - ie ofx & csv file imports (both tested) & aqbanking (cannot test).

 • Bug 797772 - Allow reconciliation report to double filter by
both posting and reconciliation date
 • Bug 798222 - Account search dialog: Pushing enter does nothing
 • Bug 798266 - Dropdown picker menu for category does not appear
 • Bug 798313 - "File/Import/Import Transactions From CSV" crashes
Gnucash.
 • Bug 798320 - Error message indicating a crash of GNUcash when
closing application - MacOS 10.15.7 (19H1419)
 • Bug 798325 - New Currency for Venezuela (VED)
 • Bug 798327 - Ofx import stops too early for multi-account OFX
and one account has no new transactions
 • Bug 798335 - No longer possible to change trading account
Strip trading splits only if "Use Trading Accounts" is enabled for the
book so that users who want to manage trading accounts by hand may do so.

 • Bug 798341 - Right align in Hebrew - Account screen
 • Bug 798346 - crashes when running check & repair
 • Bug 798352 - Decimal Precision when Entering Mutual Fund
Transaction
Let xaccParseAmount parse up to 12 decimal places instead of 8.

 • Bug 798382 - Typo corrections in comments
The following fixes and improvements were not associated with bug reports:

 • More memory leak plugging and GList efficiency improvements.
 • Fix build with cmake older than 3.18
3.18 introduced 'cmake -E cat', but we still have to support versions
starting from 3.14.

 • [account-piecharts] don't use gnc:make-internal-option
 • Several improvements to the experimental IFRS cost-basis report.
 • Fix two minor issues with displaying links in the Document Link
dialog.
 • Fix obsolete links to bugzilla.gnome.org in translations.
 • L18N: Fix glossary/es.po:906: duplicate message definition...
901: ...this is the location of the first definition

 • [budget-flow] delay creating exchange-fn until a valid budget
exists
because it needs budget period end-date.

 • [options.scm] Addon previous commit... need to initialize with
guid
 • [options.scm] gnc:make-budget-option stores guid instead of
object
because object may become stale if UI is used to delete it, leading to
stale pointer and segfault. storing guid is safer, and will return null if
budget is deleted.

 • support SEPA internal transfer
 • Fix issue with failure to run reconciliation with all accounts
present in a multi-account OFX file. Do that by saving a GList of
statements, rather than a pointer to a single one. Also freeing of info
happens during the call to process_next_file.
 • Import of OFX files with many securities opens too many matching
dialogs Because ofx import is currently split per target account, and since
each security has its own accounts, importing such OFX is a tedious
process. The fix is to only split the transactions if we identify a
potential transfer, currently based on amount, date and accounts. To do
that, we insert transactions one by one into a list, making sure we have
not already inserted one that has the same date, and the same absolute
amount. If we have, we keep this potential transfer for a second phase. A
naive approach would loop through added transactions for each new
trans

Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread pyz01
Getting the same for Windows. No links for 4.9 -- still shows 4.8

Maybe it's a timing thing -- will try later this afternoon

-Original Message-
From: gnucash-user  On Behalf 
Of prl
Sent: Sunday, December 19, 2021 3:03 PM
To: David H ; GnuCash-User 
Cc: GnuCash Developers 
Subject: Re: [GNC] [GNC-dev] GnuCash 4.9 Released

I'm getting the same as David H. When I click on the GnuCash home page link for 
'GnuCash 4.9 for Apple macOS ≥ 10.13—"High Sierra" ', I get a SourceForge 
"Whoops, we can't find that page." error page, presumably for a HTTP 404 Not 
Found error.

Peter

On 20/12/2021 08:11, David H wrote:
> John,
>
> Thanks for that, much appreciated.  Sourceforge links aren't working 
> for me
> - no 4.9 folder under gnucash (stable) ???  Github links work.
>
> Cheers David H.
>
>
> On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:
>
>> The GnuCash development team announces GnuCash 4.9, the tenth release 
>> in the stable 4.x series
>>
>> Between 4.8 and 4.9, the following bugfixes were accomplished:
>>
>>  • Bug 797502 - (RTL) - Right edge of the reports are locked 
>> while scrolling down Running gnucash in Hebrew, the right edge of the 
>> reports are locked while scrolling down and do not scroll with the 
>> rest of the report.
>>
>>  • Bug 797618 - Spanish translation of Shares and Stock
>>  • Bug 797678 - OFX importer should supplement, not replace, 
>> existing Notes (and Description and Memo) fields Add an "Append" 
>> checkbox to the bottom of the "Generic import transaction matcher" 
>> window to the left of the "Reconcile after match" checkbox. When 
>> ticked, this causes the imported Description/Notes to be appended to 
>> the matched transaction Description/Notes respectively. The selected 
>> ticked/unticked state of the "Append" checkbox is saved in a key 
>> value pair for the import account, so the next import for that 
>> account will automatically default it to the saved state. As these 
>> mods are limited to the code for the matcher window, this should work 
>> for all the imports that use it - ie ofx & csv file imports (both tested) & 
>> aqbanking (cannot test).
>>
>>  • Bug 797772 - Allow reconciliation report to double filter 
>> by both posting and reconciliation date
>>  • Bug 798222 - Account search dialog: Pushing enter does nothing
>>  • Bug 798266 - Dropdown picker menu for category does not appear
>>  • Bug 798313 - "File/Import/Import Transactions From CSV" 
>> crashes Gnucash.
>>  • Bug 798320 - Error message indicating a crash of GNUcash 
>> when closing application - MacOS 10.15.7 (19H1419)
>>  • Bug 798325 - New Currency for Venezuela (VED)
>>  • Bug 798327 - Ofx import stops too early for multi-account 
>> OFX and one account has no new transactions
>>  • Bug 798335 - No longer possible to change trading account 
>> Strip trading splits only if "Use Trading Accounts" is enabled for 
>> the book so that users who want to manage trading accounts by hand may do so.
>>
>>  • Bug 798341 - Right align in Hebrew - Account screen
>>  • Bug 798346 - crashes when running check & repair
>>  • Bug 798352 - Decimal Precision when Entering Mutual Fund 
>> Transaction Let xaccParseAmount parse up to 12 decimal places instead 
>> of 8.
>>
>>  • Bug 798382 - Typo corrections in comments The following 
>> fixes and improvements were not associated with bug reports:
>>
>>  • More memory leak plugging and GList efficiency improvements.
>>  • Fix build with cmake older than 3.18
>> 3.18 introduced 'cmake -E cat', but we still have to support versions 
>> starting from 3.14.
>>
>>  • [account-piecharts] don't use gnc:make-internal-option
>>  • Several improvements to the experimental IFRS cost-basis report.
>>  • Fix two minor issues with displaying links in the Document 
>> Link dialog.
>>  • Fix obsolete links to bugzilla.gnome.org in translations.
>>  • L18N: Fix glossary/es.po:906: duplicate message definition...
>> 901: ...this is the location of the first definition
>>
>>  • [budget-flow] delay creating exchange-fn until a valid 
>> budget exists because it needs budget period end-date.
>>
>>  • [options.scm] Addon previous commit... need to initialize 
>> with guid
>>  • [options.scm] gnc:make-budget-option

Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread Adrien Monteleone

The Github links work though just fine. No need to wait.

Regards,
Adrien

On 12/19/21 5:06 PM, py...@cox.net wrote:

Getting the same for Windows. No links for 4.9 -- still shows 4.8

Maybe it's a timing thing -- will try later this afternoon


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread John Ralls
Sorry, all. I forgot to unmask the Sourceforge download directory and update 
the Big Green Button links. I just did so, the SF downloads should work now.

Regards,
John Ralls


> On Dec 19, 2021, at 3:06 PM,   wrote:
> 
> Getting the same for Windows. No links for 4.9 -- still shows 4.8
> 
> Maybe it's a timing thing -- will try later this afternoon
> 
> -Original Message-
> From: gnucash-user  On Behalf 
> Of prl
> Sent: Sunday, December 19, 2021 3:03 PM
> To: David H ; GnuCash-User 
> Cc: GnuCash Developers 
> Subject: Re: [GNC] [GNC-dev] GnuCash 4.9 Released
> 
> I'm getting the same as David H. When I click on the GnuCash home page link 
> for 'GnuCash 4.9 for Apple macOS ≥ 10.13—"High Sierra" ', I get a SourceForge 
> "Whoops, we can't find that page." error page, presumably for a HTTP 404 Not 
> Found error.
> 
> Peter
> 
> On 20/12/2021 08:11, David H wrote:
>> John,
>> 
>> Thanks for that, much appreciated.  Sourceforge links aren't working 
>> for me
>> - no 4.9 folder under gnucash (stable) ???  Github links work.
>> 
>> Cheers David H.
>> 
>> 
>> On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:
>> 
>>> The GnuCash development team announces GnuCash 4.9, the tenth release 
>>> in the stable 4.x series
>>> 
>>> Between 4.8 and 4.9, the following bugfixes were accomplished:
>>> 
>>> • Bug 797502 - (RTL) - Right edge of the reports are locked 
>>> while scrolling down Running gnucash in Hebrew, the right edge of the 
>>> reports are locked while scrolling down and do not scroll with the 
>>> rest of the report.
>>> 
>>> • Bug 797618 - Spanish translation of Shares and Stock
>>> • Bug 797678 - OFX importer should supplement, not replace, 
>>> existing Notes (and Description and Memo) fields Add an "Append" 
>>> checkbox to the bottom of the "Generic import transaction matcher" 
>>> window to the left of the "Reconcile after match" checkbox. When 
>>> ticked, this causes the imported Description/Notes to be appended to 
>>> the matched transaction Description/Notes respectively. The selected 
>>> ticked/unticked state of the "Append" checkbox is saved in a key 
>>> value pair for the import account, so the next import for that 
>>> account will automatically default it to the saved state. As these 
>>> mods are limited to the code for the matcher window, this should work 
>>> for all the imports that use it - ie ofx & csv file imports (both tested) & 
>>> aqbanking (cannot test).
>>> 
>>> • Bug 797772 - Allow reconciliation report to double filter 
>>> by both posting and reconciliation date
>>> • Bug 798222 - Account search dialog: Pushing enter does nothing
>>> • Bug 798266 - Dropdown picker menu for category does not appear
>>> • Bug 798313 - "File/Import/Import Transactions From CSV" 
>>> crashes Gnucash.
>>> • Bug 798320 - Error message indicating a crash of GNUcash 
>>> when closing application - MacOS 10.15.7 (19H1419)
>>> • Bug 798325 - New Currency for Venezuela (VED)
>>> • Bug 798327 - Ofx import stops too early for multi-account 
>>> OFX and one account has no new transactions
>>> • Bug 798335 - No longer possible to change trading account 
>>> Strip trading splits only if "Use Trading Accounts" is enabled for 
>>> the book so that users who want to manage trading accounts by hand may do 
>>> so.
>>> 
>>> • Bug 798341 - Right align in Hebrew - Account screen
>>> • Bug 798346 - crashes when running check & repair
>>> • Bug 798352 - Decimal Precision when Entering Mutual Fund 
>>> Transaction Let xaccParseAmount parse up to 12 decimal places instead 
>>> of 8.
>>> 
>>> • Bug 798382 - Typo corrections in comments The following 
>>> fixes and improvements were not associated with bug reports:
>>> 
>>> • More memory leak plugging and GList efficiency improvements.
>>> • Fix build with cmake older than 3.18
>>> 3.18 introduced 'cmake -E cat', but we still have to support versions 
>>> starting from 3.14.
>>> 
>>> • [account-piecharts] don't use gnc:make-internal-option
>>> • Several improvements to the experimental IFRS cost-basis report.
>>> • Fix two minor issu

Re: [GNC] [GNC-dev] GnuCash 4.9 Released

2021-12-19 Thread prl

Thanks, John.

Fixed for me now. Download installed and the macOS crash-on-exit bug 
fixed :)


Peter

On 20/12/2021 10:58, John Ralls wrote:

Sorry, all. I forgot to unmask the Sourceforge download directory and update 
the Big Green Button links. I just did so, the SF downloads should work now.

Regards,
John Ralls



On Dec 19, 2021, at 3:06 PM,   wrote:

Getting the same for Windows. No links for 4.9 -- still shows 4.8

Maybe it's a timing thing -- will try later this afternoon

-Original Message-
From: gnucash-user  On Behalf 
Of prl
Sent: Sunday, December 19, 2021 3:03 PM
To: David H ; GnuCash-User 
Cc: GnuCash Developers 
Subject: Re: [GNC] [GNC-dev] GnuCash 4.9 Released

I'm getting the same as David H. When I click on the GnuCash home page link for 'GnuCash 4.9 for 
Apple macOS ≥ 10.13—"High Sierra" ', I get a SourceForge "Whoops, we can't find that 
page." error page, presumably for a HTTP 404 Not Found error.

Peter

On 20/12/2021 08:11, David H wrote:

John,

Thanks for that, much appreciated.  Sourceforge links aren't working
for me
- no 4.9 folder under gnucash (stable) ???  Github links work.

Cheers David H.


On Mon, 20 Dec 2021 at 06:24, John Ralls  wrote:


The GnuCash development team announces GnuCash 4.9, the tenth release
in the stable 4.x series

Between 4.8 and 4.9, the following bugfixes were accomplished:

 • Bug 797502 - (RTL) - Right edge of the reports are locked
while scrolling down Running gnucash in Hebrew, the right edge of the
reports are locked while scrolling down and do not scroll with the
rest of the report.

 • Bug 797618 - Spanish translation of Shares and Stock
 • Bug 797678 - OFX importer should supplement, not replace,
existing Notes (and Description and Memo) fields Add an "Append"
checkbox to the bottom of the "Generic import transaction matcher"
window to the left of the "Reconcile after match" checkbox. When
ticked, this causes the imported Description/Notes to be appended to
the matched transaction Description/Notes respectively. The selected
ticked/unticked state of the "Append" checkbox is saved in a key
value pair for the import account, so the next import for that
account will automatically default it to the saved state. As these
mods are limited to the code for the matcher window, this should work
for all the imports that use it - ie ofx & csv file imports (both tested) & 
aqbanking (cannot test).

 • Bug 797772 - Allow reconciliation report to double filter
by both posting and reconciliation date
 • Bug 798222 - Account search dialog: Pushing enter does nothing
 • Bug 798266 - Dropdown picker menu for category does not appear
 • Bug 798313 - "File/Import/Import Transactions From CSV"
crashes Gnucash.
 • Bug 798320 - Error message indicating a crash of GNUcash
when closing application - MacOS 10.15.7 (19H1419)
 • Bug 798325 - New Currency for Venezuela (VED)
 • Bug 798327 - Ofx import stops too early for multi-account
OFX and one account has no new transactions
 • Bug 798335 - No longer possible to change trading account
Strip trading splits only if "Use Trading Accounts" is enabled for
the book so that users who want to manage trading accounts by hand may do so.

 • Bug 798341 - Right align in Hebrew - Account screen
 • Bug 798346 - crashes when running check & repair
 • Bug 798352 - Decimal Precision when Entering Mutual Fund
Transaction Let xaccParseAmount parse up to 12 decimal places instead
of 8.

 • Bug 798382 - Typo corrections in comments The following
fixes and improvements were not associated with bug reports:

 • More memory leak plugging and GList efficiency improvements.
 • Fix build with cmake older than 3.18
3.18 introduced 'cmake -E cat', but we still have to support versions
starting from 3.14.

 • [account-piecharts] don't use gnc:make-internal-option
 • Several improvements to the experimental IFRS cost-basis report.
 • Fix two minor issues with displaying links in the Document
Link dialog.
 • Fix obsolete links to bugzilla.gnome.org in translations.
 • L18N: Fix glossary/es.po:906: duplicate message definition...
901: ...this is the location of the first definition

 • [budget-flow] delay creating exchange-fn until a valid
budget exists because it needs budget period end-date.

 • [options.scm] Addon previous commit... need to initialize
with guid
 • [options.scm] gnc:make-budget-option stores guid instead
of object because object may become stale if UI is used to delete it,
leading to stale pointer and segfault. storing guid is safer, and
will return null if budget is deleted.

 • support SEPA internal transfer
 • Fix issue with failure to run reconciliation with all
acco