Skip to content

Releases: getmilpa/admin

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:06
c3acd9f

0.4.3 (2026-07-31)

Bug Fixes

  • require milpa/console ^0.6 and milpa/live-tui ^0.4 (638403a)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:51
ea712cf

0.4.2 (2026-07-31)

Bug Fixes

  • the auth-backed HTTP policy now lives in milpa/auth (f45234e)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:08
239b430

0.4.1 (2026-07-31)

Bug Fixes

  • require milpa/plugin ^0.6 (5813f50)
  • require milpa/plugin ^0.6 and milpa/console ^0.4.1 (581ead9)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:11
12fbea5

0.4.0 (2026-07-31)

Features

  • publish the auth-backed HTTP policy for operations (350fb31)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 01:52
4ef25fc

0.3.3 (2026-07-31)

Bug Fixes

  • require milpa/plugin ^0.5 and milpa/runtime ^0.7 (ca3f802)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 00:45
b3bf0d4

0.3.2 (2026-07-31)

Bug Fixes

  • require milpa/console ^0.3 (fa2b3f5)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 23:57
2410134

0.3.1 (2026-07-30)

Bug Fixes

  • require milpa/console ^0.2 so this package installs beside the family (5811430)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 20:08
c4df095

0.3.0 (2026-07-30)

⚠ BREAKING CHANGES

  • the section and state abstraction, and the TUI screen, moved to milpa/console. Milpa\Admin\Section\AdminSection is now Milpa\Console\Section\Section, AdminSectionProvider is SectionProvider, AdminTuiScreen is ConsoleScreen, and the contract methods adminSections() / adminSectionStates() are sections() / sectionStates(). A plugin contributing admin sections must update its imports and those two method names.

Features

  • the shell moves to milpa/console; admin keeps the web panel (2c80681)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 01:18
844905d

0.2.2 (2026-07-30)

Bug Fixes

  • catch up with the family's published versions (d32fd96)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 23:20
59285df

0.2.1 (2026-07-29)

Bug Fixes

  • state without a menu is still inspectable (de871b7)