Skip to content

Releases: theMackabu/pmc

Release v1.8.0

28 Jun 02:06
ea4e754
Compare
Choose a tag to compare

Skipping v1.7.0 binary release due to complications and issues with the code
Changes: 48ba519...master

New features and changes:

  • Ability to start/stop all processes
  • Fixed optional fields in config
  • [hotfix] Fixed child processes not killed
  • Revise remote command system
  • Improved UX in command line
  • Migrate to rustls-tls
  • Ability to restore process statues from dumpfile
  • All process related commands refactored to support id and name

Added commands usage:

# Save all processes to dumpfile
pmc save

# Restore all processes
pmc restore

# Add new Ssrver
pmc server new

# List servers
pmc server list [--format <format>]

# Remove server
pmc server remove <name>

# Set default server
pmc server default [<name>]

Release v1.6.4

01 Jan 05:50
f73a0b6
Compare
Choose a tag to compare

Changes

  • added authentication to webui
  • ability to support rewritten paths
  • using templating system for variables
  • cleanup of webui code

Config sections

[daemon.web]
ui = true
api = false
address = "localhost"
path = "/pmc" # rewrite path
port = 5630

[daemon.web.secure]
enabled = true # webui enabled will display login page
token = "test_token"

Screenshot

Release v1.6.2: Daemon webui!

01 Dec 22:23
f41363d
Compare
Choose a tag to compare

This release introduces a brand new optional webui
The webui may either be toggled with pmc daemon restart --webui or in config.toml

[daemon.web]
ui = true
api = false # auto defaults to true on webui
address = "0.0.0.0"
port = 5630

Screenshots

screenshot homescreenshot viewscreenshot renamescreenshot search

Release v1.5.4: API Docs!

28 Nov 21:25
945f755
Compare
Choose a tag to compare

You can now view daemon API docs at /docs when running the daemon
Autogenerated json can be viewed at /docs.json.

Thanks to rapidoc and utoipa

Release v1.5.3 [hotfix]

26 Nov 22:44
09f3970
Compare
Choose a tag to compare

Add support for killing child processes

added: bridge.cc get_child_pid(int64_t)

First binary release! v1.5.2

26 Nov 06:45
a62d6f3
Compare
Choose a tag to compare

Hotfix

  • Daemon startup
  • Add release strip, change build env

API

  • [action, env, info, list, logs, metrics, prometheus, rename]

(windows is not supported yet)