Skip to content

Releases: jamesrisberg/devops

v0.4.0

16 Jan 00:21

Choose a tag to compare

Animated loading screen and async Git loading

  • Add console-style typewriter loading animation on startup
  • Move screen initialization to background thread for smooth animation
  • Add async Git repository status collection
  • Add reusable LoadingAnimation widget with multiple animation styles
  • Fix Git tab UI hang by deferring collector initialization

v0.3.0

15 Jan 23:20

Choose a tag to compare

Changes

  • Fix root node click to show tab welcome screens on all tabs
  • Fix app startup to show main welcome screen instead of shell tab welcome
  • Fix Git branch child nodes to show repo info instead of welcome
  • Fix Git welcome panel blank space accumulation on repeated clicks
  • Add loading indicator for Git tab when collecting repo status
  • Add scan directories management (save, display, remove)

v0.2.0 - Git tab, FFmpeg/ImageMagick improvements

15 Jan 02:06

Choose a tag to compare

New Features

  • Git tab: Track local repositories and their statuses
    • Scan directories for git repos
    • Persistent cache for fast loading
    • Show branch, commit status, and remote info

Improvements

  • FFmpeg: Fixed scale filter for even dimensions, Unicode filename support, format preservation
  • ImageMagick: Added path expansion and file validation
  • Both: Terminal-style output scrolling

v0.1.0

14 Jan 02:29

Choose a tag to compare

Initial release of devops - Development Environment Topology