Skip to content

Releases: fiddlerwoaroof/Bulkhead

(next 0)

16 Apr 08:41
6be1bc1

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

(succ Z)

05 Apr 10:48
9966694

Choose a tag to compare

Refactored views to fit macOS patterns better, slight functionality regressions

Full Changelog: v0.0.5...v0.0.6

(1+)

31 Mar 01:29
0b1fac9

Choose a tag to compare

Release Notes for v0.0.4

Release Date: [Insert Release Date]

New Features

  • Error Handling Enhancements:

    • Expanded DockerError enum to include more specific error cases, improving user feedback.
    • Implemented a reusable ErrorView component for consistent error presentation across the application.
    • Added user-friendly error messages and recovery suggestions for common issues.
    • Introduced a global error overlay in ContentView to prevent redundant error displays.
  • 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 ListView component 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 DockerManager class to improve separation of concerns and maintainability.
  • Updated the SPEC.md and README.md files 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)

30 Mar 06:57
8838f42

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

(init)

29 Mar 08:00
db86c00

Choose a tag to compare

First version