From d5410d962ff2c7d3be8ca80a93107100195ce78bb6457542bb2e504ecf5a203b Mon Sep 17 00:00:00 2001 From: Johannes Engel Date: Mon, 28 Dec 2020 14:10:43 +0000 Subject: [PATCH] Accepting request 859022 from home:polslinux:branches:Office - Update to 4.3: * In Mort. Repay. druid, creating New acct should also select it. * Account Help Button does not work * When unable to obtain a lock, no option to open another database. * Financial Calculator resets payment period to zero if automatic decimal places used * [rfe] save tab/report location * RFE: don't disable "OK" button after using "Apply" to modify chart options * Mark placeholder accounts in account tree window visibly. * When there is only one result from a 'Find', select it. * Transaction Status in Since Last Run needs to look clickable. * Window Panning Oddity. * When duplicating a transaction, any non-numeric value entered in the "Number" field is discarded. * Support image-based TAN methods QR, photoTAN, and chipTAN optical "Flicker code" * Implements the display of flashing optical TAN challenges (aka flicker) in the "Enter TAN" dialog box. * Help button not working when editing style sheets. * Search in General Ledger cannot be cleared. * Calendar widget current month shown as (null). * List of Recently Used Files not updated until GnuCash is closed and reopened. * Crash on use of File-Open * RFE: provide access to filter-by on right-mouse-click in Accounts register. * dialog-report-style-sheet.c stylesheet editor does not set transient_for correctly. OBS-URL: https://build.opensuse.org/request/show/859022 OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=4 --- gnucash-4.2.tar.bz2 | 3 -- gnucash-4.3.tar.bz2 | 3 ++ gnucash.changes | 70 +++++++++++++++++++++++++++++++++++++++++++++ gnucash.spec | 2 +- 4 files changed, 74 insertions(+), 4 deletions(-) delete mode 100644 gnucash-4.2.tar.bz2 create mode 100644 gnucash-4.3.tar.bz2 diff --git a/gnucash-4.2.tar.bz2 b/gnucash-4.2.tar.bz2 deleted file mode 100644 index ada3153..0000000 --- a/gnucash-4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56d8ab039ef7784303ca9eab14bfc20f593f7a3f9b682a8a7eac25906a0d1308 -size 14225695 diff --git a/gnucash-4.3.tar.bz2 b/gnucash-4.3.tar.bz2 new file mode 100644 index 0000000..52d69da --- /dev/null +++ b/gnucash-4.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117e307deaf8de20b09f3aaa0036f6059131d482eaafa8094a1f8f450b75bcc4 +size 14428924 diff --git a/gnucash.changes b/gnucash.changes index c4e2f4d..66dd381 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Mon Dec 28 12:32:24 UTC 2020 - Paolo Stivanin + +- Update to 4.3: + * In Mort. Repay. druid, creating New acct should also select it. + * Account Help Button does not work + * When unable to obtain a lock, no option to open another database. + * Financial Calculator resets payment period to zero if automatic + decimal places used + * [rfe] save tab/report location + * RFE: don't disable "OK" button after using "Apply" to modify + chart options + * Mark placeholder accounts in account tree window visibly. + * When there is only one result from a 'Find', select it. + * Transaction Status in Since Last Run needs to look clickable. + * Window Panning Oddity. + * When duplicating a transaction, any non-numeric value entered in + the "Number" field is discarded. + * Support image-based TAN methods QR, photoTAN, and chipTAN + optical "Flicker code" + * Implements the display of flashing optical TAN challenges + (aka flicker) in the "Enter TAN" dialog box. + * Help button not working when editing style sheets. + * Search in General Ledger cannot be cleared. + * Calendar widget current month shown as (null). + * List of Recently Used Files not updated until GnuCash + is closed and reopened. + * Crash on use of File-Open + * RFE: provide access to filter-by on right-mouse-click + in Accounts register. + * dialog-report-style-sheet.c stylesheet editor does not + set transient_for correctly. + * "Exception" when value greater than one million with commas + and periods is pasted to register. + * minor ui niggles - some dialogs don't respond to GDK_KEY_Escape + * odd cursor behaviour in register Description. + * Crash on export report CSV + * exchange rates' decimal places (bis) + * v4.2 report numbers change over gnucash restarts; Price Database + dropping user:price-editor entries. + * Infinite loop while Check&Repair AR and AP accounts + * Sorting columns by alphabet with non-ASCII characters + * Reverse balance option does not apply to an Account Report + * Account type-ahead search doesn't match accented characters. + * Import of QIF file sets expenses to zero, deposits are fine + * Option '--log' cannot be specified more than once. + * cash flow numerical-overflow + * Date goes to prior year with mm/dd entry to transaction duplicate. + * Transaction Report should offer price source + * Incorrect spelling in german account templates 'common' and 'full' + * Using 'Consolidate Transactions' option on Consolidate + Transaction Report returns Error + * Open invoices in new window. + * Crash on delete account. + * error using Reports->Experimental->Income Statement (Multicolumn) + * Add custom unbound-variable exception reporter in guile that + identifies what module provides the missing symbol. + * Balsheet-pnl report: show most recent period first by default + * Change register page icon to a padlock if read only + * When a resister is read only make whole sheet insensitive. + * Add account name to the read-only-register dialog box because + under some circumstances it may be unclear to which + register the message applies. + * Strictly use use-modules to import Scheme symbol + * Don't try to reload report if the first attempt raised an html error. + * Barcharts: Limit account drill-down depth to 6. + * I18N:glossary: add mortgage terms ARM, APR, FRM + * Change the icons used for the file locked dialog box. + * Add support for the opening balance accounts flag + ------------------------------------------------------------------- Sat Oct 31 20:55:28 UTC 2020 - Johannes Engel diff --git a/gnucash.spec b/gnucash.spec index 53435c1..3cf0064 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -28,7 +28,7 @@ %endif Name: gnucash -Version: 4.2 +Version: 4.3 Release: 0 Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception