Releases: ryan-willis/loan-wolf
Releases · ryan-willis/loan-wolf
v1.2.0
v1.2.0
This release introduces several new features:
- Next payment statement PDF can be downloaded by loan managers at
/loans/{loanId}/manage/statement- Amortization table can be included by specify the
amortizequery parameter:?amortize=true
- Amortization table can be included by specify the
- Spacing/layout adjustments for more room.
- Adds confirmation dialog before removing a payment.
- Adds the ability to edit Payment/Interest spread on a per-payment basis (to account for matching disparate rounding strategies from other loan providers).
- A list of loans is now available at
/loans. - Home page shows the numbers of loans created on a specific device that links to
/loans. - Number of payments remaining is now shown at the top of the amortization table.
- Payment day can be customized when creating a loan (i.e.
1stof the month).
More info:
What's Changed
- feat: statement management by @ryan-willis in #2
Full Changelog: v1.1.0...v1.2.0
v1.1.0
New Features
- Updated Loan Summary:
- Added the calculated monthly payment amount
- Renamed
Original AmounttoOriginal Principal - Renamed
Current AmounttoPrincipal Balance
- Added default values to the
Add Paymentmodal:- Defaults value to last recorded installment payment total
- Defaults date to next installment due date
Fixes
- Prevents backend TypeError from happening constantly when some env vars don't exist
- Stylize the Remove payment button
Notes
- Added multi-platform builds and semantic version tagging to GitHub Container Repository images