Skip to content

v1.4 release - Bob the builder ๐Ÿ› ๏ธ

Latest
Compare
Choose a tag to compare
@ajayd-san ajayd-san released this 18 Aug 14:11
· 10 commits to main since this release

Overview

  • Build images directly in the TUI using b, this needs a Dockerfile to be present in the current directory (with sick progress bar animations, so that you look cooler).
  • View live logs by pressing L on a running container (true hackerman mode ๐Ÿ‘ฉโ€๐Ÿ’ป).
  • Select multiple items and perform operations in bulk mode (Huge time saver frfr).
  • Run image now takes arguments like image name, port mappings, env vars (and more coming soon!).

QOL

  • almost all operations are now run asynchronously, this will make sure the TUI doesn't freeze if an operation takes a while to complete.
  • Tab-specific notification system to get instant feedback and reports (for instance, the number of images pruned when you perform prune)

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4