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
This commit is contained in:
parent
26274fa8ae
commit
ee359f1bd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458694
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= homebank
|
||||
PORTVERSION= 5.1.6
|
||||
PORTVERSION= 5.1.7
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= http://homebank.free.fr/public/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue