- Fix GitHub login when user doesn't have full name
- Add missing return statement to teams/image/route.ts
- Revert previously added complex active licenses logic
New Update is Live!
Hi everyone, hope you're enjoying your weekend!
I am excited to share that Lukittu 1.5.1 is now live. This update introduces new team settings for:
These options are not enabled by default, so you’ll need to turn them on if you want Lukittu to handle these automatically after your configured grace periods.
- Automatically deleting expired license keys
- Automatically removing customers without licenses or recent updates
After a little bit of struggle, Lukittu 1.4.0 is now live.
This release focuses on improving the license editing experience, especially for DURATION-type expiration licenses, but in general all types where editing license doesn't overwrite existing "settings" as it used to before.
Also:
- Fixed a bug where DURATION type didn’t get an expiration date on creation, even if the “creation” option was selected.
- Fixed a bug where a DURATION type license with the “ACTION” option didn’t return an expiration date on the first call, even when it was set in the returned fields config.
- Added IP Address & Hardware Identifier filters to the licenses table.
- Replaced the general “search field” with a dedicated license filter on the licenses table.
New Update Is Live!
Lukittu 1.3.0 is now live!
This update focuses on the developer API. I’ve added a couple of new endpoints (not listed here), and you can find the full set of endpoints in the documentation:
https://docs.lukittu.com/api-reference/introduction
If you try out these endpoints and run into any issues, please let me know!
Stay awesome, and have a great week ahead :smile:
We've released a major improvement to hardware identifier (HWID) and IP address limits with better performance and management capabilities!
API Changes:
- Clear/Reset functionality: You can now "forget/clear" existing IPs or HWIDs from a license—something that was impossible with the old log-based system.
- Much better performance: The new system introduces traditional HWID/IP limits instead of relying on slow log queries.
- Automatic migration: IP limit period → automatically converted to new IP Timeout (in minutes). Device timeout → now HWID Timeout with the same behavior.
- Optional timeouts: Both timeout values are optional. Leave them empty for permanent/traditional limits with no auto-expiry.
Old values are still supported for backward compatibility, but please update your integrations.
- deviceIdentifier → hardwareIdentifier
- seats → hwidLimit
New Update Is Live!
Over the last two days, I’ve pushed a few small, but long overdue - quality-of-life improvements.
- Smoother loading animations – Skeleton states are now much better, with far less layout shifting when content finishes loading. The UI feels noticeably smoother.
- Persistent table filters – Most filtering logic now syncs to the URL’s query parameters. This means if you refresh, visit a details page, or navigate back, your filters stay exactly as you left them. (Yes, I hated the old behavior too.)
- Faster database queries – Enabled Prisma’s preview feature
relationJoins, which performs joins at the database level instead of in the app. This should noticeably improve query performance in many cases, faster Lukittu for everyone.
Let me know if you notice any issues!
New Update Is Live!
A new version has just been released! This update includes the initial implementation of webhooks.
Currently, only a limited set of events are supported, but the core logic is in place—making it easy to expand webhook support in future updates.
Highlights:
- Discord webhook support out of the box
Simply use a Discord webhook URL, and it will be detected automatically. Events will be delivered using Discord embed formatting.- Custom webhook endpoints
If you're using your own endpoint, make sure to verify the signature on incoming requests.
Documentation is now available at: https://docs.lukittu.com/platform/webhooks
GitHub release: https://github.com/KasperiP/lukittu/releases/tag/1.0.14
