Skip to content

Releases: yarlson/duh

0.5.4

04 Feb 05:17
Compare
Choose a tag to compare

Changelog

  • 39d4bb1 fix(ui): handle container toggle state during stop operation
  • 901686a fix(stats): skip containers in transition states during stats update

0.5.3

04 Feb 04:47
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Fixed handling of container toggle state during stop operation
  • Improved container stats collection by skipping containers in transition states
  • Enhanced UI to display correct container state during start/stop operations

Commits

  • 39d4bb1 fix(ui): handle container toggle state during stop operation
  • 901686a fix(stats): skip containers in transition states during stats update

0.5.2

03 Feb 06:29
0.5.2
b6565f7
Compare
Choose a tag to compare

Changelog

  • b6565f7 feat(ui): update application title to "duh" for better branding

0.5.1

03 Feb 06:25
0.5.1
b6565f7
Compare
Choose a tag to compare

Changelog

Features

  • Updated application title to "duh" for better branding

Commits

  • b6565f7 feat(ui): update application title to "duh" for better branding

0.5.0

03 Feb 06:12
0.5.0
1db612c
Compare
Choose a tag to compare

Changelog

Improvements

  • Optimized container stats calculation and display
  • Updated stats synchronization to run concurrently for better performance
  • Improved CPU usage percentage calculation for more accurate results
  • Added loading skeleton for container stats when data is not yet available

Commits

  • 1db612c feat(stats): optimize container stats calculation and display
    ➜ duh git:(main)

0.4.0

02 Feb 15:24
0.4.0
544999f
Compare
Choose a tag to compare

Changelog

Features

  • Implemented light theme with adaptive color scheme for improved UI customization

Commits

  • 544999f feat(ui): implement light theme with adaptive color scheme
  • db6130a docs(README): update screenshot to reflect latest UI enhancements
    ➜ duh git:(main)

0.3.0

02 Feb 15:08
0.3.0
7217960
Compare
Choose a tag to compare

Changelog

Features

  • Added search functionality for container list

Improvements

  • Improved UI styling and layout for better user experience
  • Enhanced container card component with memoization for better performance
  • Updated ESLint configuration for improved code quality

Bug Fixes

  • Fixed container state labels for better clarity

Commits

  • 7217960 feat(ui): add search functionality for container list

0.2.0

31 Jan 06:17
0.2.0
414da73
Compare
Choose a tag to compare

Changelog

Features

  • Add React frontend with real-time container management UI
  • Implement container stats collection and display
  • Create Docker API client for container operations

Improvements

  • Optimize GoReleaser config for improved build process
  • Implement in-memory store with TTL for container data
  • Add sorting functionality for container list
  • Enhance error handling and display in UI

Bug Fixes

  • Fix race condition in concurrent container state updates

Commits

  • 414da73 refactor(build): optimize GoReleaser config for improved build process
  • bc90f2d feat: add React frontend with real-time container management UI

0.1.1

29 Jan 16:15
Compare
Choose a tag to compare

Changelog

Improvements

  • Optimized container card layout for better information display
  • Enhanced text wrapping for container names to prevent overflow
  • Improved status indicator styling for better visibility

Bug Fixes

  • Fixed issue with toggle state during long container start/stop operations
  • Implemented proper handling of pending container states during status changes

Commits

  • acee884 fix(ui): handle toggle state during long container start/stop operations
  • 92ce301 fix(ui): improve container card layout and text wrapping
  • 909c331 docs(README): add screenshot to showcase Docker UI dashboard
  • 38d1b06 chore: add .gitignore to exclude /dist/ directory from version control

0.1.0

29 Jan 05:31
0.1.0
7e22857
Compare
Choose a tag to compare

Changelog

  • 7e22857 chore(build): add GoReleaser config, Dockerfile, and LICENSE
  • 1a9c1dd feat: create Docker UI dashboard with real-time container stats
  • 6e72ef3 init