diff options
author | pawel <pawel@FreeBSD.org> | 2018-01-11 04:21:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2018-01-11 04:21:53 +0800 |
commit | 85278abbeba0a02ef7b609ce918507e2c8961984 (patch) | |
tree | 4c904c7be7f3efb5f22dc3aee0e1c65bd7087a9b /finance | |
parent | fb08fb27495d3cc2a32c44dba0232067229bec66 (diff) | |
download | freebsd-ports-graphics-85278abbeba0a02ef7b609ce918507e2c8961984.tar.gz freebsd-ports-graphics-85278abbeba0a02ef7b609ce918507e2c8961984.tar.zst freebsd-ports-graphics-85278abbeba0a02ef7b609ce918507e2c8961984.zip |
Update to version 5.1.7
Changelog:
* new : added an icon for closed accounts
* new : rewritten partially the charts and removed the treeview for legend
* new : chart line have now a vertical line on active item
* new : chart now display the 0 scale text
* new : rewritten the dateentry widget to use a popover
* new : reports enable to copy to clipboard in addition to export as CSV
* change: chart bar/line now span automatically
* change: chart donut hole do not trigger overlay anymore
* change: preferences, txn column list removed, as there is a now a context menu
* change: top spending is now display top 10 items
* change: fixer.io is now used to get currencies exchange rate (replace yahoo)
* change: changes and new entries into the help menu
* wish : #1741339 transaction quicksearch into amounts
* wish : #1709374 enable to export detail list from reports
* wish : #1697241 allow custom currencies for cryptocurrency and discontinued
* wish : #1674018 usability and UX improvements for the reports dialog's toolbars
* wish : #1661986 separate view of out of budget categories in budget report
* wish : #1656589 add highlighting on legend text for report graph
* wish : #300380 beta: add pdf export for transaction (in testing menu)
* bugfix: chart x-scale labels were sometime overriding each others
* bugfix: balance report: overdrawn was not displayed if the threshold was 0
* bugfix: balance report: the amount scale was faulty offset to left at first draw
* bugfix: budget report: chart bar was not showing over state
* bugfix: report: fixed a bad empty detail list problem
* bugfix: fixed some minor memory leak
* bugfix: #1734449 date range in Trend Time Report
* bugfix: #1734210 date/calendar popup registers keyboard bindings (Gnome asks)
* bugfix: #1730527 currencies update fail due to yahoo discontinued service
* bugfix: #1721980 group internal xfer when sort by payee
* bugfix: #1720377 title bar close do not backup a new file
* bugfix: #1688744 euro minor converts Euro to Euro wrong
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 2 | ||||
-rw-r--r-- | finance/homebank/distinfo | 6 | ||||
-rw-r--r-- | finance/homebank/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 6af84ddfb6b..f518e43fb03 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.7 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index 425f3722813..9488145691c 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505503043 -SHA256 (homebank-5.1.6.tar.gz) = 2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0 -SIZE (homebank-5.1.6.tar.gz) = 2701911 +TIMESTAMP = 1515613784 +SHA256 (homebank-5.1.7.tar.gz) = 579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7 +SIZE (homebank-5.1.7.tar.gz) = 2730934 diff --git a/finance/homebank/pkg-plist b/finance/homebank/pkg-plist index dddeb75e6d1..e006a788274 100644 --- a/finance/homebank/pkg-plist +++ b/finance/homebank/pkg-plist @@ -2,6 +2,7 @@ bin/homebank share/appdata/homebank.appdata.xml share/application-registry/homebank.applications share/applications/homebank.desktop +%%DATADIR%%/datas/ChangeLog %%DATADIR%%/datas/example.xhb %%DATADIR%%/datas/hb-categories-de.csv %%DATADIR%%/datas/hb-categories-en.csv @@ -57,6 +58,8 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/8.png %%DATADIR%%/help/images/9.png %%DATADIR%%/help/images/arrow.png +%%DATADIR%%/help/images/d-info.png +%%DATADIR%%/help/images/d-warn.png %%DATADIR%%/help/images/dlg-account1.png %%DATADIR%%/help/images/dlg-account2.png %%DATADIR%%/help/images/dlg-assign1.png @@ -128,7 +131,6 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/use-vehiclecost1.png %%DATADIR%%/help/images/use-vehiclecost2.png %%DATADIR%%/help/images/use-vehiclecost3.png -%%DATADIR%%/help/images/warn.png %%DATADIR%%/help/images/web_title.png %%DATADIR%%/help/images/win-account1.png %%DATADIR%%/help/images/win-balance1.png |