Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions userguide/tutorials/killbill-changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
= Kill Bill Changelog

== Auguest 7th, 2026

Kill Bill version https://github.com/killbill/killbill/releases/tag/killbill-0.24.20[0.24.20] was released. It includes some bug fixes and improvements, including:

- https://github.com/killbill/killbill/issues/2283 - Refactored invoice branding to support shared tenant resources for logos, company information, and brand colors. Invoice branding can now be managed centrally using tenant-scoped branding resources instead of embedding logos, company information, and brand colors directly in each invoice template. Administrators can configure these shared resources once and reference them from invoice templates, making it easier to maintain consistent branding across invoices. Existing templates continue to work unchanged, while new templates can opt in to the shared branding model.

== August 5th, 2026

Kaui version https://github.com/killbill/killbill-admin-ui-standalone/releases/tag/kaui-standalone-4.0.24[4.0.24] was released. It includes some bug fixes and improvements, including:

- https://github.com/killbill/killbill-admin-ui/issues/624[#624] - Fixed error while uploading invoice translations
- https://github.com/killbill/killbill-admin-ui/issues/629[#629] - Make invoice id clickable similar to payment number on payments screen
- https://github.com/killbill/killbill-admin-ui/issues/633[#633] -
* Fixed an issue that prevented advanced filtering and sorting from working on the Invoices page in the Admin UI.
* Fixed pagination issue with audit screen
- https://github.com/killbill/killbill-admin-ui/issues/647[#647] - Updated the Record Usage UI to support both XML and Aviate catalogs, automatically using the appropriate usage recording workflow.
- https://github.com/killbill/killbill-admin-ui/issues/648[#648] - Fix the color of the account id field in the accounts listing page

== July 22nd, 2026

Kaui version https://github.com/killbill/killbill-admin-ui-standalone/releases/tag/kaui-standalone-4.0.23[4.0.23] was released. It includes some bug fixes and improvements, including:

- https://github.com/killbill/killbill-admin-ui/issues/626[#626] -
* Fixed the Edit Columns feature to preserve column preferences across browser sessions.
* Updated the default column layout and ordering to provide a more user-friendly experience.
- https://github.com/killbill/killbill-admin-ui/issues/628[#628] - Modify the Kaui redirect URL generation
- https://github.com/killbill/killbill-admin-ui/issues/627[#627] - Add a Kaui API endpoint to create a tenant

== July 15th, 2026

Kaui version https://github.com/killbill/killbill-admin-ui-standalone/releases/tag/kaui-standalone-4.0.22[4.0.22] was released. It includes some bug fixes and improvements, including:
Expand Down
Loading