Skip to content

Releases: mrfansi/easypanel-cli

v0.98.12

Choose a tag to compare

@github-actions github-actions released this 10 Aug 07:45

Added

  • db dump and db download now 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 reports 1.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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:36

Added

  • easypanel db download <project> <service> fetches a dump written by db dump
    onto this machine, streamed straight from object storage (the container is not
    involved). Without --path it 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 with d, next to the Enter that restores it.

v0.98.10

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:58

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.yml now takes this tag's section out of CHANGELOG.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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:53
v0.98.9 copy domain source/destination

v0.98.8

Choose a tag to compare

@github-actions github-actions released this 30 Jul 03:04
v0.98.8 Worker deployment status

v0.98.7

Choose a tag to compare

@mrfansi mrfansi released this 25 Jul 20:31

EasyPanel Domains now supports scalable v/V mark and select-all workflows, Space bulk actions for marked domains, marked-domain bulk edit, and typed-confirm bulk delete.

v0.98.6

Choose a tag to compare

@mrfansi mrfansi released this 25 Jul 19:52

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

Choose a tag to compare

@mrfansi mrfansi released this 24 Jul 21:06

Cloudflare DNS bulk patch/delete now uses Cloudflare's DNS batch endpoint, chunked at 200 records per batch for cross-plan safety. Large TUI DNS bulk deletes over 100 records now require typed confirmation (DELETE N).

v0.98.4

Choose a tag to compare

@mrfansi mrfansi released this 24 Jul 20:49

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

Choose a tag to compare

@mrfansi mrfansi released this 24 Jul 20:17

Added

  • Cloudflare Tunnels now has full tunnel lifecycle coverage in CLI and TUI:
    cf tunnels create, cf tunnels install, and cf 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.com CNAME 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.