From 697e96527afe8ac38ace74c5b59b6744edc7fef3353aa20b7305cc984ec9a199 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Thu, 7 Sep 2023 18:56:04 +0000 Subject: [PATCH] Accepting request 1109597 from home:Kieltux:branches:Office - Update to 5.7: * new : added balance mode for statistics total report * new : added fulfilled column for budget report * new : added back the Custom indicator in Date Range widget * new : added the date as last sort in case of prior equality for transaction list * new : added two preferences parameters to be more flexible with currency rate api * new : added abbreviated weekday in date input widget * change: migrating to GTK4 preparation (GtkContainer/GdkEvent/...) * change: the currency rate api to exchangerate.host * change: numerous optimization and refactoring for report computing * change: home scheduled: moved the maximum post date to an info icon tooltip * change: avoid refreshing undisplayed items on the home main window * change: chart legend is hidden when not enough space to display chart * change: export PDF of transaction migrated to a standard print feature * wish : lp#2030322 add weekday display in date input * wish : lp#2024956 sort the scheduled transaction by date order * wish : lp#2028464 manage account add sort header, search and website * wish : lp#2023477 stack chart to display income above and expense below * wish : lp#2019193 preference to sync transfer status by default * wish : lp#2018680 replace * *PREFILLED** for new assignement/archive from register with added icon * wish : lp#2018174 change currency rate api to a more fulfilled one * wish : lp#2008641 add a duplicate assignment action * wish : lp#2004078 print option missing in Show all * wish : lp#1964434 optimize the legend position to maximize chart size * wish : lp#1933165 budget report includes Category & Subcategory * wish : lp#1932198 pdf print txn report, custom title, total and portrait/paysage * wish : lp#1918459 adding pdf print function - show the result as a list * wish : lp#1912973 ability to print "Your accounts" list in main window * wish : lp#1909851 filter scheduled operations add Next payout (max post date) * wish : lp#1857890 home chart to show account balance total/time * wish : lp#1816389 home chart to show spending by month * wish : lp#1783645 chart drill down for categories * wish : lp#588864 budget report over time (month) * wish : lp#121510 cash flow forecast * bugfix: lp#2030333 account not sorted by position in import assistant * bugfix: lp#2024322 currency online update not working * bugfix: lp#2018726 budget report should be bounded to month - Update BuildRequires minimum versions for glib-2.0, gtk+-3.0 and libsoup-2.4 OBS-URL: https://build.opensuse.org/request/show/1109597 OBS-URL: https://build.opensuse.org/package/show/Office/homebank?expand=0&rev=25 --- homebank-5.6.6.tar.gz | 3 -- homebank-5.7.tar.gz | 3 ++ homebank.changes | 65 +++++++++++++++++++++++++++++++++++++++++++ homebank.spec | 8 +++--- 4 files changed, 72 insertions(+), 7 deletions(-) delete mode 100644 homebank-5.6.6.tar.gz create mode 100644 homebank-5.7.tar.gz diff --git a/homebank-5.6.6.tar.gz b/homebank-5.6.6.tar.gz deleted file mode 100644 index 16576ac..0000000 --- a/homebank-5.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:656fcdf18514f2bed2618ffe86a558aea616fca42ab6e0a17d02715dfb65dc0e -size 3400238 diff --git a/homebank-5.7.tar.gz b/homebank-5.7.tar.gz new file mode 100644 index 0000000..18ffbda --- /dev/null +++ b/homebank-5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43895cc379e03e2ae2c44a3f75d4b06af21803965b6bc52034e75c54383d91a +size 3626776 diff --git a/homebank.changes b/homebank.changes index 41f6552..5b32281 100644 --- a/homebank.changes +++ b/homebank.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Thu Sep 7 16:23:23 UTC 2023 - Carsten Ziepke + +- Update to 5.7: + * new : added balance mode for statistics total report + * new : added fulfilled column for budget report + * new : added back the Custom indicator in Date Range widget + * new : added the date as last sort in case of prior equality + for transaction list + * new : added two preferences parameters to be more flexible + with currency rate api + * new : added abbreviated weekday in date input widget + * change: migrating to GTK4 preparation + (GtkContainer/GdkEvent/...) + * change: the currency rate api to exchangerate.host + * change: numerous optimization and refactoring for report + computing + * change: home scheduled: moved the maximum post date to an + info icon tooltip + * change: avoid refreshing undisplayed items on the home main + window + * change: chart legend is hidden when not enough space to + display chart + * change: export PDF of transaction migrated to a standard + print feature + * wish : lp#2030322 add weekday display in date input + * wish : lp#2024956 sort the scheduled transaction by date + order + * wish : lp#2028464 manage account add sort header, search + and website + * wish : lp#2023477 stack chart to display income above and + expense below + * wish : lp#2019193 preference to sync transfer status by + default + * wish : lp#2018680 replace * *PREFILLED** for new + assignement/archive from register with added icon + * wish : lp#2018174 change currency rate api to a more + fulfilled one + * wish : lp#2008641 add a duplicate assignment action + * wish : lp#2004078 print option missing in Show all + * wish : lp#1964434 optimize the legend position to maximize + chart size + * wish : lp#1933165 budget report includes + Category & Subcategory + * wish : lp#1932198 pdf print txn report, custom title, total + and portrait/paysage + * wish : lp#1918459 adding pdf print function - show the + result as a list + * wish : lp#1912973 ability to print "Your accounts" list + in main window + * wish : lp#1909851 filter scheduled operations add Next + payout (max post date) + * wish : lp#1857890 home chart to show account balance + total/time + * wish : lp#1816389 home chart to show spending by month + * wish : lp#1783645 chart drill down for categories + * wish : lp#588864 budget report over time (month) + * wish : lp#121510 cash flow forecast + * bugfix: lp#2030333 account not sorted by position in import + assistant + * bugfix: lp#2024322 currency online update not working + * bugfix: lp#2018726 budget report should be bounded to month +- Update BuildRequires minimum versions for glib-2.0, gtk+-3.0 + and libsoup-2.4 + ------------------------------------------------------------------- Tue Aug 8 05:15:14 UTC 2023 - Carsten Ziepke diff --git a/homebank.spec b/homebank.spec index b56bef5..12d3bb8 100644 --- a/homebank.spec +++ b/homebank.spec @@ -17,7 +17,7 @@ Name: homebank -Version: 5.6.6 +Version: 5.7 Release: 0 Summary: Application to manage personal accounts License: GPL-2.0-or-later @@ -30,9 +30,9 @@ BuildRequires: intltool BuildRequires: libofx-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(glib-2.0) >= 2.39 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 -BuildRequires: pkgconfig(libsoup-2.4) >= 2.26 +BuildRequires: pkgconfig(glib-2.0) >= 2.62 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.8 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.65 %description HomeBank is an application to manage personal accounts at home. The main