What's New in Homechart: v2025.08
Release notes for Homechart v2025.08.
Deprecations
Features
Inventory > Item Expirations
Inventory > Items can now have expirations added to them. Expired items will show as a number next to the Inventory menu, and within the Expired view.
Enhancements
- Changed Calendar to automatically refresh. See Calendar for more details.
- Forms now have “Add and Duplicate” buttons to keep the form open after adding a new item.
- Health Item Logs can now be tracked per second instead of per day.
- Health correlation window can now be customized under Settings > Account. The default is 72 hours/3 days.
- Table filters now support Comparands (<, >, <=, >=), i.e. for a column containing dates, you can have a filter of
> 2025-08-01
. - Updated Go to 1.24.6
- Updated the UI to be more performant and snappier.
Fixes
- Fixed Budget > Transaction form not adding custom Payees.
- Fixed Plan > Tasks not being marked completed using the form.
- Fixed SMTP notifications not working using SMTP relays like Google Workspace.
Removals
- Removed
app_port
config, use Config >httpServer_listenAddress
instead - Removed
app_rateLimiterKey
config, use Config >httpServer_rateLimitKey
instead - Removed
app_rateLimiterRate
config, use Config >httpServer_rateLimitPatterns
instead - Removed
app_signupDisabled
config, use Config >app_disableSignup
instead - Removed
app_tlsCertificate
config, use Config >httpServer_tlsCertificateBase64
instead - Removed
app_tlsKey
config, use Config >httpServer_tlsKeyBase64
instead - Removed
http
config, use Config >httpServer
instead - Removed
postgresql
config, use Config >database
instead