Release History

What's changed?

All notable additions, changes, and fixes listed by version.

IN DEVELOPMENT

No notable changes listed yet.

v1.3.0

2026-04-03

Settings enhancements, storage limits upgrade, and responsive fixes

ADDED
  • Added a Save button in Dashboard Settings to record Contact Number and Address updates directly to the database.
  • Added a Change Password flow in Dashboard Settings. Google-authenticated users bypass the old password requirement, and all users get an eye icon toggle to reveal passwords.
  • Added detailed logs for registration errors.
CHANGED
  • Improved layout structures so the screen size adjusts and fits properly across all device types.
  • Optimized input validation flow on the register component.
FIXED
  • Fixed file upload constraints to allow uploading large files of any type (including large video files) successfully.
  • Fixed an issue where creating a user in Firebase failed during the registration form submission.
  • Fixed the search bar text visibility bug where text appeared white-on-white during dark mode.
  • Fixed a syntax error in the register page to allow proper compilation and deployment.

v1.2.0

2026-04-01

Major responsive UI overhaul, backend sync fixes, and critical UX patches

ADDED
  • Complete Mobile responsiveness across all pages, including the Drive Workspace, settings modals, and folders.
  • Added full viewport scaling meta tags for proper display and interaction on mobile devices.
CHANGED
  • Reversed the Changelog order to always display the latest releases at the top.
  • Removed optimistic loading delays on Drive move actions for instantly snappy UI updates.
  • Updated Drive topbar search text to dynamically contrast against light and dark browser themes.
  • Sanitized all backend console outputs to scrub API keys, paths, and payloads to secure against web scrapers.
FIXED
  • Fixed a desync bug where User Registration didn't automatically pipe into the database resulting in broken Firebase Password resets.
  • Fixed 'File Not Found' crashes occurring during Rename File/Folder loops caused by strict type checks.
  • Fixed Restore File bug where items deleted from within a deleted folder would vanish forever (now falls back to root Drive).
  • Fixed Smart Folders ('My Images') failing to recursively index files nested deep inside folders.

v1.1.0

2026-03-23

Landing polish and auth feedback update

ADDED
  • Inline success and error notifications for Login and Register actions.
  • Dedicated Changelog page linked from landing navigation and footer.
CHANGED
  • Brand accent color updated to the green palette across landing and auth screens.
  • Landing footer links switched from social icons to About, Changelog, Privacy, and Terms text links.
  • Landing page default theme now starts in dark mode for first-time visitors.
FIXED
  • Footer link visibility in light mode.
  • Hero background video smoothness during light/dark theme switching.

v1.0.0

2026-03-15

Initial stable release

ADDED
  • Authentication flow with Login, Register, and Forgot Password screens.
  • Dashboard workspace with file listing, folders, and storage widgets.
  • File upload pipeline with backend API integration.
CHANGED
  • Core UI set to support both light and dark themes.
  • Landing hero and section layouts tuned for better mobile spacing.
FIXED
  • Input and button focus states made consistent across auth forms.
  • Improved baseline contrast for text on dark surfaces.