Releases: fiddlerwoaroof/Bulkhead
Releases · fiddlerwoaroof/Bulkhead
(next 0)
(succ Z)
Refactored views to fit macOS patterns better, slight functionality regressions
Full Changelog: v0.0.5...v0.0.6
(1+)
Release Notes for v0.0.4
Release Date: [Insert Release Date]
New Features
-
Error Handling Enhancements:
- Expanded
DockerErrorenum to include more specific error cases, improving user feedback. - Implemented a reusable
ErrorViewcomponent for consistent error presentation across the application. - Added user-friendly error messages and recovery suggestions for common issues.
- Introduced a global error overlay in
ContentViewto prevent redundant error displays.
- Expanded
-
Visual Feedback Improvements:
- Added loading indicators for container start/stop operations to enhance user experience.
-
UI/UX Refinements:
- Improved keyboard navigation and focus management, ensuring a more intuitive user experience.
- Enhanced the
ListViewcomponent to better manage selection and focus states.
Bug Fixes
- Resolved various issues related to error handling, ensuring that errors are caught and displayed correctly in the UI.
- Fixed focus management issues that caused loss of focus during tab switches.
Technical Improvements
- Refactored the
DockerManagerclass to improve separation of concerns and maintainability. - Updated the
SPEC.mdandREADME.mdfiles to reflect the current architecture and features of the application. - Improved the overall code organization, making it easier to navigate and understand the project structure.
Known Issues
- Management actions for creating, deleting, and renaming containers are still pending implementation.
- The filesystem browser remains read-only, with file upload/download capabilities planned for future releases.
Future Directions
- Continue to implement full container and image lifecycle management.
- Add real-time log streaming capabilities.
- Enhance filesystem modification features and advanced search options.
(inc)
Full Changelog: v0.0.1...v0.0.2
(init)
First version