Skip to content

Releases: ryan-willis/loan-wolf

v1.2.0

07 Mar 22:24
b3fb8a8

Choose a tag to compare

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 amortize query parameter: ?amortize=true
  • 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. 1st of the month).

More info:

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Jun 08:12
3f51b70

Choose a tag to compare

New Features

  • Updated Loan Summary:
    • Added the calculated monthly payment amount
    • Renamed Original Amount to Original Principal
    • Renamed Current Amount to Principal Balance
  • Added default values to the Add Payment modal:
    • 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