pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/homebank
Module Name: pkgsrc
Committed By: wen
Date: Fri Jul 31 09:00:01 UTC 2026
Modified Files:
pkgsrc/finance/homebank: Makefile PLIST distinfo
Log Message:
Update to 5.10.2
Upstream changes:
2026-06-14 Maxime DOYEN
Made 5.10.2 release
* bugfix: #2156412 safety approve option mixup
* bugfix: #2156372 currency modification date is not persisted due to extra space in code
* bugfix: #2155966 main window different colours for 0.00 account balances
* bugfix: #2155959 cannot inherit a locked reconciled transaction
* bugfix: #2155844 quick search no longer works in account window (ledger)
2026-06-06 Maxime DOYEN
Made 5.10.1 release
* change: the input field helper icon + fixed some spacing inconsistency
* change: transaction, added some missing input tooltips and reworked existing
* change: category, payee and tag window add input now have a tooltip and button
* change: split window, refactored the layout
* change: split window, add display of memo and date
* wish : #2106800 budget report option to exclude transfers from unbudgeted line
* bugfix: prevent deletion of non pending transaction when rejecting
* bugfix: transaction warning for no rate faultly showing in transfer
* bugfix: report missing space for filter tooltip icon
* bugfix: budget report missing filter tooltip
* bugfix: manage account closed icon was hidding budget icon
* bugfix: #2154771 view transcations requires hitting Escape or X twice to close dialog
* bugfix: #2154337 transfer to/from closed account with different currency don't show the amount
* bugfix: #2154234 scheduled transaction recurring pattern daily value limited to 100
* bugfix: #2149897 view split for closed accounts
* bugfix: #2148561 global time chart do not shows current period by default
* bugfix: #2148456 the main screen Total Chart is no longer showing an overall total
* bugfix: #2147497 editing a transaction resets scroll position
* bugfix: #2147377 balance mixup with transaction same day sort by amount
* bugfix: #2147052 quarter are wrong when fiscal year is jan 1
* bugfix: #2147048 all events for the month are late but today is only the 1st
* bugfix: #2144993 impossible to search for transactions by value for values >999,99
* bugfix: #2144698 adding new Category/Payee/Tags requires hitting -Enter-
* bugfix: #2144419 QIF Account name detection fail on import
* bugfix: #2142349 can't delete account groups
* bugfix: #2139409 account maximum limit is not fully used (example credit card)
* bugfix: #2133783 transfers shouldn't add to dashboard top spending reports
2026-03-08 Maxime DOYEN
Made 5.10 release
* change: reworked the print layout and made some optimisation
* wish : #2136916 view locked transaction in read only in ledger and report
* wish : #2134459 print out date range for reports
* wish : #2118816 add a quick filter type "not transfer"
* wish : #2116818 export notes column for payees .csv
* wish : #2115868 try to identify account with filename of QIF imported file
* wish : #2110037 add column in manage assigment to see the target: memo/payee
* wish : #2109966 add a no flags quickfilter into the ledger
* wish : #2107578 grouping char in report table view print
* wish : #2104203 "Edit Account…" contextual menu item action in the main views
* wish : #2103705 Implement same day transaction sort option(s)
* wish : #2091047 pre-fill multi-edit fields with common values
* wish : #2087995 be able to set flag for templated/scheduled transactions
* wish : #2077285 add a hide closed account in manage dialog
* bugfix: #2143259 amount in rounded 2 digits when edit/inherit
* bugfix: #2142164 closing an account do not enable save
* bugfix: #2138997 Account column bottom txn list hide after closing a ledger
* bugfix: #2138986 changing a pending txn of account displays bad count to approve
* bugfix: #2137367 pasting amount with dot as group separator error
* bugfix: #2136501 always shows void/remind wrongly hide despite filter
* bugfix: #2125939 when adding, the list behind sorted by date move to top and shows old transaction
2025-12-26 Maxime DOYEN
Made 5.9.7 release
* bugfix: #2137082 randomly locks up when apply ledger future date range
* bugfix: #2137022 windows: from/to date with 2 digits inputs gives erroneous date
2025-12-20 Maxime DOYEN
Made 5.9.6 release
* bugfix: changed the version storage into preference file
* bugfix: the currency was not displayed in scheduled export/print
* bugfix: the scheduled export/print was wrong if column were hidden
* bugfix: the scheduled export separator was incorrect
* bugfix: ledger date range faultly change to custom after filter edit
* bugfix: #2136853 "Show future [xx] days ahead" adds days to custom date filter
* bugfix: #2133905 budget report graph ellipsize and layout problems
* bugfix: #2131030 manage account overwidth when template memo is long
* bugfix: #2130483 your accounts "Sort by" selection is incorrectly initialized
* bugfix: #2127104 ledger quicksearch do not find amount with comma separator
* bugfix: #2125300 voiding a transfer only affects one side
* wish : #2132224 add appdata metadata "keywords" to make the app easier to find in app stores
2025-09-08 Maxime DOYEN
Made 5.9.5 release
* bugfix: #2121689 edit a transfer scheduled display a sign warning
* bugfix: #2121405 Budget report by Time faulty ignore subcategory with no budget as spending
* bugfix: #2121309 manage account position of a new account is wrong when you delete an account
* bugfix: #2121204 invalid backup folder path cause a console warning and backup to silently fail
* bugfix: #2120855 system language preference is not persisted well after first run
* bugfix: #2119051 added txn do not display in ledger when date range is all date
* bugfix: #2118815 account excluded can't be filtered
* bugfix: #2117343 'Gear' icon Missing on Ubuntu 25.04 and later
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/finance/homebank/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/homebank/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/homebank/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/homebank/Makefile
diff -u pkgsrc/finance/homebank/Makefile:1.59 pkgsrc/finance/homebank/Makefile:1.60
--- pkgsrc/finance/homebank/Makefile:1.59 Thu Jun 11 07:16:58 2026
+++ pkgsrc/finance/homebank/Makefile Fri Jul 31 09:00:00 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2026/06/11 07:16:58 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2026/07/31 09:00:00 wen Exp $
-DISTNAME= homebank-5.9.4
-PKGREVISION= 3
+DISTNAME= homebank-5.10.2
CATEGORIES= finance
MASTER_SITES= https://www.gethomebank.org/public/sources/
Index: pkgsrc/finance/homebank/PLIST
diff -u pkgsrc/finance/homebank/PLIST:1.3 pkgsrc/finance/homebank/PLIST:1.4
--- pkgsrc/finance/homebank/PLIST:1.3 Tue Jan 6 17:36:26 2026
+++ pkgsrc/finance/homebank/PLIST Fri Jul 31 09:00:00 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2026/01/06 17:36:26 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/07/31 09:00:00 wen Exp $
bin/homebank
share/application-registry/homebank.applications
share/applications/homebank.desktop
@@ -16,6 +16,7 @@ share/homebank/datas/hb-categories-lt.cs
share/homebank/datas/hb-categories-pt.csv
share/homebank/datas/hb-categories-ro.csv
share/homebank/datas/hb-categories-ru.csv
+share/homebank/datas/hb-categories-se.csv
share/homebank/datas/hb-categories-sk.csv
share/homebank/help/00-intro.html
share/homebank/help/00-lexicon.html
@@ -408,6 +409,7 @@ share/homebank/icons/hicolor/48x48/statu
share/homebank/icons/hicolor/48x48/status/prf-transaction.png
share/homebank/icons/hicolor/scalable/actions/data-usage-symbolic.svg
share/homebank/icons/hicolor/scalable/actions/edit-split-symbolic.svg
+share/homebank/icons/hicolor/scalable/actions/emblem-system-symbolic.svg
share/homebank/icons/hicolor/scalable/actions/eye-not-looking-symbolic.svg
share/homebank/icons/hicolor/scalable/actions/hb-account-symbolic.svg
share/homebank/icons/hicolor/scalable/actions/hb-archive-symbolic.svg
@@ -511,7 +513,6 @@ share/homebank/icons/hicolor/scalable/st
share/homebank/icons/hicolor/scalable/status/prf-transaction-dialog-symbolic.svg
share/homebank/icons/hicolor/scalable/status/prf-transaction-payment-symbolic.svg
share/homebank/icons/hicolor/scalable/status/prf-transaction-symbolic.svg
-share/homebank/icons/hicolor/scalable/status/prf-transaction-transfer-symbolic.svg
share/homebank/images/homebank-icon.svg
share/homebank/images/splash.png
share/icons/hicolor/16x16/apps/homebank.png
@@ -524,6 +525,7 @@ share/locale/af/LC_MESSAGES/homebank.mo
share/locale/ar/LC_MESSAGES/homebank.mo
share/locale/be/LC_MESSAGES/homebank.mo
share/locale/bg/LC_MESSAGES/homebank.mo
+share/locale/bn/LC_MESSAGES/homebank.mo
share/locale/br/LC_MESSAGES/homebank.mo
share/locale/ca/LC_MESSAGES/homebank.mo
share/locale/ckb/LC_MESSAGES/homebank.mo
@@ -544,6 +546,7 @@ share/locale/fr/LC_MESSAGES/homebank.mo
share/locale/fr_CA/LC_MESSAGES/homebank.mo
share/locale/gl/LC_MESSAGES/homebank.mo
share/locale/he/LC_MESSAGES/homebank.mo
+share/locale/hi/LC_MESSAGES/homebank.mo
share/locale/hr/LC_MESSAGES/homebank.mo
share/locale/hu/LC_MESSAGES/homebank.mo
share/locale/id/LC_MESSAGES/homebank.mo
@@ -572,6 +575,7 @@ share/locale/sv/LC_MESSAGES/homebank.mo
share/locale/ta/LC_MESSAGES/homebank.mo
share/locale/tr/LC_MESSAGES/homebank.mo
share/locale/uk/LC_MESSAGES/homebank.mo
+share/locale/ur/LC_MESSAGES/homebank.mo
share/locale/vi/LC_MESSAGES/homebank.mo
share/locale/zh_CN/LC_MESSAGES/homebank.mo
share/locale/zh_TW/LC_MESSAGES/homebank.mo
Index: pkgsrc/finance/homebank/distinfo
diff -u pkgsrc/finance/homebank/distinfo:1.5 pkgsrc/finance/homebank/distinfo:1.6
--- pkgsrc/finance/homebank/distinfo:1.5 Tue Jan 6 17:36:26 2026
+++ pkgsrc/finance/homebank/distinfo Fri Jul 31 09:00:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/01/06 17:36:26 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2026/07/31 09:00:00 wen Exp $
-BLAKE2s (homebank-5.9.4.tar.gz) = 35b20e875ac5f091e4599340a1971995b8ae164271f161c5e480ceb65726684e
-SHA512 (homebank-5.9.4.tar.gz) = 0d9c81c9f74b529301da1081cf217dd65ee0b8aff8293b30b41d4ed928cf2535f0e057dd5ac51dab23ca4958708ac2b543f7c4196259aae37df28423562b1a04
-Size (homebank-5.9.4.tar.gz) = 4013867 bytes
+BLAKE2s (homebank-5.10.2.tar.gz) = 955b5ae43bb03011d1947abf1264377596bfdd8cdfa02883cfe97074c8eb5e78
+SHA512 (homebank-5.10.2.tar.gz) = e47ef15600b90e14ea4f97ee238e2866b707a907a0ae8d8c605c07897f2c9d94c96f9a77d06d33a88696175aeef89097aa9d0b8c77b5b73799a945ea9734a4a7
+Size (homebank-5.10.2.tar.gz) = 4204238 bytes
Home |
Main Index |
Thread Index |
Old Index