Releases: mrfansi/easypanel-cli
Releases · mrfansi/easypanel-cli
Release list
v0.98.12
Added
db dumpanddb downloadnow say how far they have got instead of spinning
silently. A dump reports its phase and byte count —dumping — 25.3 GB written,
compressing — 2.9 GB of 23.6 GB,uploading — 3.6 GB— read from the sizes of
the two temp files it writes, sampled by the poll that was already asking the
container whether the job had finished. A download reports1.9 GB of 3.8 GB (50%). Shown on the TUI status line, and in place on the CLI when stderr is a
terminal (silent when redirected, so logs stay clean).
v0.98.11
Added
easypanel db download <project> <service>fetches a dump written bydb dump
onto this machine, streamed straight from object storage (the container is not
involved). Without--pathit takes the newest dump of the service;--out
accepts a file path or a directory, and an existing file is never overwritten.- In the TUI, the object-storage dump list (Storage ▸ Object-storage dumps) now
downloads the selected dump withd, next to theEnterthat restores it.
v0.98.10
Fixed
- Releases now publish with notes. Every release page up to v0.98.9 carried the
three binaries and an empty body: the workflow only ever uploaded artifacts,
so the file that says what changed never reached the place people read before
upgrading.release.ymlnow takes this tag's section out ofCHANGELOG.md
and fails the publish if that section is missing, rather than shipping
another blank one. - Restored the version links at the foot of this file. They stopped being
maintained after 0.96.0, leaving 136 of 173 version headings as plain
bracketed text that linked nowhere.
v0.98.9
v0.98.9 copy domain source/destination
v0.98.8
v0.98.7
v0.98.6
Fix EasyPanel Domains filtering so anchored hostname regexes match the raw domain host, not only the rendered https://host/path source text.
v0.98.5
v0.98.4
Changed
- TUI filters are now regex-capable across EasyPanel and Cloudflare tables while keeping the old case-insensitive substring behavior for ordinary text.
- Bulk selection is now virtual and scalable: V selects all rows currently shown by the active filter, or the whole current list when no filter is applied, without materializing thousands of marks.
Fixed
- Bulk actions now execute correctly from select-all mode on Services, Cloudflare DNS records, and R2 objects; confirmation and dispatch resolve the final targets from the same filtered list the user sees.
v0.98.3
Added
- Cloudflare Tunnels now has full tunnel lifecycle coverage in CLI and TUI:
cf tunnels create,cf tunnels install, andcf tunnels delete, plus TUI
shortcuts i for install commands and x for typed-name deletion. - Tunnel route add/edit/delete forms in the TUI now include DNS CNAME sync fields,
so published application routes can update or delete the matching
<tunnel-id>.cfargotunnel.comCNAME without leaving the route workflow.
Changed
- Tunnel install output opens in the TUI viewer and CLI install output prints both
Linux service and Docker commands, with the connector token shown only for that
explicit install flow.