Skip to content

Releases: flat6solutions/opendocker

v0.4.0

28 Jan 02:59

Choose a tag to compare

  • Updated agents to use subagent mode
  • Implement theme context and update UI components for dark/light theme support

Contributors: @votsuk

v0.3.7

27 Jan 03:15

Choose a tag to compare

  • Update postinstall script to use Bun as primary runner
  • Restore working directory after publish script and simplify git commit command
  • Track bin directory in version control
  • Add post-install script and binary wrapper
  • Install OpenCode CLI
  • Add OpenCode SDK integration
  • Based on the merge commit message "Merge pull request #4 from votsuk/ai-code-review", here's the changelog entry:

Add AI code review functionality

  • Add AI code reviewer functionality
  • I cannot access git commands to see the commit details. Could you please provide the full commit message or the changes included in the "format" commit? This will help me create an accurate changelog entry.
  • Initial publish workflow
  • I cannot access git commands in this environment. Could you please provide the full commit message or the diff of the changes made in that commit? That way I can create a meaningful changelog entry based on what was actually changed in the README.
  • Restructure project into a monorepo architecture
  • Based on the commit message "remove zod", here's the changelog entry:

Removed Zod dependency from the project

  • Order containers and move container state left of names in sidebar
  • I cannot access the git repository to see the commit details. Based solely on the commit message "fix: inconsistencies", here's the changelog entry:

Fixed inconsistencies

  • Destructure footer component for improved code organization
  • Based on the commit message "feat: update opentui" provided, here's the changelog entry:

Update OpenTUI to latest version

  • Move from React to SolidJS
  • I don't have access to the git commands to see the commit details. Could you provide the full commit message or the changes that were made in the commit?
  • I cannot access git commands to view the commit details. Could you please provide the full commit message or the changes that were made in the commit so I can create an accurate changelog entry?
  • I cannot access git commands to see the actual changes in the commit. Based solely on the commit message "Update README.md", here's the changelog entry:

Update README documentation

  • Improve stability and performance of the terminal user interface
  • Remove tab text to prevent confusion
  • Add shimmer text component
  • Update Pane component to accept title optionally
  • Add proper dependencies for the useEffect hook to get latest state
  • Remove tabbing to prevent switching panes and update docker container with latest state
  • Update console debugger keybind
  • Update OpenTUI to latest version
  • Update GitHub Sponsors username in FUNDING.yml
  • Bump version
  • Add bunfig.toml configuration file
  • Stabilize Docker container polling
  • Create library for Docker access layer
  • I cannot access the git repository due to permission restrictions. Based on the commit message you provided ("Update image"), here's the changelog entry:

Update Docker image configuration

  • Without access to the actual commit diff or body, I can only work with the commit message "Update README.md". Here's the cleaned up changelog entry:

Updated README documentation

  • Add TODO file for tracking project tasks and improvements
  • Add container health and status monitoring with keybinds for pane navigation
  • Add active pane indicator to status bar
  • Added styling improvements
  • Add Zustand stores for state management
  • Use Bun.spawn instead of Bun's bash command for polling
  • Add initial MVP implementation of OpenDocker

v0.3.6

27 Jan 03:14

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.3.6

v0.1.1

14 Nov 12:18
f97ad2c

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Remove Images and Networks pane temporarily
  • Update method for fetching docker containers with new updates