Changelog

Lockbase is my passion project. Just tracking changes here so we can see how far this thing goes.

June 2025

🚀 Major upgrades and new features

✅ Upgraded to Tailwind CSS v4.1.8 with full shadcn/ui compatibility
✅ Updated all shadcn/ui components to latest versions with Tailwind v4 support
✅ Upgraded to the latest version of NextJS 15.2.0
✅ You can now save your bank card details with strong encryption
✅ Implemented mixed ordering system - password and credit card lockers now save in the same order as they are added
✅ Fixed credit card icon display issues in both edit and read-only modes
✅ Credit card icons now correctly display based on detected card type (Visa, Mastercard, Amex, etc.)
✅ Fixed search functionality to preserve correct locker types and icons
✅ Added decrypting indicators for all encrypted fields (card number, expiry, CVC)
✅ Enhanced database schema with card_type storage for persistent icon display
✅ Resolved search result stale data issues with real-time locker updates
✅ Significantly improved performance by reducing the number of api calls required to the DB by eliminating redundant/duplicate calls
✅ Significantly improved performance by implementing caching of extremely high use user keys which greatly reduces the number of api calls required to the DB
✅ Added a password generator to the dashboard. This allows you to generate unique passwords for your lockers based on your preferences
✅ Added server side validation for master key creation
✅ Fixed a bug that would cause the folder select dropdown to not open in mobile views
✅ Fixed a bug that would cause a flickering effect when signing in or signing up

February 2025

🛠️ Upgrades and improvements

✅ Bug fixes and improvements
✅ New editing label when editing a locker
✅ Upgraded Clerk auth to the latest version:learn more

January 2025

🛠️ Enhancements

✅ Numerous UI updates, enhancements and bug fixes
✅ Context menus were changed to end ellipse buttons
✅ Fixed a bug where clicking edit in tree items when in mobile view would not close the sidebar
✅ Fixed a bug where the main content area would break if too many lockers (cards) would be opened
✅ Fixed a bug where data in lockers could not be deleted or changed.
✅ Fixed a bug where data in lockers could be deleted then when cancelling edit mode the original field values would not be repopulated
Lockbase Dashboard

November 2024

🚀 Launched Lockbase - a secure password manager that helps you organize, protect, and manage your online credentials in the simplest way possible

✅ Implemented master key functionality. You can now control your own master keys which are used to encrypt your data. We cannot view your data even if we wanted to
✅ Instant search functionality
✅ Multiple UI updates and improvements
✅ Performance optimizations
✅ Enhanced site for mobile use
✅ Added this changelog page
✅ Significantly improved landing page UI
Lockbase DashboardLockbase Mobile ViewLanding PageLanding Page Feature SectionLanding Page Security SectionLanding Page cta Section

March 2024

Initial development and design phase

✅ Project initialization.
✅ UI/UX design system.
✅ Authentication setup.
✅ Core architecture design.