Edyt v0.49.0 Changelog
February 15, 2026
Changes
Release Notes for v0.49.0
We are excited to announce the release of version 0.49.0, which brings enhancements to the user interface and improves the authentication experience. Key updates include a new logged out state handling, a user profile component, and streamlined interactions for unauthenticated users.
Features
- Logged Out State Handling: Introduced a dedicated logged out page with a login prompt and version information, enhancing the authentication flow.
- User Profile Component: Added a user profile section in the dashboard for improved user experience.
- Dock Visibility Management: Implemented functionality to manage dock icon visibility based on dashboard events, optimizing the experience on macOS.
Fixes
- Button Simplification: Removed the loading prop from the button in the LoggedOutPage, streamlining the text for clarity.
Improvements
- Authentication Flow: Refactored the user authentication flow by removing the Login button from the UserProfile component, focusing on logout functionality for unauthenticated users.
Other
- UI Enhancements: General improvements to the user interface for a more straightforward login experience.
Potential Breaking Changes
- The removal of the Login button from the UserProfile component may affect any custom implementations relying on that button's presence. Please review your integration if applicable.