Releases: MelodicDevelopment/envy
Releases · MelodicDevelopment/envy
Release list
Envy v0.3.1 — no more frozen container lists, and colourful logs
Two quality-of-life fixes worth updating for:
- Container discovery no longer silently freezes. If the Docker engine restarted, updated, or idle-stopped (OrbStack, Docker Desktop), or the machine slept long enough to kill the connection, Envy could stop noticing new containers — the list froze and new URLs hit the "No container is mapped" page until you restarted the app and daemon. Envy now detects every way the event stream can die and recovers automatically, with a background reconciliation sweep as a safety net for the cases that produce no signal at all.
- Container logs render ANSI colour. Tools that colour their output (vite, ng, npm, most runtimes) used to show up as literal
[32mescape noise in the log pane. Those codes now render as real colour and styling, theme-aware in both light and dark, and progress bars redraw in place instead of stacking. Lines that carry their own colours are no longer blanket-painted red just for arriving on stderr.
Envy v0.3.0 — first open-source release
Envy is now free and open source under the MIT license.
- No more license keys or trials — every feature is unlocked for everyone, on as many machines as you like. The licensing system is gone entirely.
- Updates now come from GitHub Releases — the app checks here automatically; existing installs keep working as-is.
- No telemetry — the only network call Envy makes is this update check.
- Linux ships as AppImage (x64 & arm64) — the previous
.debpackages were broken and have been dropped.
Downloads: macOS universal .dmg (Apple Silicon & Intel), Windows installer (x64 & arm64), Linux AppImage. Source, issues, and contributions: this repository.